[asciijump] 05/09: debian/patches

Takaki Taniguchi takaki at moszumanska.debian.org
Mon Jun 26 09:29:17 UTC 2017


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

takaki pushed a commit to branch master
in repository asciijump.

commit c092fe537c88689e6963419f63c4b978f99d85c1
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Mon Jun 26 18:11:10 2017 +0900

    debian/patches
---
 debian/changelog                        |  7 +++++++
 debian/patches/reproducible_build.patch | 23 +++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a2328ae..9c9ceef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+asciijump (1.0.2~beta-8) UNRELEASED; urgency=medium
+
+  * debian/patches/reporducible_build.patch: Build reproducible.
+    (Closes: #827109)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 26 Jun 2017 18:10:02 +0900
+
 asciijump (1.0.2~beta-7) unstable; urgency=medium
 
   * debian/control: Migrate to emacs24. (Closes: #753995)
diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..bd1d6c8
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,23 @@
+Author: Reiner Herrmann <reiner at reiner-h.de>
+Description: Sort source files for deterministic linking order
+
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -63,7 +63,7 @@
+ 
+ # asciijump client
+ ac_name		= "asciijump"
+-ac_src		= $(wildcard scr*.c) \
++ac_src		= $(sort $(wildcard scr*.c)) \
+ 		   cmdline.c\
+ 		   wsys.c\
+ 		   frame.c\
+@@ -80,7 +80,7 @@
+ 
+ # asciijump eerver
+ as_name		= "aj-server"
+-as_src		= $(wildcard as*.c)
++as_src		= $(sort $(wildcard as*.c))
+ as_obj		= $(addprefix bin/,${as_src:.c=.o})
+ 
+ # object used in ac and as to
diff --git a/debian/patches/series b/debian/patches/series
index a211c81..6bed588 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ format_security_patch
 02_Makefile_in.patch
 03_slang2.patch
 ld-as-needed.diff
+reproducible_build.patch

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



More information about the Pkg-games-commits mailing list