[med-svn] [python-biopython] 07/10: Makefile for Doc needs to be separately called (clean and build)
Andreas Tille
tille at debian.org
Thu Jun 9 12:08:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-biopython.
commit bccd218889b4c82f018e1d188436f03a1f3d029e
Author: Andreas Tille <tille at debian.org>
Date: Thu Jun 9 10:43:29 2016 +0200
Makefile for Doc needs to be separately called (clean and build)
---
debian/changelog | 3 ++-
debian/rules | 8 ++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7a70076..8e9d1e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ python-biopython (1.67+dfsg-1) UNRELEASED; urgency=medium
* Add +bindnow hardening option
* Delete useless .cvsignore files from package
* New Build-Depends for documentation: hevea
+ * Makefile for Doc needs to be separately called (clean and build)
- -- Andreas Tille <tille at debian.org> Wed, 08 Jun 2016 21:21:55 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 09 Jun 2016 09:43:17 +0200
python-biopython (1.66+dfsg-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 5c7f3d7..bcd3168 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,14 @@ EXCLUDEPACKAGEINFLUX=samtools_tool
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+override_dh_auto_clean:
+ dh_auto_clean
+ cd Doc && make distclean
+
+override_dh_auto_build:
+ dh_auto_build
+ cd Doc && make
+
override_dh_auto_install:
dh_auto_install
dh_numpy -ppython-biopython
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biopython.git
More information about the debian-med-commit
mailing list