[pkg-java] r9239 - trunk/plexus-i18n/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Mon Jul 13 20:40:47 UTC 2009


Author: ludovicc-guest
Date: 2009-07-13 20:40:46 +0000 (Mon, 13 Jul 2009)
New Revision: 9239

Modified:
   trunk/plexus-i18n/debian/changelog
   trunk/plexus-i18n/debian/control
   trunk/plexus-i18n/debian/rules
Log:
Use openjdk-6 JDK instead of gcj to build the package

Modified: trunk/plexus-i18n/debian/changelog
===================================================================
--- trunk/plexus-i18n/debian/changelog	2009-07-13 20:40:45 UTC (rev 9238)
+++ trunk/plexus-i18n/debian/changelog	2009-07-13 20:40:46 UTC (rev 9239)
@@ -11,7 +11,7 @@
   * Add maven-build.xml to debian/ in order to support compilation with Java 1.5
   * Change the dependency on libplexus-container-default-java to 
     libplexus-containers-java
-  * Use the default JDK instead of gcj for building the package
+  * Use openjdk-6 JDK instead of gcj to build the package
 
  -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 05 Jul 2009 20:39:18 +0100
 

Modified: trunk/plexus-i18n/debian/control
===================================================================
--- trunk/plexus-i18n/debian/control	2009-07-13 20:40:45 UTC (rev 9238)
+++ trunk/plexus-i18n/debian/control	2009-07-13 20:40:46 UTC (rev 9239)
@@ -6,7 +6,7 @@
  Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, 
  libxalan2-java, libplexus-utils-java (>= 1:1.4.5), libplexus-containers-java
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk-builddep
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), openjdk-6-jdk
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/plexus-i18n
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/plexus-i18n/

Modified: trunk/plexus-i18n/debian/rules
===================================================================
--- trunk/plexus-i18n/debian/rules	2009-07-13 20:40:45 UTC (rev 9238)
+++ trunk/plexus-i18n/debian/rules	2009-07-13 20:40:46 UTC (rev 9239)
@@ -5,7 +5,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 plexus-container-default \
                         plexus-utils junit ant-junit
 DEB_ANT_BUILD_TARGET := package javadoc




More information about the pkg-java-commits mailing list