[med-svn] [gmap] 05/05: d/changelog: upload to experimental d/rules: if i386, add --disable-simd d/patches: dropped drop_tests_i386.patch
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Fri Mar 20 10:52:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository gmap.
commit 4ab9d282838702b134c0a684d57a1ba99a46c292
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu Mar 19 18:37:19 2015 +0100
d/changelog: upload to experimental
d/rules: if i386, add --disable-simd
d/patches: dropped drop_tests_i386.patch
---
debian/changelog | 7 +++++++
debian/patches/series | 1 -
debian/rules | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e4d0afb..acb3a3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gmap (2014-12-24-2) experimental; urgency=medium
+
+ * add --disable-simd when compiled for i386
+ * d/patches: drop patch disabling tests for i386
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Thu, 19 Mar 2015 18:37:54 +0100
+
gmap (2014-12-24-1) experimental; urgency=medium
* Imported Upstream version 2014-12-24
diff --git a/debian/patches/series b/debian/patches/series
index f457291..f01aaaa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-drop_tests_i386.patch
install-data-local
diff --git a/debian/rules b/debian/rules
index 6f159ed..48b02d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
EXTRA_CONFIGURE_ARGS =
ifeq ($(DEB_HOST_ARCH), i386)
-EXTRA_CONFIGURE_ARGS += --enable-sse4.1=no
+EXTRA_CONFIGURE_ARGS += --enable-sse4.1=no --disable-simd
endif
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gmap.git
More information about the debian-med-commit
mailing list