[maven-clean-plugin] 05/32: UNRELEASED * Switch to openjdk. * Add Build-Depends: libplexus-containers-java and libplexus-interpolation-java.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 18 07:05:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-clean-plugin.
commit d15b4375f6420a85754088ba533a9d73f3d158b5
Author: Torsten Werner <twerner at debian.org>
Date: Thu Dec 11 13:53:56 2008 +0000
UNRELEASED
* Switch to openjdk.
* Add Build-Depends: libplexus-containers-java and
libplexus-interpolation-java.
---
debian/changelog | 9 +++++++++
debian/control | 5 +++--
debian/rules | 4 ++--
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3511f54..975392b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/control b/debian/control
index 63a9627..bf49ea7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Section: devel
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/
diff --git a/debian/rules b/debian/rules
index 92e7f78..723882c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git
More information about the pkg-java-commits
mailing list