Michael R. Crusoe pushed to branch master at Debian Med / diamond-aligner
Commits: e60db68c by Michael R. Crusoe at 2020-01-13T18:50:21+01:00 add bug closing; fix logic - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ diamond-aligner (0.9.29+dfsg-3) UNRELEASED; urgency=medium * Team upload. * patch to enable non-x86 builds again (no -msse, etc..) + Closes: #942850 -- Michael R. Crusoe <[email protected]> Mon, 13 Jan 2020 17:11:06 +0100 ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -ifeq (,$(filter(DEB_HOST_ARCH),i386 amd64)) +ifneq (,$(filter(DEB_HOST_ARCH),i386 amd64)) EXTRA=-DX86=OFF endif View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/commit/e60db68ca1e63fe7938ace1d5776d9e2cb751592 -- View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/commit/e60db68ca1e63fe7938ace1d5776d9e2cb751592 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
