This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jnr-netdb.
commit 11b5cbc9c310d34f48a92d2b039c6842ae5f8183 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 18:02:14 2016 +0200 Removed the unused dependency on libasm4-java --- debian/changelog | 1 + debian/control | 1 - debian/maven.rules | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c537f2a..1c8049c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jnr-netdb (1.1.4-3) UNRELEASED; urgency=medium * Team upload. + * Removed the unused dependency on libasm4-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 4b5862b..4571712 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,6 @@ Build-Depends-Indep: junit4, default-jdk-doc, libmaven-javadoc-plugin-java, - libasm4-java, libjffi-java (>= 1.2.7~), libjnr-ffi-java, netbase diff --git a/debian/maven.rules b/debian/maven.rules index 7b1a94f..949e555 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -18,4 +18,3 @@ junit junit jar s/4\..*/4.x/ * * com.github.jnr jnr-netdb jar s/.*/debian/ * * -s/asm/org.ow2.asm/ asm * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-netdb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

