[maven-debian-helper] 04/06: No longer export the JAVA_HOME variable in the debian/rules file generated by mh_make
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 27 08:57:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.
commit 4e6a24fb0efd91a2276ce90252ce4b1086767961
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jan 27 09:49:37 2016 +0100
No longer export the JAVA_HOME variable in the debian/rules file generated by mh_make
---
debian/changelog | 3 +++
maven-packager-utils/src/main/resources/rules.vm | 2 --
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 149cea6..c9b11a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ maven-debian-helper (2.0.3) UNRELEASED; urgency=medium
* Fixed the --no-usj-versionless option (Closes: #766392)
* Build the plugin metadata for the org.codehaus.plexus group
when copying the Maven repository.
+ * No longer export a default value for the JAVA_HOME variable in the
+ debian/rules file generated by mh_make (the DH build system already uses
+ a default value)
* Fixed the test failure with testSolvePlexusActiveCollectionsDependencies
in DependenciesSolverTest. It should have been updated with
maven-debian-helper 1.6.8 when the provided dependencies stopped
diff --git a/maven-packager-utils/src/main/resources/rules.vm b/maven-packager-utils/src/main/resources/rules.vm
index 9867785..aba914b 100644
--- a/maven-packager-utils/src/main/resources/rules.vm
+++ b/maven-packager-utils/src/main/resources/rules.vm
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export JAVA_HOME = /usr/lib/jvm/default-java
-
%:
dh $@ --buildsystem=maven
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list