[Reproducible-commits] [javatools] 01/02: javahelper: Insert jh_installlibs after dh_install

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Nov 6 11:20:24 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds
in repository javatools.

commit 6a2c7f480cb7093df061d4aff5f9743a18f232e2
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Thu Nov 6 10:17:16 2014 +0100

    javahelper: Insert jh_installlibs after dh_install
    
    It used to be inserted before dh_compress, but this prevents
    other helpers to do post-processing on what is produced by
    the build process.
    
    Closes: #764988
---
 javahelper.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/javahelper.pm b/javahelper.pm
index ecddf46..2fdf30c 100644
--- a/javahelper.pm
+++ b/javahelper.pm
@@ -8,7 +8,7 @@ use autodie;
 
 use Debian::Debhelper::Dh_Lib;
 
-insert_before('dh_compress', 'jh_installlibs');
+insert_after('dh_install', 'jh_installlibs');
 insert_after('jh_installlibs', 'jh_classpath');
 insert_after('jh_classpath', 'jh_manifest');
 insert_after('jh_manifest', 'jh_exec');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/javatools.git



More information about the Reproducible-commits mailing list