[pkg-java] r8236 - trunk/c3p0/debian

Varun Hiremath varun at alioth.debian.org
Thu May 7 23:09:34 UTC 2009


Author: varun
Date: 2009-05-07 23:09:34 +0000 (Thu, 07 May 2009)
New Revision: 8236

Modified:
   trunk/c3p0/debian/changelog
   trunk/c3p0/debian/control
   trunk/c3p0/debian/copyright
   trunk/c3p0/debian/rules
Log:
* Convert to default-jdk/jre (Closes: #526273)
* Bump Standards-Version to 3.8.1
* Fix Vcs-* fileds

Modified: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog	2009-05-07 16:42:58 UTC (rev 8235)
+++ trunk/c3p0/debian/changelog	2009-05-07 23:09:34 UTC (rev 8236)
@@ -1,11 +1,17 @@
-c3p0 (0.9.1.2-3) UNRELEASED; urgency=low
+c3p0 (0.9.1.2-2) unstable; urgency=low
 
+  [ Michael Koch ]
   * Use uscan sf.net helper for SourceForge. Fixes upstream checking.
   * Updated Standards-Version to 3.7.3.
   * Added Homepage field.
 
- -- Michael Koch <konqueror at gmx.de>  Sat, 19 Apr 2008 08:58:11 +0200
+  [ Varun Hiremath ]
+  * Convert to default-jdk/jre (Closes: #526273)
+  * Bump Standards-Version to 3.8.1
+  * Fix Vcs-* fileds
 
+ -- Varun Hiremath <varun at debian.org>  Thu, 07 May 2009 19:04:58 -0400
+
 c3p0 (0.9.1.2-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/c3p0/debian/control
===================================================================
--- trunk/c3p0/debian/control	2009-05-07 16:42:58 UTC (rev 8235)
+++ trunk/c3p0/debian/control	2009-05-07 23:09:34 UTC (rev 8236)
@@ -1,19 +1,18 @@
 Source: c3p0
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Varun Hiremath <varunhiremath at gmail.com>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant, liblog4j1.2-java, libmx4j-java
-Standards-Version: 3.7.3
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/c3p0
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/c3p0
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Varun Hiremath <varun at debian.org>
+Build-Depends: debhelper (>= 7), cdbs
+Build-Depends-Indep: ant, default-jdk, liblog4j1.2-java, libmx4j-java
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/c3p0
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/c3p0
 Homepage: http://sourceforge.net/projects/c3p0
 
 Package: libc3p0-java
-Section: libs
 Architecture: all
-Depends: java-gcj-compat | java2-runtime, liblog4j1.2-java, libmx4j-java
+Depends: ${misc:Depends}, default-jre | java2-runtime, liblog4j1.2-java, libmx4j-java
 Description: library for JDBC connection pooling
  c3p0 is an easy-to-use library for making traditional JDBC drivers
  "enterprise-ready" by augmenting them with functionality defined by
@@ -22,8 +21,9 @@
 Package: libc3p0-java-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libc3p0-java
-Description: library for JDBC connection pooling
+Description: library for JDBC connection pooling (documentation)
  c3p0 is an easy-to-use library for making traditional JDBC drivers
  "enterprise-ready" by augmenting them with functionality defined by
  the jdbc3 spec and the optional extensions to jdbc2.

Modified: trunk/c3p0/debian/copyright
===================================================================
--- trunk/c3p0/debian/copyright	2009-05-07 16:42:58 UTC (rev 8235)
+++ trunk/c3p0/debian/copyright	2009-05-07 23:09:34 UTC (rev 8236)
@@ -5,7 +5,7 @@
 
  Steve Waldman <swaldman at users.sourceforge.net>
 
-Copyright: (C) 2001-2007 Machinery For Change, Inc.
+Copyright: © 2001-2007 Machinery For Change, Inc.
 
   This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License version
@@ -22,4 +22,4 @@
   Boston, MA 02110-1301 USA.
 
 On Debian systems the full text of the Lesser General Public License,
-LGPL, can be found at /usr/share/common-licenses/LGPL.
+LGPL, can be found at /usr/share/common-licenses/LGPL-2.1

Modified: trunk/c3p0/debian/rules
===================================================================
--- trunk/c3p0/debian/rules	2009-05-07 16:42:58 UTC (rev 8235)
+++ trunk/c3p0/debian/rules	2009-05-07 23:09:34 UTC (rev 8236)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj/
+JAVA_HOME := /usr/lib/jvm/default-java/
 ANT_HOME := /usr/share/ant
 DEB_JARS := log4j1.2 mx4j
 DEB_ANT_BUILD_TARGET := jar javadocs




More information about the pkg-java-commits mailing list