From 98a6204126213d61b850c8221701b01e3e45decb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Feb 2019 11:39:54 +0200 Subject: Drop: build docs for .deb package --- debian/control | 1 - debian/docs | 2 -- debian/rules | 4 ---- 3 files changed, 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 -- cgit v1.2.1