This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository lombok-patcher.
commit 9d851d2ccfa3679e49822ff2e1d487fba8f0b4e6 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 29 09:29:22 2017 +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 cd13c9b..6931ddc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lombok-patcher (0.22-2) UNRELEASED; urgency=medium * Team upload. + * Depend on libasm-java (>= 5.0) instead of libasm4-java * Standards-Version updated to 4.1.1 -- Emmanuel Bourg <[email protected]> Fri, 29 Sep 2017 09:22:33 +0200 diff --git a/debian/control b/debian/control index 2d91d79..3a1df01 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: default-jdk, ivyplusplus, javahelper, - libasm4-java, + libasm-java (>= 5.0), libjna-java, libjsch-java, liblombok-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-patcher.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

