From 0720948fced6f3a904a32a6a64723424adceb84d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 27 Sep 2018 14:51:10 +0300 Subject: Change: build and install vmdb2 manual --- debian/changelog | 1 + debian/docs | 2 ++ debian/rules | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 03355d9..c34667c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ vmdb2 (0.13.2+git-1) UNRELEASED; urgency=medium unstable at this time. Will put it back when it does. * Add dependency and build-dependency on qemu-utils, for qemu-img. * Updated Homepage. + * Build the manual and include it in the Debian package. -- Lars Wirzenius Sun, 06 May 2018 09:26:25 +0300 diff --git a/debian/docs b/debian/docs index ce4be23..c347813 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,3 @@ yarns/yarns.html +vmdb2.pdf +vmdb2.html diff --git a/debian/rules b/debian/rules index 0693d16..218dc00 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,10 @@ 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