[med-svn] [Git][med-team/diamond-aligner][master] add bug closing; fix logic

Michael R. Crusoe gitlab at salsa.debian.org
Mon Jan 13 17:50:35 GMT 2020



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 <michael.crusoe at gmail.com>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200113/a34a8e4f/attachment.html>


More information about the debian-med-commit mailing list