Re: [Reproducible-builds] Bug#782462: Bug#782462: txt2man: does not build reproducibly

2015-04-13 Thread Reiner Herrmann
Hi Eriberto,

On 04/12/2015 11:53 PM, Eriberto Mota wrote:
 I will upload a revision to 1-day delay queue (in few minutes). You
 can see a diff here[1].
 
 [1] 
 http://anonscm.debian.org/cgit/collab-maint/txt2man.git/commit/?id=8cbd27d64ba12f3ec369ac2607e762490425ffcb

Thanks for the fast response! :)

 ++date = $(shell dpkg-parsechangelog -u -c1 -S date | LC_ALL=C date +%d %B 
 %Y -f -)

You unfortunately put the -u to the wrong command. It is a parameter to date, 
so that the parsed time
gets interpreted as UTC (-u == --utc).
Can you please fix this? :)

Thanks!



signature.asc
Description: OpenPGP digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Re: [Reproducible-builds] Bug#782462: Bug#782462: txt2man: does not build reproducibly

2015-04-12 Thread Eriberto Mota
tags 782462 pending
thanks


Hi Jonathan, Jérémy and Reiner,

Thanks a lot for your comments and help.

I will upload a revision to 1-day delay queue (in few minutes). You
can see a diff here[1].

[1] 
http://anonscm.debian.org/cgit/collab-maint/txt2man.git/commit/?id=8cbd27d64ba12f3ec369ac2607e762490425ffcb

Cheers,

Eriberto


2015-04-12 15:56 GMT-03:00 Reiner Herrmann rei...@reiner-h.de:

 On 04/12/2015 07:45 PM, Jérémy Bobbio wrote:
 Jonathan Wiltshire:
 +date = $(shell dpkg-parsechangelog -c1 -S date | date +%b %d %Y -f -)

 I just saw that txt2man uses the format '%d %B %Y' by default [1].
 It would be nice to keep this also for txt2man's own manpage. :)

 [1]: https://sources.debian.net/src/txt2man/1.5.5-4.1/txt2man/#L148


___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds