[Forensics-changes] [fcrackzip] 86/93: Reproducible build.

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Wed Dec 28 03:06:47 UTC 2016


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

giovani-guest pushed a commit to branch debian
in repository fcrackzip.

commit abef0e6956b371db099b6b932833d2fa9a6797fb
Author: Adam Borowski <kilobyte at angband.pl>
Date:   Sat Aug 15 21:27:11 2015 +0200

    Reproducible build.
---
 debian/changelog  | 1 +
 debian/pod2man.mk | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 694c9ec..b8269d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fcrackzip (1.0-6) UNRELEASED; urgency=medium
   * QA upload.
   * Fix a buffer overflow in -p (Closes: #742463).
   * Fix a string breakage on 64-bit big-endian.
+  * Make the build reproducible (Reiner Herrmann, closes: #782213).
   * Standards-Version 3.9.6.
 
  -- Adam Borowski <kilobyte at angband.pl>  Sat, 15 Aug 2015 20:53:23 +0200
diff --git a/debian/pod2man.mk b/debian/pod2man.mk
index 450fa9a..e8c7d36 100644
--- a/debian/pod2man.mk
+++ b/debian/pod2man.mk
@@ -38,9 +38,10 @@ endif
 PACKAGE		?= package
 
 # Optional variables to set
+BUILD_DATE	?= $$(dpkg-parsechangelog -S Date -lchangelog)
 MANSECT		?= 1
 PODCENTER 	?= User Commands
-PODDATE		?= $$(date "+%Y-%m-%d")
+PODDATE		?= $$(date -u "+%Y-%m-%d" -d "$(BUILD_DATE)")
 
 # Directories
 MANSRC		?=

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/fcrackzip.git



More information about the forensics-changes mailing list