Re: [Reproducible-builds] Bug#801885: autoconf2.13: Package contains /usr/share/man/man1/ChangeLog.1.gz if built under certain locales

2015-10-17 Thread Ben Pfaff
On Thu, Oct 15, 2015 at 05:27:00PM +, Santiago Vila wrote:
> Ooops! Sorry, didn't test it well enough.
> 
> This seems to work:
> 
>  export LC_ALL=C && cp [a-z]*.1 $M

Thanks for the report.

I decided to fix this by just adding the line "export LC_ALL = C" at the
top level of debian/rules, so that everything in debian/rules executes
with the C locale.

I uploaded a new version of the package.

___
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#801885: autoconf2.13: Package contains /usr/share/man/man1/ChangeLog.1.gz if built under certain locales

2015-10-15 Thread Santiago Vila
Ooops! Sorry, didn't test it well enough.

This seems to work:

 export LC_ALL=C && cp [a-z]*.1 $M

Thanks to Jakub for spotting the error.
(Please keep the Cc: if you can).

Thanks.

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