Reiner Herrmann wrote:
> You have to set LC_ALL to C here, as LANG does not override it, when
> LC_ALL is set.
Updated patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/man/Makefile.am b/man/Makefile.am
index ca68b74..7f96748 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
.0.1:
- @sed -e "s/!VERSION!/@JACK_RELEASE@/g" -e "s/!DATE!/`date '+%B %Y'`/g"
< $*.0 > $@
+ @sed -e "s/!VERSION!/@JACK_RELEASE@/g" -e "s/!DATE!/`LC_ALL=C date
--utc --date="`dpkg-parsechangelog -l../debian/changelog -SDate`" '+%B %Y'`/g"
< $*.0 > $@
@echo Built $*.1 from template
manpages = $(patsubst %.0,%.1,$(wildcard *.0))