Source: lambda-align
Version: 1.0.0-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath environment
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

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

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2016-10-08 23:17:09.952583874 +0100
--- b/debian/rules      2016-10-08 23:48:38.276186062 +0100
@@ -11,8 +11,11 @@
 
 override_dh_installman:
        ./build/bin/lambda --export-help man \
+         | sed -r 's/(number of threads.*) Default:.*/\1/g' \
          | sed -r 's/\(Git commit +\)//g' > lambda.1
        ./build/bin/lambda_indexer --export-help man \
+         | sed -r 's/(number of threads.*) Default:.*/\1/g' \
+         | sed -r 's/(defaults to working directory.*) Default:.*/\1/g' \
          | sed -r 's/\(Git commit +\)//g' > lambda_indexer.1
        dh_installman --
 
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to