This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libcommons-cli-java.
commit f6e1148df34ce103aee30d4b87c49211f042e7d7 Author: Wolfgang Baer <[email protected]> Date: Fri Jan 6 19:25:50 2006 +0100 Imported Debian patch 1.0-8 --- debian/changelog | 11 +++++++++++ debian/control | 12 +++++------- debian/rules | 1 - 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 99197df..01b3663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index f30b7f9..fd75430 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,16 @@ Source: libcommons-cli-java 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> diff --git a/debian/rules b/debian/rules index 5ba6619..8cbf594 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

