This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/8.5.11-1_bpo8+1 in repository tomcat8.
commit 8ed8e40f981185c692f5b32015fcfceea5dcce03 Author: Emmanuel Bourg <[email protected]> Date: Sun Jan 29 19:52:07 2017 +0100 Rebuild for jessie-backports --- debian/ant.properties | 2 +- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/defaults.template | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index 0d97b42..b4b78a7 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -2,7 +2,7 @@ compile.debug=true jdt.jar=/usr/share/java/ecj.jar junit.jar=/usr/share/java/junit4.jar -cglib.jar=/usr/share/java/cglib-nodep.jar +cglib.jar=/usr/share/java/cglib3-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 0e70c82..44566d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tomcat8 (8.5.11-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Emmanuel Bourg <[email protected]> Sun, 29 Jan 2017 19:47:38 +0100 + tomcat8 (8.5.11-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 9ec398f..0e8c618 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: ant-optional, po-debconf Build-Depends-Indep: javahelper, junit4 (>= 4.11), - libcglib-nodep-java, + libcglib3-java, libeasymock-java (>= 3.0), libecj-java (>= 3.11.0), libhamcrest-java (>= 1.3), @@ -30,7 +30,7 @@ Homepage: http://tomcat.apache.org Package: tomcat8-common Architecture: all -Depends: default-jre-headless | java8-runtime-headless | java8-runtime, +Depends: default-jre-headless | java7-runtime-headless | java7-runtime, libtomcat8-java (>= ${source:Version}), ${misc:Depends} Description: Apache Tomcat 8 - Servlet and JSP engine -- common files diff --git a/debian/defaults.template b/debian/defaults.template index bf8361f..33f8ba2 100644 --- a/debian/defaults.template +++ b/debian/defaults.template @@ -7,9 +7,9 @@ TOMCAT8_USER=tomcat8 TOMCAT8_GROUP=tomcat8 # The home directory of the Java development kit (JDK). You need at least -# JDK version 8. If JAVA_HOME is not set, some common directories for +# JDK version 7. If JAVA_HOME is not set, some common directories for # OpenJDK and the Oracle JDK are tried. -#JAVA_HOME=/usr/lib/jvm/java-8-openjdk +#JAVA_HOME=/usr/lib/jvm/java-7-openjdk # You may pass JVM startup parameters to Java here. If unset, the default # options will be: -Djava.awt.headless=true -XX:+UseConcMarkSweepGC -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

