This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jruby.
commit b20df2fde17ee5f576d9d803fc9166ffb192c9c5 Author: Miguel Landaeta <[email protected]> Date: Sat Nov 12 20:07:55 2016 +0000 Drop Provides: ruby-interpreter in jruby binary package --- debian/changelog | 2 ++ debian/control | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ff71f2..5967c27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ jruby (1.7.25-1) UNRELEASED; urgency=medium * New upstream release. * Fix FTBFS due to changes introduced in yecht 1.1 and snakeyaml 1.7. (Closes: #821181). + * Drop Provides: ruby-interpreter in jruby binary package. + (Closes: #839567). * Build with default-jdk now it has finally switched to Java 8. * Bump Standards-Version to 3.9.8. No changes were required. * Use https URLs with Vcs-* fields. diff --git a/debian/control b/debian/control index 26098b4..c692d9d 100644 --- a/debian/control +++ b/debian/control @@ -92,7 +92,6 @@ Depends: default-jre | java6-runtime, Recommends: jruby-openssl, ri, ruby-json -Provides: ruby-interpreter Description: 100% pure-Java implementation of Ruby JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

