[pkg-java] r7635 - trunk/maven-clean-plugin/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Thu Dec 11 13:53:56 UTC 2008


Author: twerner
Date: 2008-12-11 13:53:56 +0000 (Thu, 11 Dec 2008)
New Revision: 7635

Modified:
   trunk/maven-clean-plugin/debian/changelog
   trunk/maven-clean-plugin/debian/control
   trunk/maven-clean-plugin/debian/rules
Log:
UNRELEASED
* Switch to openjdk.
* Add Build-Depends: libplexus-containers-java and
  libplexus-interpolation-java.

Modified: trunk/maven-clean-plugin/debian/changelog
===================================================================
--- trunk/maven-clean-plugin/debian/changelog	2008-12-11 13:35:39 UTC (rev 7634)
+++ trunk/maven-clean-plugin/debian/changelog	2008-12-11 13:53:56 UTC (rev 7635)
@@ -1,3 +1,12 @@
+maven-clean-plugin (2.2-2) unstable; urgency=low
+
+  UNRELEASED
+  * Switch to openjdk.
+  * Add Build-Depends: libplexus-containers-java and
+    libplexus-interpolation-java.
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 11 Dec 2008 14:48:26 +0100
+
 maven-clean-plugin (2.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #508020)

Modified: trunk/maven-clean-plugin/debian/control
===================================================================
--- trunk/maven-clean-plugin/debian/control	2008-12-11 13:35:39 UTC (rev 7634)
+++ trunk/maven-clean-plugin/debian/control	2008-12-11 13:53:56 UTC (rev 7635)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, quilt, maven-ant-helper,
- libmaven-plugin-tools-java, libmaven-file-management-java
+Build-Depends: openjdk-6-jdk, ant, debhelper (>= 5), cdbs, quilt, maven-ant-helper,
+ libmaven-plugin-tools-java, libmaven-file-management-java, libplexus-containers-java,
+ libplexus-interpolation-java
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-clean-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-clean-plugin/

Modified: trunk/maven-clean-plugin/debian/rules
===================================================================
--- trunk/maven-clean-plugin/debian/rules	2008-12-11 13:35:39 UTC (rev 7634)
+++ trunk/maven-clean-plugin/debian/rules	2008-12-11 13:53:56 UTC (rev 7635)
@@ -6,8 +6,8 @@
 
 PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
 VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's/Version: \(.*\)-.*/\1/')
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := maven2 file-management plexus-utils
+JAVA_HOME            := /usr/lib/jvm/java-6-openjdk
+DEB_JARS             := maven2 file-management plexus-utils plexus-container-default-1.0
 DEB_ANT_BUILD_TARGET := package #javadoc
 DEB_ANT_BUILDFILE    := debian/build.xml
 DEB_ANT_ARGS         := -Dversion=$(VERSION)




More information about the pkg-java-commits mailing list