[Reproducible-commits] [notes] 01/01: 'dpkg-parsechangelog -S date' has to be piped through 'date -u' to get reproducible results…

Holger Levsen holger at moszumanska.debian.org
Fri May 15 11:08:05 UTC 2015


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

holger pushed a commit to branch master
in repository notes.

commit d618b9e831d3c347793f0824d1ad42328707e55d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri May 15 13:07:56 2015 +0200

    'dpkg-parsechangelog -S date' has to be piped through 'date -u' to get reproducible results…
---
 issues.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/issues.yml b/issues.yml
index 43d3fc7..6777881 100644
--- a/issues.yml
+++ b/issues.yml
@@ -120,7 +120,7 @@ not_using_dh_builddeb:
   description: |
     We currently adjust the file mtimes in dh_builddeb. Packages which
     calls `dpkg --build` directly should have a prior call to:
-    `BUILD_DATE := $(shell dpkg-parsechangelog --show-field Date)`
+    `BUILD_DATE := $(shell dpkg-parsechangelog --show-field Date|date -u)`
     and
     `find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
          xargs -0r touch --no-dereference --date='$(BUILD_DATE)'`
@@ -201,7 +201,7 @@ timestamps_in_pdf_generated_by_apache_fop:
 timestamps_in_documentation_generated_by_texi2html:
   description: |
     eg. "Created on March 1, 2015 by texi2html 1.82"
-    Wait for https://bugs.debian.org/783475 - then use --use-date=`dpkg-parsechangelog -S date`
+    Wait for https://bugs.debian.org/783475 - then use --use-date=`dpkg-parsechangelog -S date|date -u`
 randomness_in_html_generated_by_texi2html:
   description: |
     texi2html's output varies, probably because of elements being processed

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



More information about the Reproducible-commits mailing list