This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tycho.
commit 52be6c2f3343b4a23bf8afea1475bfb90f3edbed Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 10 14:51:36 2017 +0100 Depend on asm (>= 5.0) instead of libasm4-java --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/maven.rules | 2 -- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b35ae5e..86f718c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tycho (0.25.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Depend on libasm-java (>= 5.0) instead of libasm4-java + + -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 14:51:11 +0100 + tycho (0.25.0-1) unstable; urgency=medium * Initial release. (Closes: #816604) diff --git a/debian/control b/debian/control index 91e6cdc..e41e31c 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: ecj, glassfish-javaee, libaether-java, - libasm4-java, + libasm-java (>= 5.0), libbcel-java, libcommons-compress-java, libcommons-exec-java, diff --git a/debian/maven.rules b/debian/maven.rules index c2df7ec..94a0e9e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -75,5 +75,3 @@ s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing- s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * -org.ow2.asm * * s/.*/debian/ * * - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tycho.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

