r1790 - trunk/libplexus-utils/debian
Wolfgang Bär
wbaer-guest at costa.debian.org
Mon Jan 23 14:34:12 UTC 2006
Author: wbaer-guest
Date: 2006-01-23 14:34:11 +0000 (Mon, 23 Jan 2006)
New Revision: 1790
Modified:
trunk/libplexus-utils/debian/changelog
trunk/libplexus-utils/debian/control
trunk/libplexus-utils/debian/rules
Log:
Update to kaffe transition upload.
Modified: trunk/libplexus-utils/debian/changelog
===================================================================
--- trunk/libplexus-utils/debian/changelog 2006-01-23 14:33:16 UTC (rev 1789)
+++ trunk/libplexus-utils/debian/changelog 2006-01-23 14:34:11 UTC (rev 1790)
@@ -1,3 +1,11 @@
+libplexus-utils (1.0alpha1-3) unstable; urgency=low
+
+ * kaffe compiler transition
+ * Depend on kaffe | java1-runtime | java2-runtime
+ * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de> Mon, 16 Jan 2006 10:43:19 +0100
+
libplexus-utils (1.0alpha1-2) unstable; urgency=low
* ant transition
Modified: trunk/libplexus-utils/debian/control
===================================================================
--- trunk/libplexus-utils/debian/control 2006-01-23 14:33:16 UTC (rev 1789)
+++ trunk/libplexus-utils/debian/control 2006-01-23 14:34:11 UTC (rev 1790)
@@ -2,12 +2,12 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstøl <trygvis at codehaus.org>, Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.1.0), kaffe (>=2:1.1.4), ant, cdbs(>=0.4.27)
+Uploaders: Trygve Laugstøl <trygvis at codehaus.org>, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>=2:1.1.4), ant, cdbs(>=0.4.27)
Standards-Version: 3.6.2
Package: libplexus-utils
Architecture: all
-Depends: java-common
+Depends: kaffe | java1-runtime | java2-runtime
Description: Common utilities used by the Plexus Container and components
These utils collected from misc places, mostly the Jakarta Commons packages.
Modified: trunk/libplexus-utils/debian/rules
===================================================================
--- trunk/libplexus-utils/debian/rules 2006-01-23 14:33:16 UTC (rev 1789)
+++ trunk/libplexus-utils/debian/rules 2006-01-23 14:34:11 UTC (rev 1790)
@@ -14,9 +14,6 @@
# exist.
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar
-# Build compiler
-DEB_ANT_COMPILER := jikes
-
# Targets to invoke for building, installing, testing and cleaning up.
# Building uses the default target from build.xml, installing and testing is
# only called if the corresponding variable is set. You can also specify
More information about the pkg-java-commits
mailing list