[med-svn] [bamtools] 02/04: Build and install docs
Kevin Murray
daube-guest at moszumanska.debian.org
Thu Sep 24 09:04:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository bamtools.
commit b3465b6f7e45efe2ae8eb38e51c7b30b618cccd2
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Thu Sep 24 18:07:49 2015 +1000
Build and install docs
---
debian/libbamtools-dev.install | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/libbamtools-dev.install b/debian/libbamtools-dev.install
index 7687141..5f4df6f 100644
--- a/debian/libbamtools-dev.install
+++ b/debian/libbamtools-dev.install
@@ -1 +1,2 @@
debian/cmake usr/share
+html usr/share/doc/libbamtools-dev
diff --git a/debian/rules b/debian/rules
index 6f59a5a..4e79b27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
%:
dh $@ --parallel
+override_dh_build:
+ dh_build
+ doxygen docs/Doxyfile
+
override_dh_install:
d-shlibmove --commit \
--multiarch \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bamtools.git
More information about the debian-med-commit
mailing list