[med-svn] [patman] 01/02: Drop -march=k8 from build options

Andreas Tille tille at debian.org
Thu Dec 14 08:53:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository patman.

commit ed27f08a23d6d52f6909c76fe5e8bd6ddfa23ee0
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 14 09:52:10 2017 +0100

    Drop -march=k8 from build options
---
 debian/changelog                       |  7 +++++++
 debian/patches/drop_march_option.patch | 16 ++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 894d520..cc9ce90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+patman (1.2.2+dfsg-2) UNRELEASED; urgency=medium
+
+  * Drop -march=k8 from build options
+    Closes: #884342
+
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Dec 2017 09:50:02 +0100
+
 patman (1.2.2+dfsg-1) unstable; urgency=low
 
   [ Charles Plessy ]
diff --git a/debian/patches/drop_march_option.patch b/debian/patches/drop_march_option.patch
new file mode 100644
index 0000000..d3c2555
--- /dev/null
+++ b/debian/patches/drop_march_option.patch
@@ -0,0 +1,16 @@
+Description: Drop -march=k8 from build options
+Bug-Debian: https://bugs.debian.org/884342
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 14 Dec 2017 09:50:02 +0100
+
+--- a/Makefile
++++ b/Makefile
+@@ -12,7 +12,7 @@ version := 1.2
+ TARGETS := patman
+ OBJS := prefix_tree.o fasta.o main.o
+ CPPFLAGS += -Wall 
+-CPPFLAGS += -O3 -funroll-loops -DNDEBUG -march=k8
++CPPFLAGS += -O3 -funroll-loops -DNDEBUG
+ # CPPFLAGS += -ggdb
+ LDLIBS += -lpopt
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..47f9073 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+drop_march_option.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/patman.git



More information about the debian-med-commit mailing list