Source: tkmpeg
Version: 1.0.5-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / chris-lamb.co.uk
`-
--- 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
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel