[med-svn] [Git][med-team/gmap][master] 2 commits: d/rules: fix logical error causing ftbfs on non-x86 architectures..
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Oct 3 18:38:32 BST 2022
Étienne Mollier pushed to branch master at Debian Med / gmap
Commits:
d0aa7588 by Étienne Mollier at 2022-10-03T19:35:08+02:00
d/rules: fix logical error causing ftbfs on non-x86 architectures..
This also fixes an unintended baseline violation on i386.
- - - - -
fec2565a by Étienne Mollier at 2022-10-03T19:37:40+02:00
ready to upload to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gmap (2021-12-17+ds-3) unstable; urgency=medium
+
+ * d/rules: fix logical error causing ftbfs on non-x86 architectures;
+ this also fixes an unintended baseline violation on i386.
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 03 Oct 2022 19:36:31 +0200
+
gmap (2021-12-17+ds-2) unstable; urgency=medium
[ Nilesh Patra ]
=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ HELP2MAN = /usr/bin/help2man --no-info --version-string=${DEB_VERSION}
# attempting to compile high baseline on a build system with low baseline. It
# would be nice to be able to provide high simd level to high baseline CPU as
# well without build failure. See #1020793 for more details.
-ifeq (,$(filter $(DEB_HOST_ARCH), amd64))
+ifeq (amd64,$(DEB_HOST_ARCH))
SIMD = --enable-simd --with-simd-level=sse2
else
SIMD = --disable-simd
View it on GitLab: https://salsa.debian.org/med-team/gmap/-/compare/57046183fd1e936f0f29864bdd75e19065487531...fec2565a7859a117ddb4f5d3d48c3032fd8e4355
--
View it on GitLab: https://salsa.debian.org/med-team/gmap/-/compare/57046183fd1e936f0f29864bdd75e19065487531...fec2565a7859a117ddb4f5d3d48c3032fd8e4355
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/20221003/3112e4a9/attachment-0001.htm>
More information about the debian-med-commit
mailing list