This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 14b3b726883f5697e796d25976533bdaf75dd3c4 Author: Michael Koch <[email protected]> Date: Sun Jun 17 16:15:28 2007 +0000 libcommons-logging-java (1.0.4-6) unstable; urgency=low * Use java-gcj-compat instead of kaffe. * Moved Build-Depends-Indep to Build-Depends. * Removed Wolfgang and added myself to Uploaders. * Updated Standards-Version. -- Michael Koch <[email protected]> Sun, 17 Jun 2007 14:06:07 -0100 --- debian/changelog | 9 +++++++++ debian/control | 8 ++++---- debian/rules | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index adae25b..65fe33b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libcommons-logging-java (1.0.4-6) unstable; urgency=low + + * Use java-gcj-compat instead of kaffe. + * Moved Build-Depends-Indep to Build-Depends. + * Removed Wolfgang and added myself to Uploaders. + * Updated Standards-Version. + + -- Michael Koch <[email protected]> Sun, 17 Jun 2007 14:06:07 -0100 + libcommons-logging-java (1.0.4-5) unstable; urgency=low * Removed Takashi Okamoto from uploaders (closes: #352985). diff --git a/debian/control b/debian/control index e251b13..8c2796e 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: libcommons-logging-java Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]> -Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, ant-optional, liblogkit-java, liblog4j1.2-java, libavalon-framework-java, kaffe (>= 2:1.1.5-3), junit -Standards-Version: 3.6.2 +Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> +Build-Depends: debhelper (>= 4.2.30), cdbs, ant, ant-optional, liblogkit-java, liblog4j1.2-java, libavalon-framework-java, java-gcj-compat-dev, junit +Standards-Version: 3.7.2 Package: libcommons-logging-java Architecture: all -Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime +Depends: java-gcj-compat | java1-runtime | java2-runtime Suggests: liblog4j1.2-java, liblogkit-java, libavalon-framework-java Description: commmon wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for diff --git a/debian/rules b/debian/rules index c86be1e..0a1a875 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -JAVA_HOME := /usr/lib/kaffe +JAVA_HOME := /usr/lib/jvm/java-gcj ANT_HOME := /usr/share/ant DEB_JARS := commons-logging log4j-1.2 logkit avalon-framework servlet-2.3 junit -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

