CVS commons-pool/debian

Arnaud Vandyck avdyk@haydn.debian.org
Wed Nov 10 08:09:03 2004


Update of /cvsroot/pkg-java/commons-pool/debian
In directory haydn:/tmp/cvs-serv3918

Modified Files:
	changelog control copyright rules 
Log Message:
new upstream, added dpatch and jikes as build-dep

--- /cvsroot/pkg-java/commons-pool/debian/changelog	2004/03/10 23:47:16	1.1.1.1
+++ /cvsroot/pkg-java/commons-pool/debian/changelog	2004/11/10 15:08:45	1.2
@@ -1,3 +1,29 @@
+commons-pool (1.2-2) unstable; urgency=low
+
+  * good idea to add jikes as build-dep when building the lib with jikes!
+    (closes: #257780)
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Wed,  7 Jul 2004 14:46:34 +0200
+
+commons-pool (1.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Tue, 29 Jun 2004 15:08:11 +0200
+
+commons-pool (1.1-4) unstable; urgency=low
+
+  * Move to main! libcommons-collections-java is now in main.
+  * add dpatch has a build-dep-indep.
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Thu,  8 Apr 2004 16:57:35 +0200
+
+commons-pool (1.1-3) unstable; urgency=low
+
+  * Rebuild with the sources
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Wed, 24 Mar 2004 14:54:33 +0100
+
 commons-pool (1.1-2) unstable; urgency=low
 
   * Still in contrib!..
--- /cvsroot/pkg-java/commons-pool/debian/control	2004/03/10 23:47:16	1.1.1.1
+++ /cvsroot/pkg-java/commons-pool/debian/control	2004/11/10 15:08:45	1.2
@@ -1,10 +1,10 @@
 Source: commons-pool
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk@debian.org>, Adam Heath <doogie@brainfood.com>
-Section: contrib/libs
+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
+Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, kaffe (>= 1.1.3), libant1.5-java, libcommons-collections-java, junit, dpatch, jikes
 
 Package: libcommons-pool-java
 Architecture: all
--- /cvsroot/pkg-java/commons-pool/debian/copyright	2004/03/10 23:47:16	1.1.1.1
+++ /cvsroot/pkg-java/commons-pool/debian/copyright	2004/11/10 15:08:45	1.2
@@ -10,9 +10,9 @@
 
 ---------------------------------------------------------------------------
 /*
- * $Header: /cvsroot/pkg-java/commons-pool/debian/copyright,v 1.1.1.1 2004/03/10 23:47:16 avdyk Exp $
- * $Revision: 1.1.1.1 $
- * $Date: 2004/03/10 23:47:16 $
+ * $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 $
  *
  * ====================================================================
  * 
--- /cvsroot/pkg-java/commons-pool/debian/rules	2004/03/10 23:47:16	1.1.1.1
+++ /cvsroot/pkg-java/commons-pool/debian/rules	2004/11/10 15:08:45	1.2
@@ -14,13 +14,14 @@
 include /usr/share/dpatch/dpatch.make
 
 JAVA_HOME_DIRS       := /usr/lib/kaffe
+#JAVACMD							 := /usr/bin/java-sablevm
 ANT_HOME             := /usr/share/ant1.5
 DEB_JARS             := commons-collections junit
 DEB_ANT_COMPILER     := jikes
 DEB_ANT_BUILD_TARGET := dist
 
 LIBRARY=commons-pool
-VERSION=1.1
+VERSION=1.2
 
 install/lib${LIBRARY}-java::
 	install -m 644 dist/${LIBRARY}.jar debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar