From: Andreas Tille Date: Thu, 7 Jan 2016 18:02:35 +0000 (+0000) Subject: Save time and do nothing for architecture independent builds X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~231 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c085268c1528238f475c86e33e5566e3c50b5d46;p=ncbi-blast%2B.git Save time and do nothing for architecture independent builds --- diff --git a/debian/changelog b/debian/changelog index c3b52bcc..55abee75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 07 Jan 2016 16:09:43 +0100 + -- Andreas Tille Thu, 07 Jan 2016 18:50:31 +0100 ncbi-blast+ (2.2.31-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 6205493a..a24b083d 100755 --- a/debian/rules +++ b/debian/rules @@ -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