This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libgetopt-java.
commit 0acf8a8642c687b664f2fcb03b34eedefae28171 Author: Niels Thykier <[email protected]> Date: Sun Sep 20 15:48:14 2009 +0000 s/default-jre/default-jre-headless/g --- debian/changelog | 4 ++-- debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3428f79..52559d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ libgetopt-java (1.0.13-1) unstable; urgency=low * New upstream release. - * Lower Depends to default-jre from default-jdk. + * Lower Depends to default-jre-headless from default-jdk. * Made debian/rules determine the upstream version automatically. * Corrected LGPL to LGPL-2 in debian/copyright. * Added Homepage and Vcs-* fields to debian/control. - -- Niels Thykier <[email protected]> Sun, 20 Sep 2009 17:35:24 +0200 + -- Niels Thykier <[email protected]> Sun, 20 Sep 2009 17:47:57 +0200 libgetopt-java (1.0.11-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 6aadb67..fe1651f 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgetopt-java Package: libgetopt-java Architecture: all -Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends} +Depends: default-jre-headless | java1-runtime | java2-runtime, ${misc:Depends} Description: GNU getopt - Java port The GNU Java getopt classes support short and long argument parsing in a manner 100% compatible with the version of GNU getopt in glibc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgetopt-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

