[med-svn] [bitseq] 01/03: Drop -mtune=generic from build options
Andreas Tille
tille at debian.org
Sun Dec 17 20:56:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository bitseq.
commit ab7ebf7804ecfd90b4387e83c0fb8bd3fc837265
Author: Andreas Tille <tille at debian.org>
Date: Sun Dec 17 21:13:26 2017 +0100
Drop -mtune=generic from build options
---
debian/changelog | 7 +++++++
debian/patches/fix_build_options.patch | 14 ++++++++++++++
debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1348ae5..14c7366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bitseq (0.7.5+dfsg-2) UNRELEASED; urgency=medium
+
+ * Drop -mtune=generic from build options
+ Closes: #884623
+
+ -- Andreas Tille <tille at debian.org> Sun, 17 Dec 2017 21:09:59 +0100
+
bitseq (0.7.5+dfsg-1) unstable; urgency=medium
* Initial upload to Debian (Closes: #883322)
diff --git a/debian/patches/fix_build_options.patch b/debian/patches/fix_build_options.patch
new file mode 100644
index 0000000..fdd50cc
--- /dev/null
+++ b/debian/patches/fix_build_options.patch
@@ -0,0 +1,14 @@
+Description: Drop -mtune=generic from build options
+Bug-Debian: https://bugs.debian.org/884623
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 17 Dec 2017 21:09:59 +0100
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ CXX = g++
+-ARCH = -mtune=generic
++ARCH =
+ VERSION = 0.7.5
+ # ARCH = -march=core2
+ # ARCH = -march=native
diff --git a/debian/patches/series b/debian/patches/series
index e3019d1..b41081d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ link_against_system_samtools.patch
hardening.patch
fix_clean_target.patch
spelling.patch
+fix_build_options.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bitseq.git
More information about the debian-med-commit
mailing list