[bsh] 49/50: Applied Jonathan Bustillos' patch to make the build reproducible (Closes: #877470)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 29 23:53:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository bsh.
commit eda9f8fad7f4986309b79ebf6f34d50ca7fdab95
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Nov 30 00:39:24 2017 +0100
Applied Jonathan Bustillos' patch to make the build reproducible (Closes: #877470)
---
debian/changelog | 2 ++
debian/rules | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7e09436..ec8e494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
bsh (2.0b4-19) UNRELEASED; urgency=medium
* Fixed the build failure with Java 9 (Closes: #875340)
+ * Applied Jonathan Bustillos' patch to make the build reproducible
+ (Closes: #877470)
* Build with the DH sequencer instead of CDBS
* Moved the package to Git
* Standards-Version updated to 4.1.1
diff --git a/debian/rules b/debian/rules
index d61c426..7879942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_install:
mkdir -p debian/bsh-src/usr/src/bsh-src
tar --exclude debian --exclude classes --exclude dist --exclude api \
+ --clamp-mtime --mtime="@$(SOURCE_DATE_EPOCH)" \
-zcf debian/bsh-src/usr/src/bsh-src/bsh.tar.gz *
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bsh.git
More information about the pkg-java-commits
mailing list