Verified Commit 4b30afd1 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Fix binary-arch vs binary-indep builds

parent df4af758
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
htslib (1.10.1-2) unstable; urgency=medium

  * Fix binary-arch vs binary-indep builds

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 18 Dec 2019 12:54:51 +0100

htslib (1.10.1-1) unstable; urgency=medium

  * New upstream version
+3 −3
Original line number Diff line number Diff line
@@ -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