Bug#953811: lintian: handle ADTTMP fallback code

2020-03-14 Thread Thorsten Glaser
Mattia Rizzolo dixit: >AUTOPKGTEST_TMP is set by sadt since version 2.18.2, which is older than Oh, oops…

Bug#953811: lintian: handle ADTTMP fallback code

2020-03-14 Thread Mattia Rizzolo
On Sat, Mar 14, 2020 at 01:09:48AM +, Thorsten Glaser wrote: > >Debian tool that is within our locus of control, so I would very much > >prefer that src:devscripts is fixed instead of preventing Lintian > > Oh… looking at it now, it appears that the sid version is indeed fixed. > > I’ll be

Bug#953811: lintian: handle ADTTMP fallback code

2020-03-13 Thread Thorsten Glaser
Chris Lamb dixit: >Debian tool that is within our locus of control, so I would very much >prefer that src:devscripts is fixed instead of preventing Lintian Oh… looking at it now, it appears that the sid version is indeed fixed. I’ll be keeping this though, for now… I may need it for backports.

Bug#953811: lintian: handle ADTTMP fallback code

2020-03-13 Thread Chris Lamb
Thorsten Glaser wrote: > > Noted. However, given that ADTTMP is actually deprecated I would like > > to confirm that this is not instead a bug in sadt(1) instead. > > I’m certain it is ☻ but I wrote the autopkgtest script conservatively. In general I would share your principle of writing code

Bug#953811: lintian: handle ADTTMP fallback code

2020-03-13 Thread Thorsten Glaser
Chris Lamb dixit: >Thorsten Glaser wrote: > >> I need to have this code present because I use sadt locally to test >> the autopkgtests, which only sets ADTTMP. > >Noted. However, given that ADTTMP is actually deprecated I would like >to confirm that this is not instead a bug in sadt(1) instead.

Bug#953811: lintian: handle ADTTMP fallback code

2020-03-13 Thread Chris Lamb
Thorsten Glaser wrote: > I need to have this code present because I use sadt locally to test > the autopkgtests, which only sets ADTTMP. Noted. However, given that ADTTMP is actually deprecated I would like to confirm that this is not instead a bug in sadt(1) instead. Regards, -- ,''`.

Bug#953811: lintian: handle ADTTMP fallback code

2020-03-13 Thread Thorsten Glaser
Package: lintian Version: 2.55.0 Severity: wishlist W: rs source: uses-deprecated-adttmp debian/tests/regress (line 4) This is caused by: tglase@tglase-nb:~/Misc/Vendor/rs $ sed -n 4p debian/tests/regress test -n "$AUTOPKGTEST_TMP" || AUTOPKGTEST_TMP=${ADTTMP:-$TMPDIR} I need to have this code