r1742 - trunk/libcommons-codec-java/debian

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


Author: wbaer-guest
Date: 2006-01-23 13:40:11 +0000 (Mon, 23 Jan 2006)
New Revision: 1742

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

Modified: trunk/libcommons-codec-java/debian/changelog
===================================================================
--- trunk/libcommons-codec-java/debian/changelog	2006-01-23 13:38:58 UTC (rev 1741)
+++ trunk/libcommons-codec-java/debian/changelog	2006-01-23 13:40:11 UTC (rev 1742)
@@ -1,3 +1,15 @@
+libcommons-codec-java (1.3-4) unstable; urgency=low
+
+  * Removed explicit usage of jikes build compiler property
+    for kaffe jikes -> ecj transition
+  * Removed sablevm (not used) and jikes from build-dependencies
+  * Simplified depends line to allow all free runtimes
+  * Bumped dephelper version to fix linda error
+  * Standards-Version 3.6.2 (no changes)
+  * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:44:49 +0100
+
 libcommons-codec-java (1.3-3) unstable; urgency=low
 
   * libant1.6-java to ant transition

Modified: trunk/libcommons-codec-java/debian/control
===================================================================
--- trunk/libcommons-codec-java/debian/control	2006-01-23 13:38:58 UTC (rev 1741)
+++ trunk/libcommons-codec-java/debian/control	2006-01-23 13:40:11 UTC (rev 1742)
@@ -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), sablevm, jikes, kaffe (>= 2:1.1.4), junit, cdbs, ant
-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), kaffe (>= 2:1.1.4), junit, cdbs, ant
+Standards-Version: 3.6.2
 
 Package: libcommons-codec-java
 Architecture: all
-Depends: kaffe (>= 2:1.1.4) | sablevm | gij | java2-runtime
+Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime
 Description: encoder and decoders such as Base64 and hexadecimal codec
  The codec package contains simple encoder and decoders for various
  formats such as Base64 and Hexadecimal.  In addition to these widely

Modified: trunk/libcommons-codec-java/debian/rules
===================================================================
--- trunk/libcommons-codec-java/debian/rules	2006-01-23 13:38:58 UTC (rev 1741)
+++ trunk/libcommons-codec-java/debian/rules	2006-01-23 13:40:11 UTC (rev 1742)
@@ -14,7 +14,6 @@
 JAVA_HOME_DIRS       := /usr/lib/kaffe
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar
-DEB_ANT_COMPILER     := jikes
 DEB_ANT_BUILD_TARGET := dist
 
 LIBRARY=commons-codec




More information about the pkg-java-commits mailing list