This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch master in repository plm.
commit 661f2664ab108260609f36f52a1104601773c729 Author: Martin Quinson <[email protected]> Date: Sun Sep 18 15:52:24 2016 +0200 Add run-time dependencies on default-jdk, jython and jruby --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4eef7b..efc7b3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plm (2.6+repack-3) UNRELEASED; urgency=medium + + * Add run-time dependencies on default-jdk, jython and jruby. + Recommends are not enough for beginners. + + -- Martin Quinson <[email protected]> Sun, 18 Sep 2016 15:51:09 +0200 + plm (2.6+repack-2) unstable; urgency=medium * Build-dep on default-jdk instead of specifying the version manually. diff --git a/debian/control b/debian/control index eab9cdb..4551119 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Homepage: http://www.loria.fr/~quinson/Teaching/PLM/ Package: plm Architecture: all -Depends: java-wrappers, ${java:Depends}, ${misc:Depends}, - libhttpmime-java, +Depends: java-wrappers, ${java:Depends}, ${misc:Depends}, libhttpmime-java, + default-jdk, jruby, jython, Recommends: ${java:Recommends} Suggests: jython Description: Programming exerciser in Java, Python, Scala and others -- 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

