[tomcat8] 12/16: Updated the copyright year in the Javadoc

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 7 13:08:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit 162a68e1e4551bc8db4894d85ede5ac1a789c1f1
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 7 12:47:55 2015 +0200

    Updated the copyright year in the Javadoc
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c2b251e..eee1680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ tomcat8 (8.0.22-2) UNRELEASED; urgency=medium
       /usr/share/tomcat8/webapps/default_root
     - Let dh_fixperms set the permissions instead of calling chmod +x
     - Use debian/tomcat8-user.manpages instead of calling dh_installman
+    - Updated the copyright year in the Javadoc
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 07 May 2015 08:34:56 +0200
 
diff --git a/debian/rules b/debian/rules
index da97d3e..6788904 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_build:
 	$(JAVA_HOME)/bin/javadoc -subpackages "javax.servlet:javax.el:javax.websocket" -d "output/api" \
 		-sourcepath "java" -author -version -breakiterator -notimestamp \
 		-windowtitle "Tomcat API Documentation" -doctitle "Tomcat API" \
-		-bottom "Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved."
+		-bottom "Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved."
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list