This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch debian-debian in repository plm.
commit 9ece18148d6fecb5090269bc29cb729e8b6081d7 Author: Martin Quinson <[email protected]> Date: Sun Oct 6 13:37:44 2013 +0200 Add a missing Depends: java-wrappers --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eba5b44..84e837b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ plm (2.2.7+repack-2) UNRELEASED; urgency=low * Change priority to extra since we depend on an extra package. Cf. policy, section 2.5. + * Add a missing Depends: java-wrappers -- Martin Quinson <[email protected]> Tue, 01 Oct 2013 16:54:01 +0200 diff --git a/debian/control b/debian/control index e0ca2ba..5ae9acc 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Homepage: http://www.loria.fr/~quinson/Teaching/PLM/ Package: plm Architecture: all -Depends: ${java:Depends}, ${misc:Depends} +Depends: java-wrappers, ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Programming exerciser in Java, Python, Scala and others The Programmer's Learning Machine (PLM) is a free cross-platform programming -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

