r1748 - trunk/libcommons-dbcp-java/debian

Wolfgang Bär wbaer-guest at costa.debian.org
Mon Jan 23 13:47:05 UTC 2006


Author: wbaer-guest
Date: 2006-01-23 13:47:04 +0000 (Mon, 23 Jan 2006)
New Revision: 1748

Modified:
   trunk/libcommons-dbcp-java/debian/changelog
   trunk/libcommons-dbcp-java/debian/control
   trunk/libcommons-dbcp-java/debian/rules
Log:
Update to kaffe transition upload.

Modified: trunk/libcommons-dbcp-java/debian/changelog
===================================================================
--- trunk/libcommons-dbcp-java/debian/changelog	2006-01-23 13:46:07 UTC (rev 1747)
+++ trunk/libcommons-dbcp-java/debian/changelog	2006-01-23 13:47:04 UTC (rev 1748)
@@ -1,3 +1,15 @@
+libcommons-dbcp-java (1.2.1-4) unstable; urgency=low
+
+  * kaffe compiler transition
+    + Removed build compiler jikes setting in debian/rules
+    + Build-Depend only on kaffe
+  * Standards-version 3.6.2 (no changes)
+  * Depend on kaffe | java1-runtime | java2-runtime
+  * Bumped debhelper version to fix linda error
+  * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sun, 15 Jan 2006 16:45:00 +0100
+
 libcommons-dbcp-java (1.2.1-3) unstable; urgency=low
 
   * libant1.6-java to ant transition

Modified: trunk/libcommons-dbcp-java/debian/control
===================================================================
--- trunk/libcommons-dbcp-java/debian/control	2006-01-23 13:46:07 UTC (rev 1747)
+++ trunk/libcommons-dbcp-java/debian/control	2006-01-23 13:47:04 UTC (rev 1748)
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), libcommons-pool-java, libcommons-collections-java, junit, cdbs, ant, kaffe, jikes-kaffe
-Standards-Version: 3.6.1
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), libcommons-pool-java, libcommons-collections-java, junit, cdbs, ant, kaffe
+Standards-Version: 3.6.2
 
 Package: libcommons-dbcp-java
 Architecture: all
-Depends: sablevm | kaffe (>= 1:1.1.3) | java2-runtime, libcommons-pool-java, libcommons-collections-java
+Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | 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

Modified: trunk/libcommons-dbcp-java/debian/rules
===================================================================
--- trunk/libcommons-dbcp-java/debian/rules	2006-01-23 13:46:07 UTC (rev 1747)
+++ trunk/libcommons-dbcp-java/debian/rules	2006-01-23 13:47:04 UTC (rev 1748)
@@ -4,16 +4,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME_DIRS       := /usr/lib/kaffe
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := commons-collections commons-pool junit $(ANT_HOME)/lib/ant-launcher.jar
-DEB_ANT_COMPILER     := jikes
 DEB_ANT_BUILD_TARGET := build
 
 LIBRARY=commons-dbcp




More information about the pkg-java-commits mailing list