[med-svn] [hmmer] 01/01: make build reproducible
Sascha Steinbiss
satta at debian.org
Fri Sep 9 19:59:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository hmmer.
commit aa359b63d4508bd9523f0b97b2d348c685bfc14c
Author: Sascha Steinbiss <satta at debian.org>
Date: Fri Sep 9 19:48:52 2016 +0000
make build reproducible
---
debian/changelog | 10 ++++++++++
debian/rules | 3 ++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3ab02b4..0d1d30a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+hmmer (3.1b2+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+ * Make build reproducible.
+ - Ensure deletion of temporary files named by PID in
+ all example directories.
+ - Remove build directory from CFLAGS in installed Makefiles.
+
+ -- Sascha Steinbiss <satta at debian.org> Sat, 27 Aug 2016 09:47:45 +0000
+
hmmer (3.1b2+dfsg-2) unstable; urgency=medium
* Reproducible build (thanks for the patch to Chris Lamb)
diff --git a/debian/rules b/debian/rules
index edb19a5..c479b04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,8 @@ override_dh_installexamples:
cp -aR testsuite $(sampledir)/;
cp -aR easel $(sampledir)/;
cp -aR tutorial $(sampledir)/;
- find $(sampledir)/easel -name "esltmp*" -delete;
+ find $(sampledir) -name 'Makefile' | xargs sed -i "s^$(CURDIR)^.^g"
+ find $(sampledir) -name "esltmp*" -delete;
override_dh_fixperms:
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer.git
More information about the debian-med-commit
mailing list