[med-svn] [htslib] 01/01: fix FTBFS
Sascha Steinbiss
satta at debian.org
Mon Jul 17 16:55:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch debian/unstable
in repository htslib.
commit 485cda1a9936c7edcc890c6b6dc3a76a90cd1f7b
Author: Sascha Steinbiss <satta at debian.org>
Date: Mon Jul 17 18:54:57 2017 +0200
fix FTBFS
---
debian/changelog | 8 ++++++++
debian/rules | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ffe2e62..72063bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+htslib (1.4.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix FTBFS on i386. Thanks to Adrian Bunk for the patch.
+ Closes: #865012
+
+ -- Sascha Steinbiss <satta at debian.org> Mon, 17 Jul 2017 18:25:56 +0200
+
htslib (1.4.1-2) unstable; urgency=medium
* Create symlinks only for arch=indep target when target dir exists
diff --git a/debian/rules b/debian/rules
index 4242ccc..f1cd7b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DH_VERBOSE=1
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
+export DEB_CFLAGS_MAINT_APPEND = -fno-strict-aliasing
%:
dh $@
--
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