summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-16 11:39:54 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-16 11:39:54 +0200
commit98a6204126213d61b850c8221701b01e3e45decb (patch)
tree5316aee58960bf02783b4cc5685f8df949248512
parent72e3f362fbc04fbeffc955841fe675df8c529bf7 (diff)
downloadvmdb2-98a6204126213d61b850c8221701b01e3e45decb.tar.gz
Drop: build docs for .deb package
-rw-r--r--debian/control1
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules4
3 files changed, 0 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index d234bc8..74c632e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-coverage-test-runner,
pandoc (>= 2.1.2~),
- texlive-xetex,
fonts-freefont-ttf,
python3-cliapp,
python3-jinja2,
diff --git a/debian/docs b/debian/docs
index c347813..ce4be23 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1 @@
yarns/yarns.html
-vmdb2.pdf
-vmdb2.html
diff --git a/debian/rules b/debian/rules
index 218dc00..0693d16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,6 @@ export PYBUILD_NAME=vmdb2
%:
dh $@ --with=python3 --buildsystem=pybuild
-override_dh_auto_build:
- dh_auto_build
- ./format.sh
-
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
./check