Source: tkhtml1
Version: 1.04-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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
 
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to