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 94dc9ce78b98a64b0709a4fec0e0d95cc9d3d7cb Author: Michael Koch <[email protected]> Date: Thu May 1 18:21:19 2008 +0000 libxml-commons-resolver1.1-java (1.2-2) unstable; urgency=low * Build-Depends on default-jdk-builddep. Closes: #477897. -- Michael Koch <[email protected]> Wed, 30 Apr 2008 04:45:03 -0100 --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1bcfe87..6a75b86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxml-commons-resolver1.1-java (1.2-2) unstable; urgency=low + + * Build-Depends on default-jdk-builddep. Closes: #477897. + + -- Michael Koch <[email protected]> Wed, 30 Apr 2008 04:45:03 -0100 + libxml-commons-resolver1.1-java (1.2-1) unstable; urgency=low * New upstream release. Closes: #453777 diff --git a/debian/control b/debian/control index 4535f6b..92ab57a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.8), java-gcj-compat-dev, ant, libjaxp1.3-java +Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.8), default-jdk-builddep, ant, libjaxp1.3-java Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-commons-resolver1.1-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-commons-resolver1.1-java diff --git a/debian/rules b/debian/rules index 9f7acc4..3c6c6b9 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) with_gcj_native := yes endif -JAVA_HOME := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := xerces jaxp-1.3 DEB_ANT_BUILDFILE := resolver.xml -- 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

