This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository insubstantial.
commit 8b5b304a873e93cb2b306e0f9f379cf090f7bf48 Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 4 10:16:48 2016 +0200 Depend on libasm-java (>= 5.0) instead of libasm4-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 023d621..94af048 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ insubstantial (7.3+dfsg3-2) UNRELEASED; urgency=medium * Team upload. * Transition to libswt-gtk-4-java * Use substitution rules instead of a patch for building with the system jars + * Depend on libasm-java (>= 5.0) instead of libasm4-java -- Emmanuel Bourg <[email protected]> Thu, 04 Aug 2016 09:59:55 +0200 diff --git a/debian/control b/debian/control index 3bbfdc6..3b9b2c0 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), default-jdk, gradle, gradle-debian-helper, - libasm4-java, + libasm-java (>= 5.0), libjcip-annotations-java, libswingx-java, libswt-gtk-4-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/insubstantial.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

