[isorelax] 01/01: rules: Pass -notimestamp to javadoc to make build more reproducible.

Samuel Thibault sthibault at moszumanska.debian.org
Sun May 3 21:53:57 UTC 2015


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

sthibault pushed a commit to branch master
in repository isorelax.

commit bb35f5893d395e785f5900962ca5617f199f3fc8
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date:   Sun May 3 23:53:35 2015 +0200

    rules: Pass -notimestamp to javadoc to make build more reproducible.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ff1a99b..70c0d8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 isorelax (20041111-9) UNRELEASED; urgency=low
 
+  * rules: Pass -notimestamp to javadoc to make build more reproducible.
   * Bump Standards-Version to 3.9.6 (no changes).
 
  -- Samuel Thibault <sthibault at debian.org>  Mon, 28 Oct 2013 09:27:47 +0100
diff --git a/debian/rules b/debian/rules
index 31da061..c40709e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ build-stamp:
 	dh_testdir
 
 	$(JAVAC) $(JAVAFLAGS) `find . -name \*.java`
-	$(JAVADOC) $(JAVADOCFLAGS) -d api `find . -name \*.java`
+	$(JAVADOC) -notimestamp $(JAVADOCFLAGS) -d api `find . -name \*.java`
 
 	$(JAR) c `find . -name \*.class -o -name \*.rxm -o -name \*.rxg -o -name \*.dtd -o -name \*.mod -o -name \*.MF` > $(JARFILE)
 

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



More information about the pkg-java-commits mailing list