autodep8 (0.28+nmu1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 0.28 < 0.28+nmu1.
- Git: https://salsa.debian.org/ci-team/autodep8.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 569344
- Browser: https://salsa.debian.org/ci-team/autodep8
- Last scan: 2024-11-15 00:29:09+00
- Next scan: 2024-11-23 19:44:00+00
- Merge requests: 6
- CI pipeline status: success
- Debian changelog in Git:
autodep8 (0.28) unstable; urgency=medium
* test-package-type: test against synthetic packages
* Add support for pybuild-autopkgtest, via
`Testsuite: autopkgtest-pkg-pybuild`. See pybuild-autopkgtest(1) for
usage details.
* Bump Standards-Version to 4.6.1; no changes needed
* debian/tests/control: drop obsolete test
-- Antonio Terceiro <terceiro@debian.org> Tue, 06 Dec 2022 21:01:12 -0300
- This branch is 5 commits ahead of tag debian/0.28
- Git log:
commit 2905ff08eb2b1c489d48f28c7cc5217083639189
Merge: 6f3d6b9 098a634
Author: Paul Gevers <elbrus@debian.org>
Date: Sat Jul 13 19:21:25 2024 +0000
Merge branch 'R_overselect' into 'master'
R packages: don't match packages with unrequested suffixes
See merge request ci-team/autodep8!36
commit 098a634b431792902b9adbeecba9546af029e998
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Fri Jul 12 10:08:24 2024 +0200
R packages: don't match packages with unrequested suffixes
This fixes the issue where a request for "spatstat" would match
"r-cran-spatstat.core"[0] when autodep8 is run on a bookworm system for
testing on a trixie/sid system where that package no longer exists.
[0] And other uneeded packages: r-cran-spatstat.data, r-cran-spatstat.explore,
r-cran-spatstat.geom, r-cran-spatstat.linnet, r-cran-spatstat.model,
r-cran-spatstat.random, r-cran-spatstat.sparse, r-cran-spatstat.utils
commit 6f3d6b9318036f016bf14fc4655d8ec8caa40be4
Merge: 418bc2c caa3aa2
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Feb 15 20:21:54 2024 +0000
Merge branch 'master' into 'master'
autodep8: fix accidental use of global variable instead of local variable
See merge request ci-team/autodep8!34
commit caa3aa29b88ae2dc7d6b2ad83f5ed23df10a079d
Author: Olivier Gayot <olivier.gayot@canonical.com>
Date: Thu Feb 15 19:04:34 2024 +0100
autodep8: fix accidental use of global variable instead of local variable
The detect_by_control_field function declares a local variable called
"pkgtype". Later in the function, we mistakenly use the name
"packagetype" when doing variable substitution.
Fortunately, the variable "packagetype" exists in the global scope (with
the value we expect) so it turned out to be ok.
Let's use the right variable though.
commit 418bc2cf5b82763c3c9a805e4b3ff7fc41c69a9d
Author: Andreas Beckmann <anbe@debian.org>
Date: Wed Jan 18 23:57:35 2023 +0100
autopkgtest-pkg-dkms: generate Depends: openssl for signing modules
Closes: #1029180