[med-svn] [lambda-align] 03/03: make build reproducible

Sascha Steinbiss satta at debian.org
Sun Oct 9 11:21:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

satta pushed a commit to branch master
in repository lambda-align.

commit ead38f717aeef8f34838b4aea2dbd2e21e92475e
Author: Sascha Steinbiss <satta at debian.org>
Date:   Sun Oct 9 10:39:08 2016 +0000

    make build reproducible
---
 debian/changelog | 3 +++
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f521ab..f376d00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ lambda-align (1.0.0-2) unstable; urgency=medium
   * Set versioned dependency for libseqan2-dev.
     Thanks to Aaron M. Ucko for the hint.
     Closes: #840028
+  * Make build reproducible.
+    Thanks to Chris Lamb for the patch.
+    Closes: #840156
 
  -- Sascha Steinbiss <satta at debian.org>  Sun, 09 Oct 2016 10:35:38 +0000
 
diff --git a/debian/rules b/debian/rules
index 7bd9090..1d314de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,11 @@ override_dh_auto_clean:
 
 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 --
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/lambda-align.git



More information about the debian-med-commit mailing list