Source: sed
Version: 4.3-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it uses a code-copy of help2man which doesn't have
our SOURCE_DATE_EPOCH patch.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2017-01-07 17:14:35.579919786 +0000
--- b/debian/rules      2017-01-07 17:37:57.146660844 +0000
@@ -6,6 +6,9 @@
 override_dh_auto_configure:
        dh_auto_configure -- --exec-prefix=/ --enable-html 
--without-included-regex
 
+override_dh_auto_build:
+       dh_auto_build -- HELP2MAN=/usr/bin/help2man
+
 override_dh_shlibdeps:
        dh_shlibdeps -- -dPre-Depends
 

Reply via email to