[Debian-med-packaging] Bug#890616: dialign-t: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Feb 16 20:02:32 UTC 2018


Source: dialign-t
Version: 1.0.2-10
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: umask
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that dialign-t could not be built reproducibly.

This is because it overrides dh_fixperms but does not call dh_fixperms
itself. This should have been caught with Lintian, but the -indep suffix
caught it out. However, I've fixed that here:

  https://anonscm.debian.org/git/lintian/lintian.git/commit/?id=96dbae2f0c51fe900bff80bf598c82e429cc9a28

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2018-02-16 19:43:45.225267041 +0000
--- b/debian/rules	2018-02-16 19:59:44.570677758 +0000
@@ -12,4 +12,5 @@
 	dh $@ --sourcedirectory=$(SRCDIR) --parallel
 
 override_dh_fixperms-indep:
+	dh_fixperms
 	chmod 644 $(CURDIR)/debian/dialign-tx-data/usr/share/dialign-tx/*


More information about the Debian-med-packaging mailing list