summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-27 14:51:10 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-27 14:51:10 +0300
commit0720948fced6f3a904a32a6a64723424adceb84d (patch)
treeec3796755a267082a7117ea7fb24ca6aad27c26f
parentedc89f0eca0f1dde4035724c4539e8767f5aaf52 (diff)
downloadvmdb2-0720948fced6f3a904a32a6a64723424adceb84d.tar.gz
Change: build and install vmdb2 manual
-rw-r--r--debian/changelog1
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules4
3 files changed, 7 insertions, 0 deletions
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 <liw@liw.fi> 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