[med-svn] [seqan2] 03/03: Fix recursive variable expansion error.
Michael Crusoe
misterc-guest at moszumanska.debian.org
Mon Oct 24 16:27:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/2.3.0_1.20161019_af07bc1+dfsg-3
in repository seqan2.
commit f63d3205f56d148a4559a9efe932e10ae1e2d8f0
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Mon Oct 24 07:55:14 2016 -0700
Fix recursive variable expansion error.
---
debian/changelog | 6 ++++++
debian/rules | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c28943a..fd2578e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+seqan2 (2.3.0~1.20161019~af07bc1+dfsg-3) experimental; urgency=medium
+
+ * Fix recursive variable expansion error.
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Mon, 24 Oct 2016 07:54:44 -0700
+
seqan2 (2.3.0~1.20161019~af07bc1+dfsg-2) experimental; urgency=medium
* Fix typo from upstream's patch.
diff --git a/debian/rules b/debian/rules
index d31ff12..fd77642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,12 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-O[1-9]//') -O1 -mxgot
endif
# Disable parallel building on some archs to save memory
-ifneq (,$(filter $(DEB_BUILD_ARCH),armhf mips kfreebsd))
- export DEB_BUILD_OPTIONS = $(filter $(DEB_BUILD_OPTIONS), parallel) parallel=1
+ifneq (,$(filter $(DEB_BUILD_ARCH),armhf mips kfreebsd%))
+ $(info $$DEB_BUILD_OPTIONS was [${DEB_BUILD_OPTIONS}])
+ TDBO := $(DEB_BUILD_OPTIONS)
+ export DEB_BUILD_OPTIONS = $(filter $(TDBO), parallel) parallel=1
endif
+$(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS}])
pkgapps=seqan-apps
pkgdev=libseqan2-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git
More information about the debian-med-commit
mailing list