CVS commons-pool/debian
Arnaud Vandyck
avdyk@haydn.debian.org
Mon Feb 7 04:33:03 2005
Update of /cvsroot/pkg-java/commons-pool/debian
In directory haydn:/tmp/cvs-serv30138/debian
Modified Files:
changelog control copyright rules
Added Files:
watch
Log Message:
changed build-dep from libant1.5-java to libant1.6-java, added debian/watch file, added dependency to libcommons-collections-java
--- /cvsroot/pkg-java/commons-pool/debian/changelog 2004/11/10 15:08:45 1.2
+++ /cvsroot/pkg-java/commons-pool/debian/changelog 2005/02/07 11:32:55 1.3
@@ -1,3 +1,11 @@
+commons-pool (1.2-3) unstable; urgency=low
+
+ * changed build-dep from libant1.5-java to libant1.6-java
+ * added debian/watch file
+ * added dependency to libcommons-collections-java
+
+ -- Arnaud Vandyck <avdyk@debian.org> Mon, 7 Feb 2005 12:26:23 +0100
+
commons-pool (1.2-2) unstable; urgency=low
* good idea to add jikes as build-dep when building the lib with jikes!
--- /cvsroot/pkg-java/commons-pool/debian/control 2004/11/10 15:08:45 1.2
+++ /cvsroot/pkg-java/commons-pool/debian/control 2005/02/07 11:32:56 1.3
@@ -4,11 +4,11 @@
Section: libs
Priority: optional
Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, kaffe (>= 1.1.3), libant1.5-java, libcommons-collections-java, junit, dpatch, jikes
+Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, kaffe (>= 1.1.3), libant1.6-java, libcommons-collections-java, junit, dpatch, jikes
Package: libcommons-pool-java
Architecture: all
-Depends: java-common
+Depends: java-common, libcommons-collections-java
Description: A set of objects that implement the pooling pattern for java objects
Pool provides an Object-pooling API, with three major aspects:
1. A generic object pool interface that clients and implementors can use to
--- /cvsroot/pkg-java/commons-pool/debian/copyright 2004/11/10 15:08:45 1.2
+++ /cvsroot/pkg-java/commons-pool/debian/copyright 2005/02/07 11:32:56 1.3
@@ -10,9 +10,9 @@
---------------------------------------------------------------------------
/*
- * $Header: /cvsroot/pkg-java/commons-pool/debian/copyright,v 1.2 2004/11/10 15:08:45 avdyk Exp $
- * $Revision: 1.2 $
- * $Date: 2004/11/10 15:08:45 $
+ * $Header: /cvsroot/pkg-java/commons-pool/debian/copyright,v 1.3 2005/02/07 11:32:56 avdyk Exp $
+ * $Revision: 1.3 $
+ * $Date: 2005/02/07 11:32:56 $
*
* ====================================================================
*
--- /cvsroot/pkg-java/commons-pool/debian/rules 2004/11/10 15:08:45 1.2
+++ /cvsroot/pkg-java/commons-pool/debian/rules 2005/02/07 11:32:56 1.3
@@ -15,8 +15,8 @@
JAVA_HOME_DIRS := /usr/lib/kaffe
#JAVACMD := /usr/bin/java-sablevm
-ANT_HOME := /usr/share/ant1.5
-DEB_JARS := commons-collections junit
+ANT_HOME := /usr/share/ant1.6
+DEB_JARS := commons-collections junit /usr/share/ant1.6/lib/ant-launcher.jar
DEB_ANT_COMPILER := jikes
DEB_ANT_BUILD_TARGET := dist