[Reproducible-commits] [notes] 01/01: No need to call to remove the timezone for `touch` and `find`

Jérémy Bobbio lunar at moszumanska.debian.org
Fri May 15 18:45:02 UTC 2015


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

lunar pushed a commit to branch master
in repository notes.

commit 38d05d319ca19ef7faaf765c9f5757bed0dd901c
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri May 15 20:44:10 2015 +0200

    No need to call to remove the timezone for `touch` and `find`
    
    Both will parse and use the timezone happily.
---
 issues.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/issues.yml b/issues.yml
index 6777881..d089674 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|date -u)`
+    `BUILD_DATE := $(shell dpkg-parsechangelog --show-field Date)`
     and
     `find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
          xargs -0r touch --no-dereference --date='$(BUILD_DATE)'`

-- 
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