[tomcat7] 11/13: Updated the copyright year in the Javadoc
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 27 09:36:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat7.
commit 6db095fc0afb8032d2e27f77d9f26fe6f0929c5a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed May 27 10:43:34 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 dbb5f34..71a251b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ tomcat7 (7.0.61-2) UNRELEASED; urgency=medium
/usr/share/tomcat8/webapps/default_root
- Let dh_fixperms set the permissions instead of calling chmod +x
- Use debian/tomcat7-user.manpages instead of calling dh_installman
+ - Updated the copyright year in the Javadoc
-- Emmanuel Bourg <ebourg at apache.org> Wed, 27 May 2015 09:10:20 +0200
diff --git a/debian/rules b/debian/rules
index bf04a25..e11d5b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_build:
javadoc -subpackages "javax.servlet" -d "output/api" \
-sourcepath "java" -author -version -breakiterator -notimestamp \
-windowtitle "Tomcat API Documentation" -doctitle "Tomcat API" \
- -bottom "Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved."
+ -bottom "Copyright © 2000-2015 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/tomcat7.git
More information about the pkg-java-commits
mailing list