This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository polyglot-maven.
commit f0ef224c5881cc2b78fe08ad6b017663497ed80c Author: Miguel Landaeta <[email protected]> Date: Sat Jan 21 18:34:27 2017 +0000 Add B-D on jruby --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 16663ce..bcf81d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ polyglot-maven (1:0.1.19-1) UNRELEASED; urgency=medium * Bump debhelper to compat level 10. * Drop -doc package, upstream don't setup their project to provide javadocs. * Drop B-D on groovy until groovy module can be built again. + * Add B-D on jruby, needed for the ruby module. -- Miguel Landaeta <[email protected]> Sat, 21 Jan 2017 18:15:10 +0000 diff --git a/debian/control b/debian/control index 2e0b97e..1e2701d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]>, Miguel Landaeta <[email protected]> Build-Depends: debhelper (>= 10~), default-jdk, maven-debian-helper -Build-Depends-Indep: junit4, +Build-Depends-Indep: jruby, + junit4, libcommons-cli-java, libcommons-logging-java, libplexus-classworlds2-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

