[libinline-java-perl] 01/11: Add patch 02 to make build reproducible.

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:41:59 UTC 2015


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

js pushed a commit to branch master
in repository libinline-java-perl.

commit d1ef3c1330bb549340e28f23af27fcfe3f94e374
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 25 21:11:23 2015 +0100

    Add patch 02 to make build reproducible.
---
 debian/patches/02_reproducible_build.patch | 16 ++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/02_reproducible_build.patch b/debian/patches/02_reproducible_build.patch
new file mode 100644
index 0000000..ae3c4e9
--- /dev/null
+++ b/debian/patches/02_reproducible_build.patch
@@ -0,0 +1,16 @@
+Description: Make build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Bug-Debian: https://bugs.debian.org/778983
+Last-Update: 2015-02-22
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -234,7 +234,7 @@
+ sub Inline::Java::get_default_j2sdk_so_dirs {
+ 	return (
+ J2SDK_PL
+-foreach my $d (@main::SO_DIRS){
++foreach my $d (sort @main::SO_DIRS){
+ 	$d =~ s/'/\'/g ;
+ 	print J2SDK "\t\t'$d',\n" ;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 13e6418..e66f4f2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-typos.patch
+02_reproducible_build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list