File: 02_reproducible_build.patch

package info (click to toggle)
libinline-java-perl 0.58~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 964 kB
  • ctags: 684
  • sloc: perl: 4,717; java: 2,844; makefile: 35
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Make build reproducible
Author: Chris Lamb <lamby@debian.org>
Bug-Debian: https://bugs.debian.org/778983
Last-Update: 2015-02-22

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -235,7 +235,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" ;
 }