apt-listbugs (0.1.47)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.1.48 > 0.1.47
- Git: https://salsa.debian.org/frx-guest/apt-listbugs.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 610304
- Browser: https://salsa.debian.org/frx-guest/apt-listbugs
- Last scan: 2026-03-12 00:33:36+00
- Next scan: 2026-03-17 23:54:00+00
- Debian changelog in Git:
apt-listbugs (0.1.48) UNRELEASED; urgency=medium
* dropped obsolete FSF postal address from the permission notices
* modified live test (for autopkgtest) to use a different package upgrade
(currently showing RC bugs)
* bumped Standards-Version to 4.7.3: dropped Priority field from
debian/control file (dpkg now defaults it to "optional")
* dropped Rules-Requires-Root field from debian/control file (dpkg now
defaults it to "no")
* fixed "sometimes gives "E: HTTP GET failed"": added some more information
about the cause of the error (Closes: #1125030)
* improved man page about AptListbugs::QueryStep and AptListbugs::ParseStep
to explain that they will be ignored, unless they are positive integers
* fixed a bug in the reading of the additional apt.conf file passed from the
command-line option (-C): made it possible to set AptListbugs::QueryStep,
AptListbugs::ParseStep, AptListbugs::Severities,
AptListbugs::DistroRelease, and AptListbugs::URL in the additional
apt.conf file
-- Francesco Poli (wintermute) <invernomuto@paranoici.org> Wed, 27 Aug 2025 23:45:26 +0200
- This branch is 12 commits ahead of tag apt-listbugs/0.1.47
- Git log:
commit ab1825c5a56912b42efcf1fbfaa81e955b139666
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Thu Mar 12 00:46:38 2026 +0100
de-duplicate "Retry downloading...?" code
commit b48787ef6cc3bcd1ce6a0eeaadfa444c2e35dd0b
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Wed Feb 18 21:09:21 2026 +0100
oops! fix missing words ("be") in man page
commit 5da3c9fa13f6e56e83f58142e0eea0a12f286a76
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Sun Feb 8 23:40:18 2026 +0100
read URL from additional apt.conf
commit 0dc3940bc342ba88b81df38ea23aa50e69ac3178
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Sun Feb 8 00:03:23 2026 +0100
oops! fix two usage() calls
After commit 557335dbd89d16814660d23ff166a231fd706352, usage could be
called too early (when @severity could still be nil).
commit 5e79c802a0864161f237e2606f239950345dffa6
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Sat Feb 7 20:28:24 2026 +0100
read DistroRelease from additional apt.conf
commit 557335dbd89d16814660d23ff166a231fd706352
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Thu Feb 5 00:15:41 2026 +0100
read Severities from additional apt.conf
commit b09ab50d574585b5649773dcfc3c3fbd51157783
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Tue Feb 3 18:07:52 2026 +0100
read QueryStep/ParseStep from additional apt.conf
Also, improve man page about these two settings.
commit 62cf12c57a0fac90d1b39191e5b5363571ea0c1a
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Fri Jan 23 22:26:49 2026 +0100
show info when HTTP GET failed (Closes: #1125030)
Specify the error code and the error message received from the
HTTP stream, as in:
$ apt-listbugs list apt
Retrieving bug reports... 0% Fail
E: HTTP GET failed (503: Service Unavailable)
Retry downloading bug information? [Y/n]
rather than just:
$ apt-listbugs list apt
Retrieving bug reports... 0% Fail
E: HTTP GET failed
Retry downloading bug information? [Y/n]
commit 02552fa326418e307690da391a01415f2c6b9f74
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Fri Jan 2 23:47:26 2026 +0100
drop Rules-Requires-Root from debian/control
commit cb75c8bc2c49132de189ada2ff325d5bce70523b
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Fri Jan 2 18:37:43 2026 +0100
Debian Policy 4.7.3
Drop Priority field from debian/control file.
commit 453cdbab3a13e0ae1f884822d514b719afeb3456
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Sat Aug 30 17:47:42 2025 +0200
update (again) live test for autopkgtest
commit 0409794f06c501c34a03e7b82b80c7cb072b55dd
Author: Francesco Poli (wintermute) <invernomuto@paranoici.org>
Date: Fri Aug 29 23:51:01 2025 +0200
drop obsolete FSF postal address