On Fri, Jul 17, 2015 at 11:02:45AM +0100, Chris Lamb wrote: > - @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!/`LANG=C date --utc > --date="`dpkg-parsechangelog -l../debian/changelog -SDate`" '+%B %Y'`/g" < > $*.0 > $@
You have to set LC_ALL to C here, as LANG does not override it, when LC_ALL is set.
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
