[med-svn] [seqan2] 01/01: make build reproducible

Sascha Steinbiss satta at debian.org
Wed Jul 5 06:39:14 UTC 2017


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

satta pushed a commit to branch master
in repository seqan2.

commit c36949483ebfe563fdb2e60d198e3a6318a42d3d
Author: Sascha Steinbiss <satta at debian.org>
Date:   Wed Jul 5 08:32:09 2017 +0200

    make build reproducible
---
 debian/changelog         | 9 +++++++++
 debian/generate_manpages | 5 ++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2ecd4bf..d4f5a1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+seqan2 (2.3.1+dfsg-5) unstable; urgency=medium
+
+  * Team upload.
+  * Make build reproducible.
+    Thanks to Chris Lamb for the patch.
+    Closes: #862484
+
+ -- Sascha Steinbiss <satta at debian.org>  Tue, 04 Jul 2017 23:24:52 +0200
+
 seqan2 (2.3.1+dfsg-4) unstable; urgency=medium
 
   * Fix FTBFS when built with dpkg-buildpackage -A (thanks for the patch to
diff --git a/debian/generate_manpages b/debian/generate_manpages
index 636d9b3..ca5b8d0 100755
--- a/debian/generate_manpages
+++ b/debian/generate_manpages
@@ -11,6 +11,9 @@ for bin in `ls ${bindir}`; do
     help2man --no-discard-stderr --no-info --name="XXX remove this line" --version-string="${version}" ${bindir}/${bin} | \
     sed -e '/XXX remove this line/d' \
         -e '/^\.SH DESCRIPTION$/d' \
-        -e '/^============\+$/d' \
+        -e '/^============\+$/d' | \
+        tr '\n' '\r' | \
+        sed -e 's@\(Specify the number of threads.*\)Default:\r[0-9]*\.@\1 at g' | \
+        tr '\r' '\n' | \
     > ${mandir}/${bin}.1
 done

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



More information about the debian-med-commit mailing list