CVS libcommons-dbcp-java/debian

Arnaud Vandyck avdyk@haydn.debian.org
Mon Feb 28 04:15:05 2005


Update of /cvsroot/pkg-java/libcommons-dbcp-java/debian
In directory haydn:/tmp/cvs-serv27570

Modified Files:
	changelog control rules 
Log Message:
generate javadoc

--- /cvsroot/pkg-java/libcommons-dbcp-java/debian/changelog	2004/02/16 15:03:01	1.2
+++ /cvsroot/pkg-java/libcommons-dbcp-java/debian/changelog	2005/02/28 11:14:17	1.3
@@ -1,3 +1,40 @@
+libcommons-dbcp-java (1.2.1-2) unstable; urgency=low
+
+  * built with kaffe
+  * now build the javadoc (closes: #234640).
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Mon, 28 Feb 2005 11:50:22 +0100
+
+libcommons-dbcp-java (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Sun, 11 Jul 2004 20:09:12 +0200
+
+libcommons-dbcp-java (1.0-6) unstable; urgency=low
+
+  * added cdbs, jikes and libant1.5-java, thanks to Goswin Brederlow
+    (closes: #258684)
+  * now build with sablevm
+  * updated standard to 3.6.1 (nothing to change)
+  * no more documentation at the moment
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Sun, 11 Jul 2004 19:54:00 +0200
+
+libcommons-dbcp-java (1.0-5) unstable; urgency=low
+
+  * Move to main! c-pool and c-collections are now in main.
+  * debian/rules (clean): now clean the doc/api directory
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Thu,  8 Apr 2004 17:04:32 +0200
+
+libcommons-dbcp-java (1.0-4) unstable; urgency=low
+
+  * added the java2-runtime dependency to let the choice to the user,
+    thanks to ADFH (?! ;) (closes: #233648).
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Thu, 19 Feb 2004 12:02:34 +0100
+
 libcommons-dbcp-java (1.0-3) unstable; urgency=low
 
   * Removed the java2 dependency.
--- /cvsroot/pkg-java/libcommons-dbcp-java/debian/control	2004/02/16 15:03:01	1.2
+++ /cvsroot/pkg-java/libcommons-dbcp-java/debian/control	2005/02/28 11:14:17	1.3
@@ -1,14 +1,14 @@
 Source: libcommons-dbcp-java
-Section: contrib/libs
+Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk@debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), kaffe (>= 1:1.1.3), libcommons-pool-java, libcommons-collections-java, junit
-Standards-Version: 3.5.10
+Build-Depends-Indep: debhelper (>> 4.0.0), libcommons-pool-java, libcommons-collections-java, junit, cdbs, libant1.6-java, kaffe, jikes-kaffe
+Standards-Version: 3.6.1
 
 Package: libcommons-dbcp-java
 Architecture: all
-Depends: kaffe (>= 1:1.1.3), libcommons-pool-java, libcommons-collections-java
+Depends: sablevm | kaffe (>= 1:1.1.3) | java2-runtime, libcommons-pool-java, libcommons-collections-java
 Description: Database Connection Pooling Services
  The DBCP package provides database connection pooling services. The
  following features are supported
--- /cvsroot/pkg-java/libcommons-dbcp-java/debian/rules	2004/02/16 15:03:01	1.2
+++ /cvsroot/pkg-java/libcommons-dbcp-java/debian/rules	2005/02/28 11:14:17	1.3
@@ -10,18 +10,17 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-#added for dpatch
-include /usr/share/dpatch/dpatch.make
-
 JAVA_HOME_DIRS       := /usr/lib/kaffe
-ANT_HOME             := /usr/share/ant1.5
-DEB_JARS             := commons-collections commons-pool junit
+ANT_HOME             := /usr/share/ant1.6
+DEB_JARS             := commons-collections commons-pool junit /usr/share/ant1.6/lib/ant-launcher.jar
 DEB_ANT_COMPILER     := jikes
-DEB_ANT_BUILD_TARGET := init copy-conf dist-jar doc-copy doc-javadoc
+DEB_ANT_BUILD_TARGET := build
 
 LIBRARY=commons-dbcp
-VERSION=1.0
+VERSION=1.2.1
 
 install/lib${LIBRARY}-java::
-	install -m 644 dist/commons-dbcp.jar debian/libcommons-dbcp-java/usr/share/java/commons-dbcp-${VERSION}.jar
+	install -m 644 dist/${LIBRARY}.jar debian/libcommons-dbcp-java/usr/share/java/${LIBRARY}-${VERSION}.jar
 
+clean::
+	-rm -fr doc/api