Author: ludovicc-guest
Date: 2009-07-13 21:22:00 +0000 (Mon, 13 Jul 2009)
New Revision: 9255

Modified:
   trunk/maven-plugin-tools/debian/changelog
   trunk/maven-plugin-tools/debian/control
   trunk/maven-plugin-tools/debian/rules
Log:
Build with openjdk-6-jdk, required for module maven-plugin-tools-javadoc,
add a Build-Depends on this jdk.

Modified: trunk/maven-plugin-tools/debian/changelog
===================================================================
--- trunk/maven-plugin-tools/debian/changelog   2009-07-13 21:02:10 UTC (rev 
9254)
+++ trunk/maven-plugin-tools/debian/changelog   2009-07-13 21:22:00 UTC (rev 
9255)
@@ -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 @@
     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 <[email protected]>  Wed, 13 May 2009 12:04:41 
+0100
 

Modified: trunk/maven-plugin-tools/debian/control
===================================================================
--- trunk/maven-plugin-tools/debian/control     2009-07-13 21:02:10 UTC (rev 
9254)
+++ trunk/maven-plugin-tools/debian/control     2009-07-13 21:22:00 UTC (rev 
9255)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Torsten Werner <[email protected]>, Ludovic Claude 
<[email protected]>
-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,

Modified: trunk/maven-plugin-tools/debian/rules
===================================================================
--- trunk/maven-plugin-tools/debian/rules       2009-07-13 21:02:10 UTC (rev 
9254)
+++ trunk/maven-plugin-tools/debian/rules       2009-07-13 21:22:00 UTC (rev 
9255)
@@ -6,7 +6,7 @@
 
 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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to