[med-svn] r20968 - trunk/packages/ncbi-blast+/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Jan 7 17:48:31 UTC 2016
Author: tille
Date: 2016-01-07 17:48:30 +0000 (Thu, 07 Jan 2016)
New Revision: 20968
Modified:
trunk/packages/ncbi-blast+/trunk/debian/changelog
trunk/packages/ncbi-blast+/trunk/debian/rules
Log:
Really enable building architecture independent package separately
Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/changelog 2016-01-07 16:37:09 UTC (rev 20967)
+++ trunk/packages/ncbi-blast+/trunk/debian/changelog 2016-01-07 17:48:30 UTC (rev 20968)
@@ -1,3 +1,10 @@
+ncbi-blast+ (2.2.31-4) UNRELEASED; urgency=medium
+
+ * Really enable building architecture independent package separately
+ Closes: #809120
+
+ -- Andreas Tille <tille at debian.org> Thu, 07 Jan 2016 16:09:43 +0100
+
ncbi-blast+ (2.2.31-3) unstable; urgency=medium
* Drop explicite mentioning of quilt
Modified: trunk/packages/ncbi-blast+/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/rules 2016-01-07 16:37:09 UTC (rev 20967)
+++ trunk/packages/ncbi-blast+/trunk/debian/rules 2016-01-07 17:48:30 UTC (rev 20968)
@@ -66,7 +66,7 @@
override_dh_auto_install-indep:
echo "Nothing to do for architecture independant installs"
-override_dh_install:
+override_dh_install-arch:
# dh_install
mv $(instroot)/bin/rpsblast $(instroot)/bin/rpsblast+
mv $(instroot)/bin/seedtop $(instroot)/bin/seedtop+
@@ -80,6 +80,7 @@
$(instroot)/bin/project_tree_builder \
$(instroot)/lib/ncbi-blast+/libtest_*.so
+override_dh_install-indep:
if test -d $(leg_bin); then cp debian/legacy/legacy.sh $(leg_bin)/; fi
override_dh_clean:
More information about the debian-med-commit
mailing list