summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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