bug#28160: Support newer version of python

2017-09-15 Thread Moritz Klammler
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 them. >> >> WDYT? > > Why not parse PATH a

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

2017-09-15 Thread Mathieu Lirzin
Hello, Reiner Herrmann writes: > mdate-sh pretty-prints the modification time of a file. > But it's output can vary depending on the timezone of > the caller. Someone in timezone GMT-12 will get a different > result (day) than someone in timezone GMT+12. > > As this output is also used to create

bug#28160: Support newer version of python

2017-09-15 Thread Thomas Jahns
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 them. WDYT? Why not parse PATH and filter what pathelem/python* returns for a pattern like p

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-09-15 Thread Mathieu Lirzin
Michael Haubenwallner writes: > On 09/15/2017 11:00 AM, Mathieu Lirzin wrote: >> Michael Haubenwallner writes: >>> On 08/27/2017 05:23 PM, Mathieu Lirzin wrote: > From: Michael Haubenwallner > Date: Wed, 16 Aug 2017 18:16:12 +0200 > Subject: [PATCH] automake: Depend on LIBOBJDIR for

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-09-15 Thread Michael Haubenwallner
On 09/15/2017 11:00 AM, Mathieu Lirzin wrote: > Michael Haubenwallner writes: >> On 08/27/2017 05:23 PM, Mathieu Lirzin wrote: From: Michael Haubenwallner Date: Wed, 16 Aug 2017 18:16:12 +0200 Subject: [PATCH] automake: Depend on LIBOBJDIR for LIBOBJS. This change fixes

bug#28160: Support newer version of python

2017-09-15 Thread Mathieu Lirzin
Hello Bastien, Bastien ROUCARIES writes: > Following https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872052 > could you suppoort python3.8 python3.7 and python3.6 ? Python 3.6 is already added In last release 1.15.1. Since Python 3.7 and 3.8 are not release yet, I am not comfortable adding t

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-09-15 Thread Mathieu Lirzin
Michael Haubenwallner writes: > On 08/27/2017 05:23 PM, Mathieu Lirzin wrote: > >>> From: Michael Haubenwallner >>> Date: Wed, 16 Aug 2017 18:16:12 +0200 >>> Subject: [PATCH] automake: Depend on LIBOBJDIR for LIBOBJS. >>> >>> This change fixes automake bug#27781. >>> >>> * bin/automake.in: Add M

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-09-15 Thread Mathieu Lirzin
Michael Haubenwallner writes: > On 08/27/2017 04:07 PM, Mathieu Lirzin wrote: >> Michael Haubenwallner writes: >>> On 08/23/2017 11:24 PM, Mathieu Lirzin wrote: Michael Haubenwallner writes: > On 08/22/2017 12:40 AM, Mathieu Lirzin wrote: >> Michael Haubenwallner writes: > --