This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-pool2.
commit 02748754ec6a6086928acc9d69a73ee1f0f95c5e Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 26 15:31:19 2016 +0200 Depend on libcglib-java (>= 3.0) instead of libcglib3-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 72a5b83..21ea59e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ commons-pool2 (2.4.2-2) UNRELEASED; urgency=medium + * Depend on libcglib-java (>= 3.0) instead of libcglib3-java * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index cf1ab05..f727902 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, junit4, maven-debian-helper (>= 1.5), libcglib3-java +Build-Depends: debhelper (>= 9), default-jdk, junit4, maven-debian-helper (>= 1.5), libcglib-java (>= 3.0) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-pool2.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-pool2.git diff --git a/debian/maven.rules b/debian/maven.rules index 561ca9b..88c4394 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -2,5 +2,3 @@ junit junit jar s/4\..*/4.x/ * * org.apache.commons commons-parent pom s/.*/debian/ * * org.apache.commons commons-pool2 jar s/.*/debian/ * * -cglib * * s/3\..*/3.x/ * * -org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-pool2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

