This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-pydev.
commit a19250a53d7bc0bacd8068021b8c29b9024c74ae Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 14:55:21 2016 +0100 Depend on libasm-java (>= 5.0) instead of libasm4-java --- debian/changelog | 1 + debian/control | 2 +- debian/eclipse.orbitdeps | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f47501..dc3b503 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ eclipse-pydev (3.9.2-5) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with GCC 6 (Closes: #831097) + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 92b5447..382c669 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: eclipse-rse, javahelper, jython (>= 2.5.3-3), - libasm4-java, + libasm-java (>= 5.0), libjnr-constants-java (>= 0.8.6-6), libguava-java (>= 13.0.1-2), libjffi-java (>= 1.0.2-10), diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps index 60fa5b9..75a6ace 100644 --- a/debian/eclipse.orbitdeps +++ b/debian/eclipse.orbitdeps @@ -1,5 +1,5 @@ antlr3-runtime -asm4-all +asm-all atinject-jsr330-api jnr-constants guava -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

