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

Sascha Steinbiss satta at debian.org
Tue Jul 5 21:20:36 UTC 2016


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

satta pushed a commit to branch master
in repository subread.

commit 601935004f165bc6efd95a3ba4b01419bec6e9f0
Author: Sascha Steinbiss <satta at debian.org>
Date:   Tue Jul 5 21:20:22 2016 +0000

    make build reproducible
---
 debian/changelog | 8 ++++++++
 debian/rules     | 5 ++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 42c88df..09bd36d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+subread (1.5.0-p3+dfsg-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Make build reproducible by ensuring umask and mtime of
+    archive contents are deterministic.
+
+ -- Sascha Steinbiss <satta at debian.org>  Tue, 05 Jul 2016 20:19:59 +0000
+
 subread (1.5.0-p3+dfsg-1) unstable; urgency=medium
 
   * Drop get-orig-source target, update d/watch to repack and use compression xz
diff --git a/debian/rules b/debian/rules
index cec9411..47c9aa3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,4 +70,7 @@ DNA-seq reads and RNA-seq reads (for the purpose of expression analysis)' \
 	dh_auto_install
 
 override_dh_installexamples-indep:
-	tar -cJf $(CURDIR)/debian/subread-data/usr/share/doc/subread/examples/test.tar.xz  test/
+	tar --sort=name \
+            --mtime="@${SOURCE_DATE_EPOCH}" \
+            --owner=root --group=root --numeric-owner \
+            -cJf $(CURDIR)/debian/subread-data/usr/share/doc/subread/examples/test.tar.xz  test/

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



More information about the debian-med-commit mailing list