~roguescholar/lintian/+git/trunk:bullseye-backports

Last commit made on 2022-07-02
Get this branch:
git clone -b bullseye-backports https://git.launchpad.net/~roguescholar/lintian/+git/trunk

Branch merges

Branch information

Name:
bullseye-backports
Repository:
lp:~roguescholar/lintian/+git/trunk

Recent commits

3bbaa9f... by Axel Beckert

Rebuild for bullseye-backports

d0cbf9a... by Axel Beckert

Merge tag '2.115.1' into bullseye-backports

lintian Debian release 2.115.1

e0179ba... by Axel Beckert

Add debian/changelog entry, release and upload Lintian 2.115.1

3c1f4ea... by Axel Beckert

run-private-scripts.t: Don't just skip tests, skip all affected code under autopkgtest

run3() still bailed out if the script to run wasn't found despite
being inside a SKIP block. So let's do that in a completely different
way.

Gbp-Dch: Ignore

9709b02... by Axel Beckert

run-private-scripts.t: Skip some not shipped scripts under autopkgtest

I want all these scripts to checked for their usefulness because of
what happened to previously untested latest-policy-version script. (I
was causing autopkgtest failures in libconfig-model-dpkg-perl.) This
is even more because that script is currently not run when building or
using lintian.

But some of the other scripts are not going to be installed into the
binary package and since autopkgtest runs the same testsuite also on
the installed binaries we should skip them under autopkgtest, but
still should be checked when running the test suite locally.

Also fix one case in the same script where double quotes were meant to
be used but weren't.

Gbp-Dch: Ignore

1997127... by Axel Beckert

Remove unneeded constant from run-private-scripts.t

Gbp-Dch: Ignore

9318b6e... by Axel Beckert

Add a plan for run-private-scripts.t

Something in private/runtests seems to insist on it despite this is
technically not necessary and also not present in all other tests.

For now this seems manageable. And I want to get this out quickly.

Gbp-Dch: Ignore

d524928... by Axel Beckert

Add a debian/duck-override file with some false positives.

https://www.freedesktop.org/wiki/Software/dbus/ is reported as
"outdated, is probably a parked domain or for sale" which isn't true.
The unlucky keyword was "unsupported".

https://example.com/%i/ is actually a true positive, but part of a
dummy package used in Lintian's testsuite to catch a similar type of
case.

2ca19c6... by Axel Beckert

Switch GPL URL in debian/copyright to HTTPS

Thanks DUCK!

5d862d0... by Simon McVittie

data: Register *.xcf as binary files

GIMP *.xcf files are a reasonable preferred form for modification for
graphical assets, but they are not text. This resolves false positives
for very-long-line-length-in-source-file in game-data-packager.

Signed-off-by: Simon McVittie <email address hidden>