This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-commons-resolver1.1-java.
commit cb30aee3898c1c69855ae42d89d26df9baef072c Author: Stefan Gybas <[email protected]> Date: Sun Jun 6 21:13:09 2004 +0000 Debian release 1.1-2 --- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6189b8c..322ea68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxml-commons-resolver1.1-java (1.1-2) unstable; urgency=low + + * Use SableVM for building the package + + -- Stefan Gybas <[email protected]> Sun, 6 Jun 2004 22:59:46 +0200 + libxml-commons-resolver1.1-java (1.1-1) unstable; urgency=low * Initial release diff --git a/debian/control b/debian/control index 311fe59..2652261 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: libxml-commons-resolver1.1-java Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Stefan Gybas <[email protected]> -Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.1.0), kaffe (>= 1.1.3-1), jikes, libant1.6-java, libxerces-java +Uploaders: Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]> +Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), sablevm (>= 1.1.5), jikes, libant1.6-java, libxerces-java Standards-Version: 3.6.1 Package: libxml-commons-resolver1.1-java Architecture: all Section: libs -Depends: classpath | java1-runtime | java2-runtime +Depends: classpath-common | java1-runtime | java2-runtime Suggests: libxml-commons-resolver1.1-java-doc Description: XML entity and URI resolver library Apache XML Commons Resolver simplifies the task of using XML catalog files to diff --git a/debian/rules b/debian/rules index 53fdba5..5d8dc48 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,8 @@ include /usr/share/cdbs/1/class/ant.mk API_VERSION := 1.1 # These two must be specified -JAVACMD := /usr/bin/kaffe +#JAVACMD := /usr/bin/kaffe +JAVACMD := /usr/bin/java-sablevm ANT_HOME := /usr/share/ant1.6 # Additional JARs to add to the class path, either full path or just the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

