[med-svn] [fastqtl] 02/02: Fix reproducible builds
Dylan Aïssi
bob.dybian-guest at moszumanska.debian.org
Thu Jun 2 21:26:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
bob.dybian-guest pushed a commit to branch master
in repository fastqtl.
commit 2059b15f4808c28e7c19d09ca90e8db192758ba2
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date: Thu Jun 2 22:35:46 2016 +0200
Fix reproducible builds
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 34638a2..f1325fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
fastqtl (2.184+dfsg-2) UNRELEASED; urgency=low
- * Switch Build-Depends from libgsl0-dev to libgsl-dev.
+ * Switch Build-Depends from libgsl0-dev to libgsl-dev.
+ * Fix reproducible builds.
-- Dylan Aïssi <bob.dybian at gmail.com> Thu, 02 Jun 2016 22:11:18 +0200
diff --git a/debian/rules b/debian/rules
index d4bbc21..675d731 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_build:
mkdir -p $(CURDIR)/bin/
$(MAKE) CXXFLAGS='$(CXXFLAGS)'
cd $(CURDIR)/example/ && \
- tar Jcvf examples.tar.xz *
+ tar Jcvf examples.tar.xz * --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner
override_dh_installman:
dh_installman debian/fastQTL.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastqtl.git
More information about the debian-med-commit
mailing list