This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository gmap.
commit cfaf8329926fedb269f4dae686d4e5f55a9b196c Author: Alexandre Mestiashvili <[email protected]> Date: Fri Mar 13 11:28:06 2015 +0100 d/rules: for i386 disable only sse4.1 as suggested by Graham Inngs d/changelog: upload to experimental --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 122e574..e4d0afb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gmap (2014-12-24-1) UNRELEASED; urgency=medium +gmap (2014-12-24-1) experimental; urgency=medium * Imported Upstream version 2014-12-24 diff --git a/debian/rules b/debian/rules index 6e9bfd0..6f159ed 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 --enable-sse4.2=no +EXTRA_CONFIGURE_ARGS += --enable-sse4.1=no endif %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gmap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
