[xgalaga] 14/16: Rename patch to 0005-reproducible-build.patch

Markus Koschany apo-guest at moszumanska.debian.org
Sat Dec 12 20:46:52 UTC 2015


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

apo-guest pushed a commit to branch master
in repository xgalaga.

commit 549700829f2288dc5a180d628fd28123f5dfce4f
Author: Markus Koschany <apo at debian.org>
Date:   Sat Dec 12 21:28:26 2015 +0100

    Rename patch to 0005-reproducible-build.patch
---
 debian/patches/0005-reproducible-build.patch | 24 ++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/0005-reproducible-build.patch b/debian/patches/0005-reproducible-build.patch
new file mode 100644
index 0000000..01b1883
--- /dev/null
+++ b/debian/patches/0005-reproducible-build.patch
@@ -0,0 +1,24 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 12 Dec 2015 21:26:05 +0100
+Subject: reproducible build
+
+Make the build reproducible by not using gzip timestamps.
+
+Forwarded: no
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 72e8c12..102f179 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -86,7 +86,7 @@ $(TARGET2): subdirs $(OBJS_HYPER)
+ 	$(CC) $(LDFLAGS) -o $(TARGET2) $(OBJS_HYPER) $(LIBS)
+ 
+ %.6x.gz: %.6x
+-	gzip -9 -c $< > $@
++	gzip -9 -c -n $< > $@
+ 
+ %.o: %.c
+ 	$(CC) $(CFLAGS) -DORIGINAL_XGALAGA -c $< -o $@
diff --git a/debian/patches/series b/debian/patches/series
index 3059a7e..d8c7902 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-implicit-declarations.patch
 0003-obsolete-xf86dga.patch
 0004-clang-ftbfs.patch
+0005-reproducible-build.patch

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



More information about the Pkg-games-commits mailing list