This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository liboro-java.
commit a97b9292e9c8fd8fa78a9b8e51d7441c6758e8ab Author: Michael Koch <[email protected]> Date: Sun Jun 17 18:54:42 2007 +0000 liboro-java (2.0.8a-2) unstable; urgency=low * Use java-gcj-compat instead of kaffe. * Addd java-gcj-compat | java1-runtime | java2-runtime to Depends. * Moved Build-Depends-Indep to Build-Depends. * Updated Standards-Version. -- Michael Koch <[email protected]> Sun, 17 Jun 2007 20:50:58 +0200 --- debian/changelog | 9 +++++++++ debian/control | 6 +++--- debian/rules | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9269fd0..20807c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +liboro-java (2.0.8a-2) unstable; urgency=low + + * Use java-gcj-compat instead of kaffe. + * Addd java-gcj-compat | java1-runtime | java2-runtime to Depends. + * Moved Build-Depends-Indep to Build-Depends. + * Updated Standards-Version. + + -- Michael Koch <[email protected]> Sun, 17 Jun 2007 20:50:58 +0200 + liboro-java (2.0.8a-1) unstable; urgency=low * Removed Takashi Okamoto from the uploaders (closes: Bug#352989). diff --git a/debian/control b/debian/control index 17716e3..d09486b 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Michael Koch <[email protected]>, Arnaud Vandyck <[email protected]> -Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, kaffe(>= 2:1.1.5), ant -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.1.0), cdbs, java-gcj-compat, ant +Standards-Version: 3.7.2 Package: liboro-java Architecture: all -Depends: java-common +Depends: java-common, java-gcj-compat | java1-runtime | java2-runtime Description: Regular expression library for Java The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular diff --git a/debian/rules b/debian/rules index c0f3c48..c0db21b 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -JAVA_HOME_DIRS := /usr/lib/kaffe +JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj ANT_HOME := /usr/share/ant DEB_JARS := gnu-classpath-tools-gjdoc DEB_ANT_BUILD_TARGET := jar javadocs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/liboro-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

