Author: wbaer-guest Date: 2006-01-23 13:38:30 +0000 (Mon, 23 Jan 2006) New Revision: 1740
Modified: trunk/libcommons-cli-java/debian/changelog trunk/libcommons-cli-java/debian/control trunk/libcommons-cli-java/debian/rules Log: Update to kaffe transition upload. Modified: trunk/libcommons-cli-java/debian/changelog =================================================================== --- trunk/libcommons-cli-java/debian/changelog 2006-01-23 13:36:35 UTC (rev 1739) +++ trunk/libcommons-cli-java/debian/changelog 2006-01-23 13:38:30 UTC (rev 1740) @@ -1,3 +1,14 @@ +libcommons-cli-java (1.0-8) unstable; urgency=low + + * Removed explicit usage of jikes build compiler property + for kaffe jikes -> ecj transition + * Removed jikes from build-dependencies + * Removed Takashi, Ola, Stefan from Uploaders - never uploaded this package + * Standards-Version 3.6.2 (no changes) + * Added myself to uploaders + + -- Wolfgang Baer <[EMAIL PROTECTED]> Fri, 6 Jan 2006 19:25:50 +0100 + libcommons-cli-java (1.0-7) unstable; urgency=low * libant1.6-java to ant transition Modified: trunk/libcommons-cli-java/debian/control =================================================================== --- trunk/libcommons-cli-java/debian/control 2006-01-23 13:36:35 UTC (rev 1739) +++ trunk/libcommons-cli-java/debian/control 2006-01-23 13:38:30 UTC (rev 1740) @@ -2,18 +2,16 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ola Lundqvist <[EMAIL PROTECTED]>, Takashi Okamoto <[EMAIL PROTECTED]>, Stefan Gybas <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), kaffe (>= 2:1.1.4), ant, libcommons-logging-java, libcommons-lang-java, junit, jikes -Standards-Version: 3.6.1 +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> +Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), kaffe (>= 2:1.1.5-3), ant, libcommons-logging-java, libcommons-lang-java, junit +Standards-Version: 3.6.2 Package: libcommons-cli-java Architecture: all -Depends: gij | sablevm | kaffe (>= 2:1.1.4) | java1-runtime | java2-runtime +Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime Suggests: java-virtual-machine Description: API for working with the command line arguments and options You define arguments you want to parse, parse arguments the user entered and then you can retrieve them like properties . - Homepage: http://jakarta.apache.org/commons/cli - - + Homepage: <http://jakarta.apache.org/commons/cli> Modified: trunk/libcommons-cli-java/debian/rules =================================================================== --- trunk/libcommons-cli-java/debian/rules 2006-01-23 13:36:35 UTC (rev 1739) +++ trunk/libcommons-cli-java/debian/rules 2006-01-23 13:38:30 UTC (rev 1740) @@ -14,7 +14,6 @@ JAVA_HOME_DIRS := /usr/lib/kaffe ANT_HOME := /usr/share/ant DEB_JARS := junit commons-lang commons-loging $(ANT_HOME)/lib/ant-launcher.jar -DEB_ANT_COMPILER := jikes DEB_ANT_BUILD_TARGET := jar LIBRARY=commons-cli _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

