[med-svn] [Git][med-team/libhmsbeagle][master] 2 commits: Do not confuse DEB_HOST_MULTIARCH and DEB_HOST_GNU_TYPE
Andreas Tille
gitlab at salsa.debian.org
Wed Dec 23 11:13:05 GMT 2020
Andreas Tille pushed to branch master at Debian Med / libhmsbeagle
Commits:
38426329 by Andreas Tille at 2020-12-23T12:04:37+01:00
Do not confuse DEB_HOST_MULTIARCH and DEB_HOST_GNU_TYPE
- - - - -
d5cb965f by Andreas Tille at 2020-12-23T12:12:18+01:00
routine-update: Ready to upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libhmsbeagle (3.1.2+dfsg-10) unstable; urgency=medium
+
+ * Do not confuse DEB_HOST_MULTIARCH and DEB_HOST_GNU_TYPE
+ Closes: #950367
+
+ -- Andreas Tille <tille at debian.org> Wed, 23 Dec 2020 12:05:09 +0100
+
libhmsbeagle (3.1.2+dfsg-9) unstable; urgency=medium
* Standards-Version: 4.5.1 (routine-update)
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ include /usr/share/dpkg/default.mk
lib := $(shell grep Package: debian/control | grep -v -e "$(DEB_SOURCE)-" | sed 's/Package: \+//')
use_sse := $(shell if [ `dpkg-architecture -qDEB_BUILD_ARCH` = amd64 ] ; then echo yes ; else echo no ; fi)
-BUILDGNUTYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+BUILDGNUTYPE := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
BUILDARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
%:
View it on GitLab: https://salsa.debian.org/med-team/libhmsbeagle/-/compare/4642e1181e366fd67db4eaf0210522b03b4d7d85...d5cb965f933b312728676ec855b97cb3c37547c2
--
View it on GitLab: https://salsa.debian.org/med-team/libhmsbeagle/-/compare/4642e1181e366fd67db4eaf0210522b03b4d7d85...d5cb965f933b312728676ec855b97cb3c37547c2
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/20201223/770ccfca/attachment.html>
More information about the debian-med-commit
mailing list