[asc] 01/01: add another patch to make asc2_dlg.zip reproducible

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Mar 1 09:46:38 UTC 2016


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

detiste-guest pushed a commit to branch master
in repository asc.

commit 87d0012dc996075551e39291cb2fcdba3b14e03d
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Mar 1 10:46:08 2016 +0100

    add another patch to make asc2_dlg.zip reproducible
    
    https://tests.reproducible-builds.org/rb-pkg/unstable/amd64/asc.html
---
 debian/changelog                      |  7 +++++++
 debian/patches/reproducible-zip.patch | 11 +++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c71193b..66abb88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+asc (2.6.1.0-2) UNRELEASED; urgency=medium
+
+  [ Alexandre Detiste ]
+  * Add another patch to make asc2_dlg.zip reproducible too.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 01 Mar 2016 10:43:37 +0100
+
 asc (2.6.1.0-1) unstable; urgency=medium
 
   [ Moritz Muehlenhoff ]
diff --git a/debian/patches/reproducible-zip.patch b/debian/patches/reproducible-zip.patch
new file mode 100644
index 0000000..f3bb978
--- /dev/null
+++ b/debian/patches/reproducible-zip.patch
@@ -0,0 +1,11 @@
+--- a/data/dialog/Makefile.in
++++ b/data/dialog/Makefile.in
+@@ -552,7 +552,7 @@
+ 
+ 
+ asc2_dlg.zip: $(srcdir)/asc2_dlg.theme $(srcdir)/asc/*.bmp $(srcdir)/asc/*.ttf $(srcdir)/asc/*.png
+-	cd $(srcdir) && zip -9 -r @abs_builddir@/asc2_dlg.zip asc2_dlg.theme ./asc/* -i *.png *.bmp *.ttf *.theme
++	cd $(srcdir) && zip -X -9 -r @abs_builddir@/asc2_dlg.zip asc2_dlg.theme ./asc/* -i *.png *.bmp *.ttf *.theme
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/debian/patches/series b/debian/patches/series
index 55077d0..a3ca0b9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 reproducible-build.patch
+reproducible-zip.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git



More information about the Pkg-games-commits mailing list