[maven-debian-helper] 01/05: Removed the timestamp from the javadoc files to make the builds reproducible

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 5 18:29:20 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.

commit 5fe4eb312cb841a23886f4a6dc36aed6523f4ba7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon May 4 17:42:34 2015 +0200

    Removed the timestamp from the javadoc files to make the builds reproducible
---
 debian/changelog            | 6 ++++++
 share/cdbs/1/class/maven.mk | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 24a6f26..70df75e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maven-debian-helper (1.6.11) UNRELEASED; urgency=medium
+
+  * Removed the timestamp from the javadoc files to make the builds reproducible
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 May 2015 17:39:56 +0200
+
 maven-debian-helper (1.6.10) experimental; urgency=medium
 
   * Team upload.
diff --git a/share/cdbs/1/class/maven.mk b/share/cdbs/1/class/maven.mk
index a9e68b3..baa9f29 100644
--- a/share/cdbs/1/class/maven.mk
+++ b/share/cdbs/1/class/maven.mk
@@ -128,7 +128,7 @@ endif
 
 ifneq (,$(DEB_DOC_PACKAGE))
 # extra arguments for the installation step
-PLUGIN_DOC_ARGS = -Ddebian.dir=$(CURDIR)/debian -Ddebian.package=$(DEB_DOC_PACKAGE)
+PLUGIN_DOC_ARGS = -Ddebian.dir=$(CURDIR)/debian -Ddebian.package=$(DEB_DOC_PACKAGE) -Dnotimestamp=true
 
 common-build-arch common-build-indep:: debian/stamp-maven-doc
 debian/stamp-maven-doc: debian/stamp-maven-build

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



More information about the pkg-java-commits mailing list