This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 6b6fc3580009108a6f483ae46eca81b3166aed10 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 29 10:04:11 2014 +0200 Fixed the name of the doc-base file for libservlet3.1-java --- debian/changelog | 1 + debian/libservlet3.1-java-doc.doc-base | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2aea853..3ef6131 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ tomcat8 (8.0.4-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Disabled Java 8 support in JSPs (requires an Eclipse compiler update) + * Fixed the name of the doc-base file for libservlet3.1-java (Closes: #746338) -- Emmanuel Bourg <[email protected]> Wed, 19 Mar 2014 22:39:42 +0100 diff --git a/debian/libservlet3.1-java-doc.doc-base b/debian/libservlet3.1-java-doc.doc-base index 57808e3..50cf1ae 100644 --- a/debian/libservlet3.1-java-doc.doc-base +++ b/debian/libservlet3.1-java-doc.doc-base @@ -1,4 +1,4 @@ -Document: servlet30-api +Document: servlet31-api Title: Java Servlet 3.1 API Documentation Author: Apache Software Foundation Abstract: Javadoc documentation for Java Servlet 3.1 API. @@ -7,4 +7,3 @@ Section: Programming Format: HTML Index: /usr/share/doc/libservlet3.1-java/api/index.html Files: /usr/share/doc/libservlet3.1-java/api/* - -- 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

