[Debian-med-packaging] Bug#840156: lambda-align: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Oct 8 22:56:23 UTC 2016


Source: lambda-align
Version: 1.0.0-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath environment
X-Debbugs-Cc: reproducible-builds at 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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 --
 


More information about the Debian-med-packaging mailing list