This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository joptsimple.
commit efeccbe6fb285c48eadbb6a460d9702f2a7783c1 Author: Samuel Thibault <[email protected]> Date: Sat Jan 28 22:16:23 2012 +0100 drop jre dependency --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8e9c963..e3e6b6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ joptsimple (3.1-4) UNRELEASED; urgency=low * Bump Standards-Version to 3.9.2 (no change needed) * Add build-{indep,arch} rules. + * Drop jre dependency. -- Samuel Thibault <[email protected]> Sun, 10 Apr 2011 20:52:50 +0200 diff --git a/debian/control b/debian/control index f8c00d0..e234049 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-headless | java2-runtime-headless +Depends: ${misc:Depends} 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

