Bug#862588: tkhtml1: please make the build reproducible

Chris Lamb lamby at debian.org
Sun May 14 20:58:15 UTC 2017


Source: tkhtml1
Version: 1.04-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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


Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2017-05-14 22:41:44.057736691 +0200
--- b/debian/rules	2017-05-14 22:54:42.449420258 +0200
@@ -10,6 +10,12 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)
 
+override_dh_auto_install:
+	dh_auto_install
+	# Don't install tkhtml1Config.sh as it contains build paths that won't
+	# work on end-user systems anyway.
+	rm -f $(CURDIR)/debian/tk-html1/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)/tkhtml1Config.sh
+
 override_dh_auto_test:
 	# ignore builtin tests
 


More information about the Reproducible-bugs mailing list