Save time and do nothing for architecture independent builds
authorAndreas Tille <tille@debian.org>
Thu, 7 Jan 2016 18:02:35 +0000 (18:02 +0000)
committerAndreas Tille <tille@debian.org>
Thu, 7 Jan 2016 18:02:35 +0000 (18:02 +0000)
debian/changelog
debian/rules

index c3b52bccc8ffeba75abfefc039dbf2dfcdf1dd11..55abee7520df878fd11ddd3f9a48aa2e6f89b890 100644 (file)
@@ -1,9 +1,10 @@
-ncbi-blast+ (2.2.31-4) UNRELEASED; urgency=medium
+ncbi-blast+ (2.2.31-4) unstable; urgency=medium
 
   * Really enable building architecture independent package separately
     Closes: #809120
+  * Save time and do nothing for architecture independent builds
 
- -- Andreas Tille <tille@debian.org>  Thu, 07 Jan 2016 16:09:43 +0100
+ -- Andreas Tille <tille@debian.org>  Thu, 07 Jan 2016 18:50:31 +0100
 
 ncbi-blast+ (2.2.31-3) unstable; urgency=medium
 
index 6205493a55881b0cfac0eaae3674eac0a74bc78c..a24b083d913cd454b2aa64f8eb85f15adb48a962 100755 (executable)
@@ -45,12 +45,13 @@ override_dh_auto_configure:
        cd c++  &&  $(llp)=$(CURDIR)/c++/BUILD/lib$${$(llp)+:$$$(llp)} \
            CONFIG_SHELL=/bin/bash ./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
 
-override_dh_auto_build:
+override_dh_auto_build-arch:
        cd c++/BUILD/build  && \
            make -j$(NUMJOBS) -f Makefile.flat all_projects="$(proj)"
 #         make all_r
 
-
+override_dh_auto_build-indep:
+       echo "Save time and do nothing for architecture independent builds"
 
 override_dh_auto_test:
        -dh_auto_test