[med-svn] [hmmer2] 01/02: fix FTBFS by adjusting CFLAGS on i386
Sascha Steinbiss
satta at debian.org
Tue Jul 4 21:14:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository hmmer2.
commit 44348ee8d280af6200a027a5c46d1d554f085c62
Author: Sascha Steinbiss <satta at debian.org>
Date: Tue Jul 4 23:05:39 2017 +0200
fix FTBFS by adjusting CFLAGS on i386
---
debian/changelog | 9 +++++++++
debian/rules | 3 +++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7b9fd77..ac70e8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+hmmer2 (2.3.2+dfsg-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Use -ffloat-store on i386 to fix FTBFS.
+ Thanks to Aaron M. Ucko for the hint.
+ Closes: #865099
+
+ -- Sascha Steinbiss <satta at debian.org> Tue, 04 Jul 2017 23:04:06 +0200
+
hmmer2 (2.3.2+dfsg-3) unstable; urgency=medium
* Upload to unstable
diff --git a/debian/rules b/debian/rules
index fc47c65..82dc465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
# DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+ifeq ($(DEB_TARGET_ARCH_CPU),i386)
+ export DEB_CFLAGS_MAINT_APPEND = -ffloat-store
+endif
pkgdata:=hmmer2
sampledir:=$(CURDIR)/debian/$(pkgdata)/usr/share/doc/$(pkgdata)/examples
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer2.git
More information about the debian-med-commit
mailing list