[med-svn] r20969 - trunk/packages/ncbi-blast+/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Jan 7 18:02:36 UTC 2016


Author: tille
Date: 2016-01-07 18:02:35 +0000 (Thu, 07 Jan 2016)
New Revision: 20969

Modified:
   trunk/packages/ncbi-blast+/trunk/debian/changelog
   trunk/packages/ncbi-blast+/trunk/debian/rules
Log:
Save time and do nothing for architecture independent builds


Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/changelog	2016-01-07 17:48:30 UTC (rev 20968)
+++ trunk/packages/ncbi-blast+/trunk/debian/changelog	2016-01-07 18:02:35 UTC (rev 20969)
@@ -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 at debian.org>  Thu, 07 Jan 2016 16:09:43 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 07 Jan 2016 18:50:31 +0100
 
 ncbi-blast+ (2.2.31-3) unstable; urgency=medium
 

Modified: trunk/packages/ncbi-blast+/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/rules	2016-01-07 17:48:30 UTC (rev 20968)
+++ trunk/packages/ncbi-blast+/trunk/debian/rules	2016-01-07 18:02:35 UTC (rev 20969)
@@ -45,13 +45,14 @@
 	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
 	-c++/BUILD/build/check.sh concat_err




More information about the debian-med-commit mailing list