[med-svn] [htslib] 01/01: Extend i386 fix to hurd and kfreebsd
Graham Inggs
ginggs at moszumanska.debian.org
Tue Nov 21 10:07:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch debian/unstable
in repository htslib.
commit 1bfbb49bae67d8f0ba24fa082bc1b08bdc64db8c
Author: Graham Inggs <ginggs at debian.org>
Date: Tue Nov 21 11:54:57 2017 +0200
Extend i386 fix to hurd and kfreebsd
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a04a6cf..eec6e09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+htslib (1.5-5) UNRELEASED; urgency=medium
+
+ * Extend i386 fix to hurd and kfreebsd
+
+ -- Graham Inggs <ginggs at debian.org> Tue, 21 Nov 2017 09:51:43 +0000
+
htslib (1.5-4) unstable; urgency=medium
* Fix build on i386 (Thanks to Graham Inggs <ginggs at debian.org>)
diff --git a/debian/rules b/debian/rules
index 0e9ff98..275b6fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DH_VERBOSE=1
include /usr/share/dpkg/default.mk
-ifneq (,$(filter $(DEB_HOST_ARCH),i386))
+ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386))
export DEB_CFLAGS_MAINT_APPEND=-fno-strict-aliasing -fno-code-hoisting
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
More information about the debian-med-commit
mailing list