[maven-plugin-tools] 10/31: Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc, add a Build-Depends on this jdk.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 16 14:39:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-plugin-tools.
commit ba62058be13ca5bec324fd9ed6bff6a04982743f
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Mon Jul 13 21:22:00 2009 +0000
Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc,
add a Build-Depends on this jdk.
---
debian/changelog | 4 +++-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a8fe8e8..d496b1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-maven-plugin-tools (2.5-1) unstable; urgency=low
+maven-plugin-tools (2.5-1) experimental; urgency=low
* New upstream version, add myself to Uploaders
* Change section to java, bump up Standards-Version to 3.8.1
@@ -12,6 +12,8 @@ maven-plugin-tools (2.5-1) unstable; urgency=low
to ignore old artifacts
* Add a dependency on libjtidy-java and libmaven2-core-java
* Add a Build-Depends on libclassworlds-java
+ * Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc,
+ add a Build-Depends on this jdk.
-- Ludovic Claude <ludovic.claude at laposte.net> Wed, 13 May 2009 12:04:41 +0100
diff --git a/debian/control b/debian/control
index a16aec4..1582f44 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 5), cdbs, default-jdk, quilt, libjaxp1.3-java
+Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, libjaxp1.3-java
Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional,
libmodello-java, libclassworlds-java, junit, libplexus-velocity-java, velocity,
libmaven-reporting-impl-java, libdoxia-sitetools-java,
diff --git a/debian/rules b/debian/rules
index e24f551..bfd3942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME := /usr/lib/jvm/default-java
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk
DEB_JARS := ant-nodeps maven-repo-helper
DEB_ANT_BUILD_TARGET := package #javadoc
DEB_ANT_BUILDFILE := debian/build.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git
More information about the pkg-java-commits
mailing list