[med-svn] [hmmer2] 01/01: make build reproducible
Sascha Steinbiss
satta at debian.org
Fri Sep 9 20:04:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository hmmer2.
commit a53d17726580b0ee470f47390cfcaa95c146ed96
Author: Sascha Steinbiss <satta at debian.org>
Date: Fri Sep 9 20:04:31 2016 +0000
make build reproducible
---
debian/changelog | 8 ++++++++
debian/rules | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 668ebd8..9997606 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hmmer2 (2.3.2-12) unstable; urgency=medium
+
+ * Team upload.
+ * Make build reproducible.
+ - Remove build directory from installed Makefile.
+
+ -- Sascha Steinbiss <satta at debian.org> Fri, 09 Sep 2016 19:58:20 +0000
+
hmmer2 (2.3.2-11) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index e194bce..26cd526 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,3 +57,4 @@ override_dh_installexamples:
mkdir $(sampledir)/tutorial;
cp -a tutorial/* $(sampledir)/tutorial;
sed -i "s#../tut#./tut#g" $(sampledir)/exercises.sqc
+ find $(sampledir) -name 'Makefile' | xargs sed -i "s^$(CURDIR)^.^g"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hmmer2.git
More information about the debian-med-commit
mailing list