Michael R. Crusoe pushed to branch master at Debian Med / htslib


Commits:
bc910b7a by Michael R. Crusoe at 2019-12-11T09:44:26Z
Make the build more reproducible

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
 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.cru...@gmail.com>  Mon, 09 Dec 2019 19:40:15 
+0100
 


=====================================
debian/rules
=====================================
@@ -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
 



View it on GitLab: 
https://salsa.debian.org/med-team/htslib/commit/bc910b7a1257cc17df26465f9d00eb0d3e92bc80

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/htslib/commit/bc910b7a1257cc17df26465f9d00eb0d3e92bc80
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to