Bug#1001677: lintian: check for: "cd ... py3versions -r" in autopkgtest scripts

2021-12-15 Thread Julian Gilbey
On Tue, Dec 14, 2021 at 04:56:51PM +, Julian Gilbey wrote: > Hi Mattia, > > > that's because you are using the wrong option. > > You may well be correct. That doesn't change the reality that this is > what is happening in a number of packages. Hi Mattia, Here's an update. I've been

Bug#1001677: lintian: check for: "cd ... py3versions -r" in autopkgtest scripts

2021-12-14 Thread Julian Gilbey
Hi Mattia, On Tue, Dec 14, 2021 at 03:39:54PM +0100, Mattia Rizzolo wrote: > Hi Julian, > > On Tue, Dec 14, 2021 at 06:49:12AM +, Julian Gilbey wrote: > > I discovered that in several of my autopkgtest scripts, and in various > > other packages in the archive, the following pattern appears:

Bug#1001677: lintian: check for: "cd ... py3versions -r" in autopkgtest scripts

2021-12-14 Thread Mattia Rizzolo
Hi Julian, On Tue, Dec 14, 2021 at 06:49:12AM +, Julian Gilbey wrote: > I discovered that in several of my autopkgtest scripts, and in various > other packages in the archive, the following pattern appears: I think (although I'm not an authoritative voice of any kind here) that you you are

Bug#1001677: lintian: check for: "cd ... py3versions -r" in autopkgtest scripts

2021-12-13 Thread Julian Gilbey
Package: lintian Version: 2.114.0 Severity: wishlist I discovered that in several of my autopkgtest scripts, and in various other packages in the archive, the following pattern appears: ... cd somewhere ... for py in $(py3versions -r 2>/dev/null) ... Unfortunately, this silently fails, as no