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

Make the build more reproducible

parent 751d33d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
htslib (1.10-1) unstable; urgency=medium

  * New upstream release.
  * Remove build path from packaged config.mk to make the build more reproducible.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Mon, 09 Dec 2019 19:40:15 +0100

+7 −0
Original line number Diff line number Diff line
@@ -46,6 +46,13 @@ override_dh_auto_install:
	$(RM) -r test
	mv test_backup test

override_dh_install:
	dh_install
ifeq (,$(wildcard ./debian/htslib-test/usr/share/htslib-test/config.mk))
	sed -i 's/-ffile-prefix-map=[^[:space:]]* //g' debian/htslib-test/usr/share/htslib-test/config.mk
	sed -i 's/-fdebug-prefix-map=[^[:space:]]* //g' debian/htslib-test/usr/share/htslib-test/config.mk
endif

override_dh_installchangelogs:
	dh_installchangelogs NEWS