[lhapdf] 04/06: Import Debian changes 5.9.1-3
Mattia Rizzolo
mattia at debian.org
Thu Apr 6 12:24:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository lhapdf.
commit 7fc20957e693d98560caf34299b7269606a39d16
Author: Lifeng Sun <lifongsun at gmail.com>
Date: Tue Dec 17 08:39:27 2013 +0800
Import Debian changes 5.9.1-3
lhapdf (5.9.1-3) unstable; urgency=low
* Disable tests on armel and armhf to avoid FTBFS.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c961185..f7ccc82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lhapdf (5.9.1-3) unstable; urgency=low
+
+ * Disable tests on armel and armhf to avoid FTBFS.
+
+ -- Lifeng Sun <lifongsun at gmail.com> Tue, 17 Dec 2013 08:39:27 +0800
+
lhapdf (5.9.1-2) unstable; urgency=low
* debian/rules: export DEB_BUILD_OPTIONS to disable tests on hurd-i386,
diff --git a/debian/rules b/debian/rules
index 732e817..c25b644 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS)
FFLAGS := -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
-ifneq (,$(findstring $(DEB_BUILD_ARCH), hurd-i386 mips mipsel s390))
+ifneq (,$(findstring $(DEB_BUILD_ARCH), hurd-i386 mips mipsel s390 armel armhf))
DEB_BUILD_OPTIONS += nocheck
endif
export DEB_BUILD_OPTIONS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lhapdf.git
More information about the debian-science-commits
mailing list