vcswatch reports that
this package seems to have a new changelog entry (version
0.29, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit ec7e671753ded89a9fec79932bed0e457b8a070a
Author: Antonio Terceiro <terceiro@debian.org>
Date: Mon Jan 13 08:46:48 2025 -0300
dkms: add test dependency on dctrl-tools
commit 67407505a3c12157e16dd74fa2c745393442a044
Merge: 548b2f3 deb221c
Author: Paul Gevers <elbrus@debian.org>
Date: Wed Jan 8 18:40:06 2025 +0000
Merge branch 'wip/smcv/merge-nmu' into 'master'
Merge NMU 0.28+nmu1 from Michael R. Crusoe
See merge request ci-team/autodep8!38
commit deb221c72ffb4b54c19457e7338146daecad0687
Author: Simon McVittie <smcv@debian.org>
Date: Wed Jan 8 09:59:31 2025 +0000
Update changelog with changes so far
In particular, this documents some previously-undocumented changes that
were included in the NMU.
commit 2f5ec601587da14e0a23c957efe54700c81ef5cb
Merge: 548b2f3 ba332f7
Author: Simon McVittie <smcv@debian.org>
Date: Wed Jan 8 09:52:15 2025 +0000
Merge branch 'nmu'
commit ba332f7454d9e8c903a63e9a2a33e29647eead54
Author: Simon McVittie <smcv@debian.org>
Date: Wed Jan 8 09:51:49 2025 +0000
Reinstate .gitignore, dropped by import of NMU from the archive
Gbp-Dch: ignore
commit b5284994472c1c9240e91a77a91274a7c9269930
Author: Michael R. Crusoe <crusoe@debian.org>
Date: Wed Jul 17 17:09:01 2024 +0200
Import Debian version 0.28+nmu1
autodep8 (0.28+nmu1) unstable; urgency=medium
.
* Non-maintainer upload.
* R packages: don't match packages with unrequested suffixes
commit 548b2f33f7e754919ca0473e1e935e9f47b731ac
Author: Athos Ribeiro <athos.ribeiro@canonical.com>
Date: Tue Aug 13 18:38:06 2024 -0300
Add PHP support
commit ed0c9e004c5e7040400cb22f3b7cc749e37c9f2d
Merge: 2905ff0 c0e722f
Author: Antonio Terceiro <terceiro@debian.org>
Date: Wed Dec 4 15:49:10 2024 +0000
Merge branch 'add-puppet-modules' into 'master'
add support for Puppet modules
See merge request ci-team/autodep8!35
commit c0e722f2ca127d6db1784e56cbc4a07b5d860912
Author: Jérôme Charaoui <jerome@riseup.net>
Date: Fri Sep 6 09:59:56 2024 -0400
declare support for Puppet modules package description
commit db65aecf7b971c43bfde527a45c433b4d99bc9d7
Author: Jérôme Charaoui <jerome@riseup.net>
Date: Sat Mar 16 14:34:05 2024 -0400
add puppet_module tests
commit 2e143791f1b21095c77a506c746ec9ed6f5f724b
Author: Jérôme Charaoui <jerome@riseup.net>
Date: Sat Mar 16 13:31:09 2024 -0400
add puppet_module example
commit 7abd5d52c965eaf2583dc51068c2fee40d5f758b
Author: Jérôme Charaoui <jerome@riseup.net>
Date: Sat Mar 16 13:06:40 2024 -0400
add support for Puppet modules
pass pkg_puppet_module_* environment variables to runner script for
package-specific test configuration
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