[med-svn] r22715 - trunk/packages/python-cogent/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Aug 24 19:14:26 UTC 2016
Author: tille
Date: 2016-08-24 19:14:25 +0000 (Wed, 24 Aug 2016)
New Revision: 22715
Modified:
trunk/packages/python-cogent/trunk/debian/changelog
trunk/packages/python-cogent/trunk/debian/control
trunk/packages/python-cogent/trunk/debian/rules
Log:
hardening=+bindnow, Build-Depends: cdbfasta
Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog 2016-08-24 13:39:04 UTC (rev 22714)
+++ trunk/packages/python-cogent/trunk/debian/changelog 2016-08-24 19:14:25 UTC (rev 22715)
@@ -7,6 +7,8 @@
* Build-Depends: python-setuptools
* revert cd-hit name change in Debian
Closes: #835213
+ * hardening=+bindnow
+ * Build-Depends: cdbfasta
-- Andreas Tille <tille at debian.org> Wed, 24 Aug 2016 13:42:46 +0200
Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control 2016-08-24 13:39:04 UTC (rev 22714)
+++ trunk/packages/python-cogent/trunk/debian/control 2016-08-24 19:14:25 UTC (rev 22715)
@@ -15,9 +15,11 @@
blast2,
bwa [any-amd64],
cd-hit,
+ cdbfasta,
clearcut,
clustalw,
dialign,
+ fasttree,
infernal [any-amd64 any-i386],
mafft,
mothur [!s390x],
@@ -42,7 +44,9 @@
dialign,
muscle
Suggests: python-cogent-doc,
+ cdbfasta,
clustalw,
+ fasttree,
infernal [any-amd64 any-i386],
mafft,
mothur [!s390x],
Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules 2016-08-24 13:39:04 UTC (rev 22714)
+++ trunk/packages/python-cogent/trunk/debian/rules 2016-08-24 19:14:25 UTC (rev 22715)
@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
BUILDARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
FAILED_TESTS := test_infernal \
@@ -89,7 +91,8 @@
for tst in $(FAIL_ON_I386_TESTS) ; do sed -i "/$${tst}/d" tests/alltests.py ; done
endif
endif
- BLASTMAT=/usr/share/ncbi/data/ $(CURDIR)/run_tests # --debug
+ BLASTMAT=/usr/share/ncbi/data/ $(CURDIR)/run_tests || true # --debug
+ cat /tmp/cd-hit.debug
# restore original tests file
mv tests/alltests.py~ tests/alltests.py
find tests -name "*.pyc" -delete
More information about the debian-med-commit
mailing list