[Reproducible-commits] [javatools] 11/12: javahelper: Insert jh_installlibs after dh_install
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Jan 8 11:02:25 UTC 2015
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 6ec439426031f35c424a91e01bf454dd662c5ddc
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