apt (3.1.5)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the 3.1.5 tag
- Git: https://salsa.debian.org/apt-team/apt.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 13385728
- Browser: https://salsa.debian.org/apt-team/apt
- Last scan: 2025-09-08 19:17:10+00
- Next scan: 2025-09-14 01:01:00+00
- Merge requests: 20
- CI pipeline status: success
- Debian changelog in Git:
apt (3.1.5) unstable; urgency=medium
[ Christopher Bock ]
* completion: apt why/why-not
[ Julian Andres Klode ]
* doc: Remove <filename> inside <arg>
* solver3: Sort dependency targets against current alternative
* solver3: Allow any downloadable version to mark a package as not obsolete
* debListParser: Cache `essential` and `myArch` more
* edsp: Clear architecture cache
* edsp: Do not skip lines (fixes Architecture reading)
[ Américo Monteiro ]
* Portuguese manpages translation update (Closes: #1111124)
[ Helge Kreutzmann ]
* German program translation update (Closes: #1111875)
[ Tianyu Chen ]
* Update Simplified Chinese translation
[ Biswapriyo Nath ]
* Fix indentation compiler warning with clang
-- Julian Andres Klode <jak@debian.org> Tue, 26 Aug 2025 21:02:54 +0200
- This branch is 2 commits ahead of tag 3.1.5
- Git log:
commit 3c9399e643a07074d47c9bceca88e8d43ff55d36
Author: David Kalnischkies <david@kalnischkies.de>
Date: Tue Sep 2 17:04:14 2025 +0000
Support kernel images with + in uname in kernel autoremove test
autopkgtest run on stable can have an uname like "6.12.41+deb13-amd64".
The +deb13 being relatively new in the package name. The code doing the
autoremoval has no problem with it and its a legal package name, but
the test that wants to check if the right regexes are generated does not
escape the + correctly (aka at all) so it isn't finding the regex it is
looking for failing the test.
commit 4f162c2f63796411467b816ccd80a20b2c248e72
Author: David Kalnischkies <david@kalnischkies.de>
Date: Tue Sep 2 16:48:49 2025 +0000
Show command in test failure messages if default is overridden
Tests usually print the command they run, but it can be overridden with
a chosen message to make clearer what is actually tested. To debug
failures it can be useful to know the command run through especially if
its a partly generated command depending on the test environment
(like in the kernel autoremove test).