[liboro-java] 26/37: Replaced the date in the manifest with the date from debian/changelog

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 27 13:12:17 UTC 2016


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

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

commit 9c405305448caaada20291b3db0fa6a2df2f9196
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 28 09:24:29 2015 +0000

    Replaced the date in the manifest with the date from debian/changelog
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3514a6c..f6d5caf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 liboro-java (2.0.8a-10) UNRELEASED; urgency=low
 
   [ Emmanuel Bourg ]
+  * Build reproducibility:
+    - Replaced the date in the manifest with the date from debian/changelog
   * Removed the obsolete information in debian/README.debian
   * Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
diff --git a/debian/rules b/debian/rules
index 3c22243..2c37d07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := 2.0.8
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := jar javadocs
-ANT_OPTS             := -Dant.build.javac.source=1.3 -Dant.build.javac.target=1.2
+ANT_OPTS             := -Dant.build.javac.source=1.3 -Dant.build.javac.target=1.2 '-DDATE=$(shell dpkg-parsechangelog --show-field Date)'
 
 install/liboro-java::
 	jar umf debian/osgi.MF jakarta-oro-$(VERSION).jar

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



More information about the pkg-java-commits mailing list