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

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

commit 924c3bdffbd735a7c0e6d08f3f3db459b318e318
Author: Emmanuel Bourg <[email protected]>
Date:   Wed May 6 09:31:40 2015 +0200

    Removed the timstamp from the Javadoc of the Servlet API to make the build 
reproducible
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 42dbad0..689b527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat8 (8.0.21-3) UNRELEASED; urgency=medium
+
+  * Removed the timstamp from the Javadoc of the Servlet API
+    to make the build reproducible
+
+ -- Emmanuel Bourg <[email protected]>  Wed, 06 May 2015 09:30:38 +0200
+
 tomcat8 (8.0.21-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 800783a..808d44f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ else
        $(ANT_INVOKE) deploy
 endif
        $(JAVA_HOME)/bin/javadoc -subpackages 
"javax.servlet:javax.el:javax.websocket" -d "output/api" \
-               -sourcepath "java" -author -version -breakiterator \
+               -sourcepath "java" -author -version -breakiterator -notimestamp 
\
                -windowtitle "Tomcat API Documentation" -doctitle "Tomcat API" \
                -bottom "Copyright &#169; 2000-2014 The 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/tomcat8.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to