Really enable building architecture independent package separately
authorAndreas Tille <tille@debian.org>
Thu, 7 Jan 2016 17:48:30 +0000 (17:48 +0000)
committerAndreas Tille <tille@debian.org>
Thu, 7 Jan 2016 17:48:30 +0000 (17:48 +0000)
debian/changelog
debian/rules

index 107727637d37e37e7dc543f3361c9ca695e39e4f..c3b52bccc8ffeba75abfefc039dbf2dfcdf1dd11 100644 (file)
@@ -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@debian.org>  Thu, 07 Jan 2016 16:09:43 +0100
+
 ncbi-blast+ (2.2.31-3) unstable; urgency=medium
 
   * Drop explicite mentioning of quilt
index 658034dde8e76ec981f3904b5a0e90a0093aad0e..6205493a55881b0cfac0eaae3674eac0a74bc78c 100755 (executable)
@@ -66,7 +66,7 @@ override_dh_auto_install-arch:
 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 @@ override_dh_install:
            $(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: