Your message dated Tue, 28 Nov 2006 15:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#400744: fixed in apt-listchanges 2.72
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: apt-listchanges
Version: 2.71
Severity: grave
Tags: patch
Justification: renders package unusable
After last apt-listchanges upgrade, and doing after that
an upgrade from experimental I got the following Traceback:
Traceback (most recent call last):
File "/usr/bin/apt-listchanges", line 219, in ?
main()
File "/usr/bin/apt-listchanges", line 127, in main
(news, changelog) = pkg.extract_changes(config.which, fromversion)
File "/usr/share/apt-listchanges/DebianFiles.py", line 148, in extract_changes
changelog = reduce(find_first, changelog_filenames +
changelog_filenames_native, None)
File "/usr/share/apt-listchanges/DebianFiles.py", line 145, in <lambda>
find_first = lambda acc, fname: acc or
self.read_changelog(os.path.join(tempdir, fname), since_version)
File "/usr/share/apt-listchanges/DebianFiles.py", line 198, in read_changelog
if apt_pkg.VersionCompare(match.group('version'),
NameError: global name 'apt_pkg' is not defined
this is due to a missing "import apt_pkg" in DebianFiles.py.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages apt-listchanges depends on:
ii apt 0.6.46.3 Advanced front-end for dpkg
ii debconf [debconf-2.0] 1.5.9 Debian configuration management sy
ii debianutils 2.17.3 Miscellaneous utilities specific t
ii python 2.4.4-1 An interactive high-level object-o
ii python-apt 0.6.19 Python interface to libapt-pkg
ii python-support 0.5.6 automated rebuilding support for p
ii ucf 2.0017 Update Configuration File: preserv
Versions of packages apt-listchanges recommends:
ii postfix [mail-transport-a 2.4-20061019-2 A high-performance mail transport
-- debconf information:
* apt-listchanges/confirm: true
* apt-listchanges/which: both
* apt-listchanges/frontend: pager
* apt-listchanges/email-address: root
* apt-listchanges/save-seen: true
--- /usr/share/apt-listchanges/DebianFiles.py 2006-11-27 18:22:33.000000000 -0500
+++ DebianFiles.py 2006-11-28 08:11:11.115303779 -0500
@@ -30,7 +30,7 @@
import errno
import glob
import shutil
-
+import apt_pkg
import gettext
# TODO:
--- End Message ---
--- Begin Message ---
Source: apt-listchanges
Source-Version: 2.72
We believe that the bug you reported is fixed in the latest version of
apt-listchanges, which is due to be installed in the Debian FTP archive:
apt-listchanges_2.72.dsc
to pool/main/a/apt-listchanges/apt-listchanges_2.72.dsc
apt-listchanges_2.72.tar.gz
to pool/main/a/apt-listchanges/apt-listchanges_2.72.tar.gz
apt-listchanges_2.72_all.deb
to pool/main/a/apt-listchanges/apt-listchanges_2.72_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.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated apt-listchanges
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: SHA1
Format: 1.7
Date: Tue, 28 Nov 2006 15:41:16 +0100
Source: apt-listchanges
Binary: apt-listchanges
Architecture: source all
Version: 2.72
Distribution: unstable
Urgency: high
Maintainer: Pierre Habouzit <[EMAIL PROTECTED]>
Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
Description:
apt-listchanges - Display change history from .deb archives
Closes: 400744
Changes:
apt-listchanges (2.72) unstable; urgency=high
.
* Fix missing import in DebianFiles.py, thanks to Julián Hernández Gómez.
(Closes: 400744).
Files:
a63c4fbd59bf8a8e855a1d2670803f4e 651 utils optional apt-listchanges_2.72.dsc
7ef48f231dc3ec68aed7797b9ba2d032 84037 utils optional
apt-listchanges_2.72.tar.gz
1e23abfef47d80328c9b4f98f5ae9bbd 62032 utils optional
apt-listchanges_2.72_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFbEvNvGr7W6HudhwRAky+AJ48z3e9/QR4IFnp71hVJWedHoEXUgCgnCRu
Ya/ygVSv2RuTJmgNpJatQvA=
=WsZE
-----END PGP SIGNATURE-----
--- End Message ---