[med-svn] [qtltools] 01/01: Add patch from Chris Lamb to improve reproducible builds. Closes: #857454

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Thu Mar 16 21:30:29 UTC 2017


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

bob.dybian-guest pushed a commit to branch master
in repository qtltools.

commit c98a2e1ea9a3417fc911c0e86a6fb552028af3d1
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Thu Mar 16 22:07:19 2017 +0100

    Add patch from Chris Lamb to improve reproducible builds. Closes: #857454
---
 debian/changelog | 8 ++++++++
 debian/rules     | 4 ++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index feaa752..90bdfc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+qtltools (1.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Remove examples.tar.xz during dh_auto_clean in order
+     to improve reproducible builds. (Closes: #857454)
+     (Thanks to Chris Lamb)
+
+ -- Dylan Aïssi <bob.dybian at gmail.com>  Thu, 16 Mar 2017 22:02:51 +0100
+
 qtltools (1.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index cc7f05e..2b25c1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ override_dh_auto_build:
 	mkdir -p $(CURDIR)/bin/
 	dh_auto_build
 
+override_dh_auto_clean:
+	rm -f debian/upstream.example/examples.tar.xz
+	dh_auto_clean
+
 override_dh_install:
 	cd debian/upstream.example && find -type f | LC_ALL=C sort | tar -T - --sort=name --mode=go=rX,u+rw,a-s --owner=root --group=root --numeric-owner -Jcvf examples.tar.xz
 	dh_install

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



More information about the debian-med-commit mailing list