This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libinline-java-perl.
commit 7d715f49d8b6ee70411c56835e8adad0068ea228 Author: gregor herrmann <[email protected]> Date: Fri Aug 4 15:37:17 2017 -0400 Add patch to get rid of build path to hopefully male build reproducible. --- debian/patches/03_reproducible_path.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) diff --git a/debian/patches/03_reproducible_path.patch b/debian/patches/03_reproducible_path.patch new file mode 100644 index 0000000..6f7f07a --- /dev/null +++ b/debian/patches/03_reproducible_path.patch @@ -0,0 +1,19 @@ +Description: get rid of build path in InlineJava.properties within InlineJavaServer.jar +Origin: vendor +Forwarded: no +Author: gregor herrmann <[email protected]> +Last-Update: 2017-08-04 + +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -172,8 +172,8 @@ + MAKE + + # Used for PerlNatives +- $INSTALLSITEARCH = expand_macros($this, 'INSTALLSITEARCH') ; +- $INST_ARCHLIB = expand_macros($this, 'INST_ARCHLIB') ; ++ $INSTALLSITEARCH = expand_macros($this, 'INSTALLVENDORARCH') ; ++ $INST_ARCHLIB = expand_macros($this, 'INSTALLVENDORARCH') ; + + return $make ; + } diff --git a/debian/patches/series b/debian/patches/series index c34f0e5..7b244b7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 02_reproducible_build.patch +03_reproducible_path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
