This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository joptsimple.
commit a9ea0628561862a5607d6e5750c43ca9b7d2a8fc Author: Samuel Thibault <[email protected]> Date: Fri Jun 4 01:18:31 2010 +0200 Make libjoptsimple-java depend on headless java. --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3862cd1..9692072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ joptsimple (3.1-3) unreleased; urgency=low - * debian/control: Bump Standards-Version to 3.8.4 (no change needed). + * debian/control: + - Bump Standards-Version to 3.8.4 (no change needed). + - Make libjoptsimple-java depend on headless java. -- Samuel Thibault <[email protected]> Thu, 28 Jan 2010 00:02:20 +0100 diff --git a/debian/control b/debian/control index eaa36ce..5991a3d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/git/collab-maint/joptsimple.git Package: libjoptsimple-java Architecture: all -Depends: ${misc:Depends}, default-jre | java2-runtime +Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless Description: Command line parsing java library JOpt Simple is a Java library for parsing command line options, such as those you might pass to an invocation of javac. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joptsimple.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

