This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat7.
commit 6ada7fdad0a5c11ff4c29e13a8e0ed4d4b5b8ac3 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 16:55:54 2016 +0100 Depend on libcglib-nodep-java instead of libcglib3-java --- debian/ant.properties | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index 632046f..6d483d5 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -4,7 +4,7 @@ ant.build.javac.source=1.6 ant.build.javac.target=1.6 jdt.jar=/usr/share/java/ecj.jar junit.jar=/usr/share/java/junit4.jar -cglib.jar=/usr/share/java/cglib3-nodep.jar +cglib.jar=/usr/share/java/cglib-nodep.jar easymock.jar=/usr/share/java/easymock.jar hamcrest.jar=/usr/share/java/hamcrest-core.jar objenesis.jar=/usr/share/java/objenesis.jar diff --git a/debian/changelog b/debian/changelog index 97c9f72..9bae6ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tomcat7 (7.0.72-4) unstable; urgency=medium + + * Depend on libcglib-nodep-java instead of libcglib3-java + + -- Emmanuel Bourg <[email protected]> Mon, 07 Nov 2016 16:55:48 +0100 + tomcat7 (7.0.72-3) unstable; urgency=medium * Build only the Servlet API (Closes: #819259, #834680) diff --git a/debian/control b/debian/control index 5e935a1..460092e 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: default-jdk, po-debconf, libhamcrest-java (>= 1.3) Build-Depends-Indep: maven-repo-helper, - libcglib3-java, + libcglib-nodep-java, libeasymock-java (>= 3.0), libecj-java (>= 3.10.1~), libobjenesis-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

