[pkg-java] r15234 - trunk/libcommons-validator-java/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Sun Oct 23 01:48:05 UTC 2011
Author: nomadium-guest
Date: 2011-10-23 01:48:05 +0000 (Sun, 23 Oct 2011)
New Revision: 15234
Modified:
trunk/libcommons-validator-java/debian/changelog
trunk/libcommons-validator-java/debian/control
trunk/libcommons-validator-java/debian/rules
Log:
* Team upload.
* Switch to default-jdk. (Closes: #643520).
* Bump Standards-Version to 3.9.2. No changes were required.
Modified: trunk/libcommons-validator-java/debian/changelog
===================================================================
--- trunk/libcommons-validator-java/debian/changelog 2011-10-23 01:37:56 UTC (rev 15233)
+++ trunk/libcommons-validator-java/debian/changelog 2011-10-23 01:48:05 UTC (rev 15234)
@@ -1,3 +1,11 @@
+libcommons-validator-java (1:1.3.1-8) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Switch to default-jdk. (Closes: #643520).
+ * Bump Standards-Version to 3.9.2. No changes were required.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sat, 22 Oct 2011 21:13:35 -0430
+
libcommons-validator-java (1:1.3.1-7) unstable; urgency=low
* Team upload.
Modified: trunk/libcommons-validator-java/debian/control
===================================================================
--- trunk/libcommons-validator-java/debian/control 2011-10-23 01:37:56 UTC (rev 15233)
+++ trunk/libcommons-validator-java/debian/control 2011-10-23 01:48:05 UTC (rev 15234)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Kumar Appaiah <akumar at debian.org>, Varun Hiremath <varun at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, openjdk-6-jdk
+Build-Depends: debhelper (>= 7), cdbs, default-jdk
Build-Depends-Indep: maven-repo-helper, ant, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.7),
libcommons-collections-java (>= 2.1), libcommons-digester-java (>= 1.6), libcommons-logging-java (>= 1.0.6),
liboro-java (>= 2.0.8), sgml-base, rhino
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-validator-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-validator-java
Homepage: http://commons.apache.org/validator/
Modified: trunk/libcommons-validator-java/debian/rules
===================================================================
--- trunk/libcommons-validator-java/debian/rules 2011-10-23 01:37:56 UTC (rev 15233)
+++ trunk/libcommons-validator-java/debian/rules 2011-10-23 01:48:05 UTC (rev 15234)
@@ -9,7 +9,7 @@
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := junit commons-beanutils commons-collections commons-digester commons-logging oro
DEB_ANT_BUILD_TARGET := dist
More information about the pkg-java-commits
mailing list