Bug#1003203: libgtkdatabox: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Jan 6 07:59:15 GMT 2022


Source: libgtkdatabox
Version: 1:1.0.0-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
libgtkdatabox could not be built reproducibly.

This is because it ships a generated 'Makefile' which, because of the
paths it embeds, may not even work on end-user systems.

Patch attached to simply skip distributing this file.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2022-01-06 07:34:26.650284236 +0000
--- b/debian/rules	2022-01-06 07:55:13.335254680 +0000
@@ -34,7 +34,7 @@
 	rm `find debian -name '*.la'`
 
 override_dh_installdocs:
-	dh_installdocs
+	dh_installdocs -X/Makefile
 	find debian -name "*.md5" -delete
 
 override_dh_auto_clean:


More information about the Reproducible-bugs mailing list