[med-svn] [bowtie2] 01/01: fix building on GCC6
Sascha Steinbiss
satta at debian.org
Sun Jul 17 09:56:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository bowtie2.
commit 2581884631b4d091a1cfc50c586477b10d4b1ffc
Author: Sascha Steinbiss <satta at debian.org>
Date: Sat Jul 16 03:23:47 2016 +0000
fix building on GCC6
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0443f17..1c6ece2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bowtie2 (2.2.9-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix building with GCC 6.
+ Closes: #831157.
+
+ -- Sascha Steinbiss <satta at debian.org> Sat, 16 Jul 2016 03:22:51 +0000
+
bowtie2 (2.2.9-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index ce057a6..1aaf14f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ export EXTRA_OPTIONS
dh $@ --parallel
override_dh_auto_build:
- dh_auto_build -- EXTRA_FLAGS="$(LDFLAGS)" $(EXTRA_OPTIONS)
+ dh_auto_build -- EXTRA_FLAGS="-std=c++98 $(LDFLAGS)" $(EXTRA_OPTIONS)
override_dh_installman:
mkdir -p $(CURDIR)/debian/$(pkg)/usr/share/man/man1/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git
More information about the debian-med-commit
mailing list