[tomcat7] 04/08: Removed the timestamp from the Javadoc of the Servlet API to make the build reproducible
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 6 15:48:06 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 59d92084950c141cc66f63356624adcfa4ee794e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed May 6 12:57:02 2015 +0200
Removed the timestamp from the Javadoc of the Servlet API to make the build reproducible
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3879d40..2181456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ tomcat7 (7.0.61-1) UNRELEASED; urgency=medium
* debian/rules: export JAVA_HOME to fix a build failure
* debian/orig-tar.sh: Exclude the taglibs-standard-*.jar files
from the upstream tarball
+ * Removed the timestamp from the Javadoc of the Servlet API
+ to make the build reproducible
-- Emmanuel Bourg <ebourg at apache.org> Sun, 26 Apr 2015 00:16:06 +0200
diff --git a/debian/rules b/debian/rules
index 726498e..3801ff8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,7 @@ else
$(ANT_INVOKE) extras-jmx-remote deploy
endif
javadoc -subpackages "javax.servlet" -d "output/api" \
- -sourcepath "java" -author -version -breakiterator \
+ -sourcepath "java" -author -version -breakiterator -notimestamp \
-windowtitle "Tomcat API Documentation" -doctitle "Tomcat API" \
-bottom "Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved."
touch build-stamp
--
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