[javatools] 07/08: Insert jh_installlibs after dh_link (Closes: #764988)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Mar 1 23:17:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javatools.
commit 141beb0d0eab66235497eb67a7364326f2e37db8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Mar 2 00:11:56 2015 +0100
Insert jh_installlibs after dh_link (Closes: #764988)
---
debian/changelog | 3 +++
javahelper.pm | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 80666ef..2418dc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
javatools (0.49) UNRELEASED; urgency=medium
* Team upload.
+ * Insert jh_installlibs after dh_link instead of before dh_compress
+ to let dh_strip_nondeterminism run after the jar files are installed
+ (Closes: #764988)
* Add the -notimestamp option when invoking javadoc
* Removed Matthew Johnson from the uploaders (Closes: #762560)
* Removed Niels Thykier from the uploaders (Closes: #770559)
diff --git a/javahelper.pm b/javahelper.pm
index ecddf46..c2a00cb 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_link', '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/pkg-java/javatools.git
More information about the pkg-java-commits
mailing list