[tomcat6] 01/01: Removed the timstamp from the Javadoc of the Servlet API to make the build reproducible

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed May 6 08:08:57 UTC 2015


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

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

commit 55be6bbf68d7032c2d06ed929f63a94ae543e777
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed May 6 09:36:09 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 0705146..daefc9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomcat6 (6.0.41-4) unstable; urgency=medium
+
+  * Removed the timstamp from the Javadoc of the Servlet API
+    to make the build reproducible
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 06 May 2015 09:35:37 +0200
+
 tomcat6 (6.0.41-3) unstable; urgency=medium
 
   * Build only the libservlet2.5-java and libservlet2.5-java-doc packages.
diff --git a/debian/rules b/debian/rules
index b9fe12c..864c3a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ build-stamp:
 	$(ANT_INVOKE) deploy-webapps
 	$(ANT_INVOKE) -buildfile extras.xml jmx-remote
 	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-2008 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/tomcat6.git



More information about the pkg-java-commits mailing list