[Reproducible-commits] [txt2man] 11/13: Fixed the -u option to date command.
Reiner Herrmann
reiner at reiner-h.de
Thu Jul 2 16:52:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch pu/reproducible_builds
in repository txt2man.
commit 5d61ce68c86ba8a033a75fe3f096fa5f74057675
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date: Mon Apr 13 10:58:11 2015 -0300
Fixed the -u option to date command.
---
debian/patches/fix-makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/fix-makefile b/debian/patches/fix-makefile
index 9500a57..9b5e9bd 100644
--- a/debian/patches/fix-makefile
+++ b/debian/patches/fix-makefile
@@ -19,7 +19,7 @@ Index: txt2man-1.5.6/Makefile
-prefix ?= /usr/local
+prefix ?= $(DESTDIR)/usr
version = txt2man-1.5.6
-+date = $(shell dpkg-parsechangelog -u -c1 -S date | LC_ALL=C date +"%d %B %Y" -f -)
++date = $(shell dpkg-parsechangelog -c1 -S date | LC_ALL=C date -u +"%d %B %Y" -f -)
BIN = src2man bookman txt2man
MAN1 = src2man.1 txt2man.1 bookman.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/txt2man.git
More information about the Reproducible-commits
mailing list