[med-svn] [Git][med-team/htslib][master] Fix binary-arch vs binary-indep builds
Michael R. Crusoe
gitlab at salsa.debian.org
Wed Dec 18 11:55:52 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / htslib
Commits:
4b30afd1 by Michael R. Crusoe at 2019-12-18T11:54:56Z
Fix binary-arch vs binary-indep builds
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+htslib (1.10.1-2) unstable; urgency=medium
+
+ * Fix binary-arch vs binary-indep builds
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Wed, 18 Dec 2019 12:54:51 +0100
+
htslib (1.10.1-1) unstable; urgency=medium
* New upstream version
=====================================
debian/rules
=====================================
@@ -78,12 +78,12 @@ override_dh_installdocs:
override_dh_installchangelogs:
dh_installchangelogs NEWS
-override_dh_link:
- dh_link
+override_dh_link-indep:
+ dh_link --indep
# for some very strange reason /usr/include/htslib/cram/cram.h is using the private interface header.h
# this is provided now in the libhts-private-dev package rather than htslib-test so we need a symlink here
find debian/htslib-test -name header.h
- dh_link -phtslib-test usr/include/htslib/cram/header.h usr/share/htslib-test/header.h
+ dh_link --indep -phtslib-test usr/include/htslib/cram/header.h usr/share/htslib-test/header.h
override_dh_fixperms:
dh_fixperms
View it on GitLab: https://salsa.debian.org/med-team/htslib/commit/4b30afd1499991b81d004359fb4177533c2eb8d6
--
View it on GitLab: https://salsa.debian.org/med-team/htslib/commit/4b30afd1499991b81d004359fb4177533c2eb8d6
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/20191218/d1965a4e/attachment-0001.html>
More information about the debian-med-commit
mailing list