From c085268c1528238f475c86e33e5566e3c50b5d46 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Thu, 7 Jan 2016 18:02:35 +0000 Subject: [PATCH] Save time and do nothing for architecture independent builds --- debian/changelog | 5 +++-- debian/rules | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.30.2