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

Emmanuel Bourg ebourg-guest at alioth.debian.org
Sun Jul 28 21:56:33 UTC 2013


Author: ebourg-guest
Date: 2013-07-28 21:56:33 +0000 (Sun, 28 Jul 2013)
New Revision: 17084

Modified:
   trunk/c3p0/debian/changelog
   trunk/c3p0/debian/control
   trunk/c3p0/debian/rules
Log:
Removed the unnecessary dependency on libmx4j-java
debian/rules: Improved the clean target




Modified: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog	2013-07-28 21:44:21 UTC (rev 17083)
+++ trunk/c3p0/debian/changelog	2013-07-28 21:56:33 UTC (rev 17084)
@@ -1,9 +1,11 @@
 c3p0 (0.9.1.2-8) UNRELEASED; urgency=low
 
   * Team upload.
+  * Removed the unnecessary dependency on libmx4j-java
   * Updated the watch file to catch only the final releases
   * Updated Standards-Version to 3.9.4 (no changes)
   * Use canonical URLs for the Vcs-* fields
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sun, 28 Jul 2013 22:58:49 +0200
 

Modified: trunk/c3p0/debian/control
===================================================================
--- trunk/c3p0/debian/control	2013-07-28 21:44:21 UTC (rev 17083)
+++ trunk/c3p0/debian/control	2013-07-28 21:56:33 UTC (rev 17084)
@@ -2,10 +2,9 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>, Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper, default-jdk
-Build-Depends-Indep: ant, liblog4j1.2-java, libmx4j-java, ant-optional,
- junit, libhsqldb-java
+Build-Depends-Indep: ant, liblog4j1.2-java, ant-optional, junit, libhsqldb-java
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/c3p0
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/c3p0
@@ -13,7 +12,7 @@
 
 Package: libc3p0-java
 Architecture: all
-Depends: ${misc:Depends}, liblog4j1.2-java, libmx4j-java
+Depends: ${misc:Depends}, liblog4j1.2-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

Modified: trunk/c3p0/debian/rules
===================================================================
--- trunk/c3p0/debian/rules	2013-07-28 21:44:21 UTC (rev 17083)
+++ trunk/c3p0/debian/rules	2013-07-28 21:56:33 UTC (rev 17084)
@@ -5,10 +5,12 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := log4j1.2 mx4j junit ant-junit hsql
+
+DEB_JARS             := log4j1.2 junit ant-junit hsql
 DEB_ANT_BUILD_TARGET := jar javadocs junit-tests 
 
 clean::
+	mh_clean
 	( cd relproj ; ant clean )
 
 install/libc3p0-java::




More information about the pkg-java-commits mailing list