[med-svn] [Git][med-team/htscodecs][master] 4 commits: d/rules: use DEB_HOST_MULTIARCH
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Thu Aug 26 20:26:24 BST 2021
Étienne Mollier pushed to branch master at Debian Med / htscodecs
Commits:
359af2cf by Étienne Mollier at 2021-08-26T21:17:16+02:00
d/rules: use DEB_HOST_MULTIARCH
This fixes failure to build from source on i386. Thanks Adrian Bunk
for the tip.
Closes: #993040
- - - - -
f0d8af46 by Étienne Mollier at 2021-08-26T21:18:18+02:00
update changelog
- - - - -
c0d27d34 by Étienne Mollier at 2021-08-26T21:24:19+02:00
routine-update: Ready to upload to unstable
- - - - -
e749430f by Étienne Mollier at 2021-08-26T21:25:38+02:00
add myself to uploaders
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+htscodecs (1.1.1-2) unstable; urgency=medium
+
+ * d/rules: use DEB_HOST_MULTIARCH (Closes: #993040)
+ * d/control: add myself to uploaders.
+
+ -- Étienne Mollier <emollier at debian.org> Thu, 26 Aug 2021 21:21:47 +0200
+
htscodecs (1.1.1-1) unstable; urgency=medium
* Team upload
=====================================
debian/control
=====================================
@@ -2,7 +2,8 @@ Source: htscodecs
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at debian.org>
+Uploaders: Michael R. Crusoe <crusoe at debian.org>,
+ Étienne Mollier <emollier at debian.org>
Build-Depends: debhelper-compat (= 13),
libbz2-dev
Standards-Version: 4.6.0
=====================================
debian/rules
=====================================
@@ -22,9 +22,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# dh_missing warned about files not installed
override_dh_auto_install:
dh_auto_install
- mkdir -p debian/libhtscodecs-dev/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_GNU_TYPE)
- mv debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_GNU_TYPE)/libhtscodecs.a debian/libhtscodecs-dev/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_GNU_TYPE)/
- rm -f debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_GNU_TYPE)/libhtscodecs.la
+ mkdir -p debian/libhtscodecs-dev/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+ mv debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/libhtscodecs.a debian/libhtscodecs-dev/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/
+ rm -f debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/libhtscodecs.la
override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/med-team/htscodecs/-/compare/37be2552efd5ba153acafef1d645ddc42084a3ed...e749430f5a67028ef9347ca9f779e37ab9f6d3ff
--
View it on GitLab: https://salsa.debian.org/med-team/htscodecs/-/compare/37be2552efd5ba153acafef1d645ddc42084a3ed...e749430f5a67028ef9347ca9f779e37ab9f6d3ff
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/20210826/5c709015/attachment-0001.htm>
More information about the debian-med-commit
mailing list