Your message dated Fri, 18 Feb 2011 20:32:13 +0000
with message-id <[email protected]>
and subject line Bug#612765: fixed in apt-show-versions 0.17
has caused the Debian Bug report #612765,
regarding does not support InRelease files downloaded by apt >= 0.8.11
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
612765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-show-versions
Version: 0.16
Tags: patch
Hi,
APT since version 0.8.11 prefers to download the clearsigned InRelease file
instead of Release and his detached signature Release.gpg.
Unfortunately apt-show-versions only parses the Release file and
doesn't support InRelease files.
The result is e.g.:
$ apt-show-versions apt dpkg
apt/unknown upgradeable from 0.8.11 to 0.8.11.1
dpkg/unknown uptodate 1.15.8.10
Note the 'unknown' release here.
While I am not a perl programmer, I think the following patch should enable
apt-show-versions to use either *_Release or *_InRelease file and at least
does it for me in my tests:
--- apt-show-versions-0.16/apt-show-versions 2009-06-19 17:37:00.000000000
+++ apt-show-versions-0.16.1/apt-show-versions 2011-02-10 14:27:19.000000000
@@ -595,7 +595,7 @@
or &die("Failed to open directory $list_dir: $!\n");
while (defined(my $rel_file = readdir LIST_DIR)) {
my $file_name = "$list_dir/$rel_file";
- if ($rel_file =~ m/(.*)_Release$/) {
+ if ($rel_file =~ m/(.*)_(In|)Release$/) {
$rel_file = $1;
}
else {
Thanks for work on this package and best regards,
David Kalnischkies
--- End Message ---
--- Begin Message ---
Source: apt-show-versions
Source-Version: 0.17
We believe that the bug you reported is fixed in the latest version of
apt-show-versions, which is due to be installed in the Debian FTP archive:
apt-show-versions_0.17.dsc
to main/a/apt-show-versions/apt-show-versions_0.17.dsc
apt-show-versions_0.17.tar.gz
to main/a/apt-show-versions/apt-show-versions_0.17.tar.gz
apt-show-versions_0.17_all.deb
to main/a/apt-show-versions/apt-show-versions_0.17_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Martin <[email protected]> (supplier of updated
apt-show-versions package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Format: 1.8
Date: Fri, 18 Feb 2011 14:34:48 +0100
Source: apt-show-versions
Binary: apt-show-versions
Architecture: source all
Version: 0.17
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <[email protected]>
Changed-By: Christoph Martin <[email protected]>
Description:
apt-show-versions - lists available package versions with distribution
Closes: 612765 613949
Changes:
apt-show-versions (0.17) unstable; urgency=low
.
* recognise new InRelease files (closes: #612765, #613949)
Checksums-Sha1:
be05887e0fef79eb5807d92c914d8de1a2a5a7c8 928 apt-show-versions_0.17.dsc
0bd036fc304c4489bdbee65210f89aca273d95d9 25088 apt-show-versions_0.17.tar.gz
3d42a4b3c4d7b239d33e15349c257faccd7c5832 33656 apt-show-versions_0.17_all.deb
Checksums-Sha256:
c8dd3cdde9e0fba3ef4107a433ee4e36e714e54cb052e8ef6ac89ba85c5ee410 928
apt-show-versions_0.17.dsc
e133e11ea07f48414c4180c204c06691dc9e446499908236b966fda4d89f7b6f 25088
apt-show-versions_0.17.tar.gz
2e16ac13702131a6b4cbdfef4fdc6b4452c784a91be1d255363b8ec3c3e53ddc 33656
apt-show-versions_0.17_all.deb
Files:
f63b0f43f12da62e3364059d68e71c4f 928 admin optional apt-show-versions_0.17.dsc
0f0b7730a2096f32d3538a8c98618c81 25088 admin optional
apt-show-versions_0.17.tar.gz
19f1b3bb57978dc32930f0a7fd554342 33656 admin optional
apt-show-versions_0.17_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEAREDAAYFAk1ez4UACgkQgeVih7XOVJfdqgCffaIf2QMMTPwCcrIZaP6nPq1l
fv8AoI5TsvFgq7zERqe24aQw0eU4Rc22
=CX8J
-----END PGP SIGNATURE-----
--- End Message ---