[Reproducible-commits] [notes] 01/01: Fix YAML
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Jan 2 15:37:30 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 474f6ee7874faff0c40d4a553e5f59c916bf89a1
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Jan 2 16:37:24 2015 +0100
Fix YAML
---
issues.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/issues.yml b/issues.yml
index b635ac6..bc82e4e 100644
--- a/issues.yml
+++ b/issues.yml
@@ -92,5 +92,5 @@ not_using_dh_builddeb:
`BUILD_DATE := $(shell dpkg-parsechangelog | sed -n -e 's/^Date: //p')`
and
`find debian/tmp -depth -newermt '$(BUILD_DATE)' -print0 | \
- xargs -0r touch --no-dereference --date='$(BUILD_DATE)'`
+ xargs -0r touch --no-dereference --date='$(BUILD_DATE)'`
Another option is to convert the build system to `dh`.
--
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