This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository hawtdispatch.
commit f24ade67aa0b361261d93a8a5bbdee08df565ed5 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 19:18:30 2016 +0200 Depend on libasm-java (>= 5.0) instead of libasm3-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff2e9c0..ab32f7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ hawtdispatch (1.22-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patch - Ignore the new hawtdispatch-scala-2.11 module + * Depend on libasm-java (>= 5.0) instead of libasm3-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 8faf343..3c08096 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, - libasm3-java, + libasm-java (>= 5.0), libhawtbuf-java, libmaven-bundle-plugin-java, maven-debian-helper (>= 2.0) diff --git a/debian/maven.rules b/debian/maven.rules index e829c7a..def02a1 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,2 @@ -asm * * s/3\..*/3.x/ * * +s/asm/org.ow2.asm/ * * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hawtdispatch.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

