[med-svn] [Git][med-team/gmap][master] 3 commits: Update d/rules, remove EXTRA_CONFIGURE_ARGS, not needed for recent versions
Alexandre Mestiashvili
gitlab at salsa.debian.org
Wed Sep 19 10:19:27 BST 2018
Alexandre Mestiashvili pushed to branch master at Debian Med / gmap
Commits:
f160a9b9 by Alexandre Mestiashvili at 2018-09-19T09:04:39Z
Update d/rules, remove EXTRA_CONFIGURE_ARGS, not needed for recent versions
- - - - -
58072410 by Alexandre Mestiashvili at 2018-09-19T09:04:47Z
Limit architectures to any-amd64 and any-i386
- - - - -
61df26f3 by Alexandre Mestiashvili at 2018-09-19T09:15:52Z
Update changelog
Gbp-Dch: Ignore
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,11 @@
-gmap (2018-07-04-4) UNRELEASED; urgency=medium
+gmap (2018-07-04-4) unstable; urgency=medium
- * Team upload.
- * Limit to Architecture: amd64
+ [ Alexandre Mestiashvili ]
+ * Update d/rules, remove EXTRA_CONFIGURE_ARGS, not needed for recent versions
+ * Limit architectures to any-amd64 and any-i386
Closes: #908386
- -- Andreas Tille <tille at debian.org> Wed, 19 Sep 2018 09:45:44 +0200
+ -- Alexandre Mestiashvili <mestia at debian.org> Wed, 19 Sep 2018 09:05:16 +0000
gmap (2018-07-04-3) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -4,6 +4,7 @@ Uploaders: Shaun Jackman <sjackman at debian.org>,
Andreas Tille <tille at debian.org>,
Alexandre Mestiashvili <mestia at debian.org>
Section: non-free/science
+XS-Autobuild: yes
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-exec,
@@ -16,7 +17,7 @@ Vcs-Git: https://salsa.debian.org/med-team/gmap.git
Homepage: http://research-pub.gene.com/gmap
Package: gmap
-Architecture: amd64
+Architecture: any-amd64 any-i386
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
=====================================
debian/rules
=====================================
@@ -7,10 +7,6 @@ utildir := $(CURDIR)/util
bindir := $(CURDIR)/src
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-EXTRA_CONFIGURE_ARGS =
-ifeq ($(DEB_HOST_ARCH), i386)
-EXTRA_CONFIGURE_ARGS += --enable-sse4.1=no --disable-simd
-endif
HELP2MAN = /usr/bin/help2man --no-info --version-string=${DEB_VERSION}
@@ -19,7 +15,7 @@ HELP2MAN = /usr/bin/help2man --no-info --version-string=${DEB_VERSION}
override_dh_auto_configure:
dh_auto_configure -- --with-gmapdb=/var/cache/gmap \
- --bindir=/usr/lib/gmap $(EXTRA_CONFIGURE_ARGS)
+ --bindir=/usr/lib/gmap
override_dh_auto_install:
mkdir -p $(mandir)
View it on GitLab: https://salsa.debian.org/med-team/gmap/compare/766bc0d0eea865468591b664cc4b20dc10f562fc...61df26f32815f41ba4b0da80edd64aa49844c04a
--
View it on GitLab: https://salsa.debian.org/med-team/gmap/compare/766bc0d0eea865468591b664cc4b20dc10f562fc...61df26f32815f41ba4b0da80edd64aa49844c04a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180919/eec4f72c/attachment-0001.html>
More information about the debian-med-commit
mailing list