[med-svn] r16880 - trunk/packages/python-biopython/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon May 5 19:36:39 UTC 2014
Author: tille
Date: 2014-05-05 19:36:39 +0000 (Mon, 05 May 2014)
New Revision: 16880
Modified:
trunk/packages/python-biopython/trunk/debian/changelog
trunk/packages/python-biopython/trunk/debian/rules
Log:
Do not try to create doc in arch-only builds
Modified: trunk/packages/python-biopython/trunk/debian/changelog
===================================================================
--- trunk/packages/python-biopython/trunk/debian/changelog 2014-05-05 17:20:06 UTC (rev 16879)
+++ trunk/packages/python-biopython/trunk/debian/changelog 2014-05-05 19:36:39 UTC (rev 16880)
@@ -1,6 +1,7 @@
-python-biopython (1.63+dfsg-3) UNRELEASED; urgency=medium
+python-biopython (1.63+dfsg-3) unstable; urgency=medium
* Set HOME=/tmp also in autopkgtest
+ * Do not try to create doc in arch-only builds
-- Andreas Tille <tille at debian.org> Sun, 04 May 2014 00:18:47 +0200
Modified: trunk/packages/python-biopython/trunk/debian/rules
===================================================================
--- trunk/packages/python-biopython/trunk/debian/rules 2014-05-05 17:20:06 UTC (rev 16879)
+++ trunk/packages/python-biopython/trunk/debian/rules 2014-05-05 19:36:39 UTC (rev 16880)
@@ -77,7 +77,7 @@
mv Tests_avoid/* Tests
rmdir Tests_avoid
-override_dh_installdocs:
+override_dh_installdocs-indep:
dh_installdocs
find debian -name __pycache__ -type d | xargs rm -rf
find debian -name example.fastq.gz
More information about the debian-med-commit
mailing list