[med-svn] [pirs] 01/01: pirs (2.0.2+dfsg-5.1) unstable; urgency=medium

Andreas Tille tille at debian.org
Sat Jan 14 21:21:13 UTC 2017


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

tille pushed a commit to branch master
in repository pirs.

commit a6dca8004691857778418982cffea4c7c9b7cbb0
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jan 14 22:20:46 2017 +0100

    pirs (2.0.2+dfsg-5.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Add patch to remove -mtune from compiler flags for gcContCvgBias
      * Don't disable SSE2 support on kfreebsd-amd64 and x32
    
     -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Sat, 14 Jan 2017 17:29:49 +0100
---
 debian/changelog                                |  8 ++++++++
 debian/patches/Remove-mtune-compiler-flag.patch | 15 +++++++++++++++
 debian/patches/series                           |  1 +
 debian/rules                                    |  2 +-
 4 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b32a77c..bee111f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pirs (2.0.2+dfsg-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to remove -mtune from compiler flags for gcContCvgBias
+  * Don't disable SSE2 support on kfreebsd-amd64 and x32
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Sat, 14 Jan 2017 17:29:49 +0100
+
 pirs (2.0.2+dfsg-5) unstable; urgency=medium
 
   * Do not use non-free font arial.ttf but rather LiberationSans-Regular.ttf
diff --git a/debian/patches/Remove-mtune-compiler-flag.patch b/debian/patches/Remove-mtune-compiler-flag.patch
new file mode 100644
index 0000000..c468aaa
--- /dev/null
+++ b/debian/patches/Remove-mtune-compiler-flag.patch
@@ -0,0 +1,15 @@
+From: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>
+Date: Sat, 17 Jan 2017 16:05:00 +0100
+Subject: Remove -mtune from compiler flags for gcContCvgBias
+
+--- pirs-2.0.2+dfsg.orig/src/stator/gcContCvgBias/Makefile
++++ pirs-2.0.2+dfsg/src/stator/gcContCvgBias/Makefile
+@@ -18,7 +18,7 @@ endif
+ 
+ OBJ = self_util.o main.o stat_soap_coverage.o
+ CC = g++
+-LIBRARY = -O3 -pipe $(CPPFLAGS) -mtune=generic -pedantic -Wfloat-equal \
++LIBRARY = -O3 -pipe $(CPPFLAGS) -pedantic -Wfloat-equal \
+ #-Wall
+ 
+ gc_coverage_bias:${OBJ}
diff --git a/debian/patches/series b/debian/patches/series
index a45167d..cdc5349 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 use_debian_packaged_libgzstream.patch
 Fix-spelling-of-sse2-option.patch
 do_not_seek_for_arial.ttf.patch
+Remove-mtune-compiler-flag.patch
diff --git a/debian/rules b/debian/rules
index b2d1764..051386a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ PERLDIR    := debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME)
 
 confflags := --enable-pirs-diploid
 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture --query DEB_HOST_ARCH_CPU)
-ifneq ($(DEB_HOST_ARCH_CPU),amd64)
+ifneq ($(DEB_HOST_ARCH_CPU),amd64 kfreebsd-amd64 x32)
 	confflags += --disable-sse2
 endif
 

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



More information about the debian-med-commit mailing list