This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository librepository.
commit 5819130b808b11ece844c20e00179b61777987f0 Author: Rene Engelhard <[email protected]> Date: Sun Apr 27 00:02:04 2008 +0000 use default-jdk-builddep --- debian/changelog | 8 +++++++- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 709afdf..f51f644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +librepository (0.1.4-3) unstable; urgency=low + + * use default-jdk-builddep (closes: #477887) + + -- Rene Engelhard <[email protected]> Sun, 27 Apr 2008 00:29:04 +0200 + librepository (0.1.4-2) unstable; urgency=low * upload to unstable - -- Rene Engelhard <[email protected]> Thu, 14 Feb 2008 23:53:21 +0100 + -- Rene Engelhard <[email protected]> Sun, 27 Apr 2008 00:29:02 +0200 librepository (0.1.4-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 86a7f0e..e9031c0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Rene Engelhard <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.10-1) +Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant, libjcommon-java (>= 1.0.10-1) Standards-Version: 3.7.2 Package: librepository-java diff --git a/debian/rules b/debian/rules index 96f6751..dc7cc59 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,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 := /usr/lib/jvm/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/librepository.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

