É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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
