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 6852132207b720365147c03bcb0f7350677663af Author: Niels Thykier <[email protected]> Date: Fri Oct 28 18:26:36 2011 +0000 Corrected relations --- debian/control | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 732feae..53942da 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgetopt-java Package: libgetopt-java Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, ${java:Depends} +Recommends: ${java:Recommends} Suggests: default-jdk-doc Description: GNU getopt - Java port The GNU Java getopt classes support short and long argument parsing @@ -22,8 +23,8 @@ Description: GNU getopt - Java port Package: libgetopt-java-doc Architecture: all -Depends: ${misc:Depends} -Suggests: default-jdk-doc +Depends: ${misc:Depends}, ${java:Depends} +Recommends: ${java:Recommends} Description: GNU getopt - Java port (doc) 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

