[Reproducible-commits] [notes] 01/01: No need to use -depth, thanks Santiago Vila

Jérémy Bobbio lunar at moszumanska.debian.org
Fri May 15 20:08:41 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 ab17bdb8fb0ae70a6868a55385351e3656250bc6
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri May 15 22:08:15 2015 +0200

    No need to use -depth, thanks Santiago Vila
---
 issues.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/issues.yml b/issues.yml
index 7da7312..60cfdbd 100644
--- a/issues.yml
+++ b/issues.yml
@@ -122,7 +122,7 @@ not_using_dh_builddeb:
     calls `dpkg --build` directly should have a prior call to:
     `BUILD_DATE := $(shell dpkg-parsechangelog --show-field Date)`
     and
-    `find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
+    `find debian/tmp -newermt '$(BUILD_DATE)' -print0 | \
          xargs -0r touch --no-dereference --date='$(BUILD_DATE)'`
     Another option is to convert the build system to `dh`.
   url: https://wiki.debian.org/ReproducibleBuilds/Howto#Members_of_control.tar_and_data.tar_have_varying_mtimes

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