[tomcat7] 01/01: Depend on libecj-java (>= 3.10.1~) and enable Java 8 support in JSPs (Closes: #775801)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Feb 3 17:52:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch wheezy-backports
in repository tomcat7.
commit 1a43e6c6ffbba9220a4e6fe64166b805bcdd5218
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Feb 3 18:15:31 2015 +0100
Depend on libecj-java (>= 3.10.1~) and enable Java 8 support in JSPs (Closes: #775801)
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
debian/patches/series | 4 ++--
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4c17080..8d5b76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat7 (7.0.56-1~bpo70+3) wheezy-backports; urgency=low
+
+ * Depend on libecj-java (>= 3.10.1~) and enable Java 8 support in JSPs
+ (Closes: #775801)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 03 Feb 2015 18:12:49 +0100
+
tomcat7 (7.0.56-1~bpo70+2) wheezy-backports; urgency=low
* Rebuild for wheezy-backports
diff --git a/debian/control b/debian/control
index 33799c3..c804745 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: default-jdk,
po-debconf,
libhamcrest-java (>= 1.2)
Build-Depends-Indep: maven-repo-helper,
- libecj-java,
+ libecj-java (>= 3.10.1~),
javahelper,
junit4,
libjstl1.1-java,
@@ -76,7 +76,7 @@ Description: Servlet and JSP engine -- tools to create user instances
Package: libtomcat7-java
Architecture: all
-Depends: libecj-java,
+Depends: libecj-java (>= 3.10.1~),
libcommons-pool-java,
libcommons-dbcp-java,
libservlet3.0-java (>= ${source:Version}), ${misc:Depends}
diff --git a/debian/patches/series b/debian/patches/series
index 02a32bb..3aab0c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,11 +8,11 @@
0011-fix-classpath-lintian-warnings.patch
0012-java7-compat.patch
0013-dont-look-for-build-properties-in-user-home.patch
-0014-JDTCompiler.patch
+#0014-JDTCompiler.patch
0015_disable_test_TestCometProcessor.patch
0017-use-jdbc-pool-default.patch
0018-fix-manager-webapp.patch
0019-add-distribution-to-error-page.patch
-0020-disable-java8-support-with-jdtcompiler.patch
+#0020-disable-java8-support-with-jdtcompiler.patch
0021-add-simple-instance-manager.patch
0099-junit-compatibility.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat7.git
More information about the pkg-java-commits
mailing list