bug#28160: Support newer version of python

2017-09-22 Thread Mathieu Lirzin
Hello, Moritz Klammler writes: > On 09/15/2017 11:42 AM, Thomas Jahns wrote: >> On 09/15/17 11:17, Mathieu Lirzin wrote: >>> Instead of preemptively adding possible future version of Python that >>> hopefully would be released, I would prefer a solution that removes the >>> need to hard-code the

bug#20314: [PATCH] Make output of mdate-sh deterministic

2017-09-22 Thread Mathieu Lirzin
Hello Paul, Paul Eggert writes: > Unfortunately that patch to Automake's mdate-sh is not portable, as > TZ='UTC' is not a portable setting for the TZ environment > variable. POSIX says you're supposed to use something like TZ='UTC0' > instead. Although TZ='UTC' works when glibc is used, this is