Re: Bug#901001: python3-minimal should Pre-Depend on python3.N-minimal

2018-06-09 Thread Steve Langasek
On Sat, Jun 09, 2018 at 06:39:19PM +0200, Matthias Klose wrote: > On 09.06.2018 18:31, Matthias Klose wrote: > > On 09.06.2018 11:55, Philipp Kern wrote: > > > On 6/9/18 7:20 AM, Steve Langasek wrote: > > > > - the package is being upgraded; it is in the common case (when no > > > > python > > >

Re: Bug#901001: python3-minimal should Pre-Depend on python3.N-minimal

2018-06-09 Thread Matthias Klose
On 09.06.2018 18:31, Matthias Klose wrote: On 09.06.2018 11:55, Philipp Kern wrote: On 6/9/18 7:20 AM, Steve Langasek wrote: - the package is being upgraded; it is in the common case (when no python    module names have been dropped from within the package) less important to    run py3clean

Re: Bug#901001: python3-minimal should Pre-Depend on python3.N-minimal

2018-06-09 Thread Matthias Klose
On 09.06.2018 11:55, Philipp Kern wrote: On 6/9/18 7:20 AM, Steve Langasek wrote: - the package is being upgraded; it is in the common case (when no python module names have been dropped from within the package) less important to run py3clean because the same files will be recreated

Re: Bug#901001: python3-minimal should Pre-Depend on python3.N-minimal

2018-06-09 Thread Philipp Kern
On 6/9/18 7:20 AM, Steve Langasek wrote: > - the package is being upgraded; it is in the common case (when no python > module names have been dropped from within the package) less important to > run py3clean because the same files will be recreated shortly afterwards > by py3compile from the

Re: Bug#901001: python3-minimal should Pre-Depend on python3.N-minimal

2018-06-08 Thread Steve Langasek
On Thu, Jun 07, 2018 at 03:00:46PM -0700, Julian Andres Klode wrote: > Package: python3-default > Severity: serious > When python3 default version changes, and a new python3-minimal is > unpacked before its python3.N-minimal, we end up with a system without a > working python3 symlink. This

Bug#901001: python3-minimal should Pre-Depend on python3.N-minimal

2018-06-07 Thread Julian Andres Klode
Package: python3-default Severity: serious When python3 default version changes, and a new python3-minimal is unpacked before its python3.N-minimal, we end up with a system without a working python3 symlink. This breaks upgrades because prerm scripts of python3 packages use: if which py3clean