This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository librepository.
commit 9a6cc2c3c3dd29756c018cf1f6ea2e618107e3d2 Author: Matthias Klose <[email protected]> Date: Thu Jul 31 11:23:52 2008 +0000 * Depend on default-jre-headless. --- debian/changelog | 6 ++++++ debian/control | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f51f644..7682942 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +librepository (0.1.4-4) UNRELEASED; urgency=low + + * Depend on default-jre-headless. + + -- Matthias Klose <[email protected]> Thu, 31 Jul 2008 11:22:49 +0000 + librepository (0.1.4-3) unstable; urgency=low * use default-jdk-builddep (closes: #477887) diff --git a/debian/control b/debian/control index e9031c0..d8c21df 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: librepository Section: libs Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> +Maintainer: Ubuntu Core developers <[email protected]> +XSBC-Original-Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Rene Engelhard <[email protected]>, Michael Koch <[email protected]> Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant, libjcommon-java (>= 1.0.10-1) Standards-Version: 3.7.2 @@ -9,7 +10,7 @@ Standards-Version: 3.7.2 Package: librepository-java Section: libs Architecture: all -Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.10-1) +Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjcommon-java (>= 1.0.10-1) Recommends: librepository-java-gcj Suggests: librepository-java-doc Description: abstraction library for accessing hierachic bulk content -- 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

