[triplane] 05/07: Add reproducible-build.patch and make the build reproducible.

Markus Koschany apo at moszumanska.debian.org
Mon Aug 15 12:23:10 UTC 2016


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

apo pushed a commit to branch master
in repository triplane.

commit ad18271e2e8c2f9f6373ce42ca7c34a2a11b874e
Author: Markus Koschany <apo at debian.org>
Date:   Mon Aug 15 14:09:22 2016 +0200

    Add reproducible-build.patch and make the build reproducible.
    
    Thanks: Chris Lamb for the report and patch.
    Closes: #776603
---
 debian/patches/reproducible-build.patch | 21 +++++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..20f831b
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Mon, 15 Aug 2016 14:09:07 +0200
+Subject: reproducible build
+
+---
+ src/tools/dksbuild/dksbuild.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tools/dksbuild/dksbuild.cc b/src/tools/dksbuild/dksbuild.cc
+index 8537704..bc29e43 100644
+--- a/src/tools/dksbuild/dksbuild.cc
++++ b/src/tools/dksbuild/dksbuild.cc
+@@ -68,7 +68,7 @@ int filelength(FILE *faili)
+ int main(int argc,char **argv)
+ {
+   FILE *in,*out;
+-  char tekstia[20];
++  char tekstia[20] = {0};
+   int kohtien_lukumaara=0;
+   char ch;
+   char file_to_be[80];
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..55077d0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible-build.patch

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



More information about the Pkg-games-commits mailing list