[Pkg-tcltk-devel] Bug#890053: tkmpeg: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Feb 10 15:31:54 UTC 2018


Source: tkmpeg
Version: 1.0.5-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 tkmpeg could not be built reproducibly.

Patch attached. The shell script in question does not seem very
helpful for endusers - I mean, it was "mostly broken" anyway as it
had *build* paths, not installed paths so there is a reproducibility
issue or something deeper. :)

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2018-02-10 15:15:51.075068667 +0000
--- b/debian/rules	2018-02-10 15:24:05.201843912 +0000
@@ -10,6 +10,10 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)
 
+override_dh_auto_install:
+	dh_auto_install
+	find debian/tk-mpeg -type f -name tkmpegConfig.sh -delete
+
 override_dh_auto_test:
 	# ignore builtin tests
 


More information about the Pkg-tcltk-devel mailing list