This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/2.4.0_rc1+dfsg-2 in repository seqan2.
commit d20dbd5abcaf8f0cb6d98cdd6d746c8fc14c730b Author: Michael R. Crusoe <[email protected]> Date: Wed Jan 31 04:17:15 2018 -0800 Drop amd64, mips, mipsel to -j3 to save memory --- debian/changelog | 6 ++++++ debian/rules | 5 +++++ debian/source/lintian-overrides | 1 + 3 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 32fc60a..6c61044 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +seqan2 (2.4.0~rc1+dfsg-2) experimental; urgency=medium + + * debian/rules: Drop amd64, mips, mipsel to -j3 to save memory + + -- Michael R. Crusoe <[email protected]> Wed, 31 Jan 2018 04:16:59 -0800 + seqan2 (2.4.0~rc1+dfsg-1) experimental; urgency=medium * Testing upstream's 2nd formal release candidate for 2.4.0 diff --git a/debian/rules b/debian/rules index 7264f93..2e72670 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,11 @@ ifneq (,$(filter armel armhf sh4 kfreebsd% powerpcspe,$(DEB_BUILD_ARCH))) TDBO := $(DEB_BUILD_OPTIONS) DEB_BUILD_OPTIONS=parallel=1,$(filter $(TDBO), parallel) undefine TDBO +else(,$(filter amd64 mips mipsel,$(DEB_BUILD_ARCH))) + $(info $$DEB_BUILD_OPTIONS was [${DEB_BUILD_OPTIONS}]) + TDBO := $(DEB_BUILD_OPTIONS) + DEB_BUILD_OPTIONS=parallel=3,$(filter $(TDBO), parallel) + undefine TDBO endif $(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS}]) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 187ec7a..a4b8807 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,5 +1,6 @@ # We override parallel building on some archs seqan2 source: debian-rules-sets-DEB_BUILD_OPTIONS line 30 +seqan2 source: debian-rules-sets-DEB_BUILD_OPTIONS line 35 # False positive, dh-exec is used by the docs package which is currently # disabled -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
