Bug#850556: sed: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Jan 7 17:59:57 UTC 2017


Source: sed
Version: 4.3-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 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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
 


More information about the Reproducible-bugs mailing list