Bug#522700: apt-listchanges crashes if .deb file has wrong permissions

2010-08-13 Thread Pierre Habouzit
tag 522700 - patch thanks > 85c85,88 > < self.stanzas.append(ControlStanza(fh.read())) > --- > > res = fh.read() > > if not res: > > sys.exit(1) > > self.stanzas.append(ControlStanza(res)) You just can't do that, it makes apt-listchanges not show logs

Bug#522700: apt-listchanges crashes if .deb file has wrong permissions

2009-04-05 Thread Carl Chenet
Package: apt-listchanges Version: 2.83 Severity: important Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 apt-listchanges crashes if .deb file has wrong permissions. dpkg -f command warns the user about the problem but apt-listchanges still goes on and crashes. Here is a simple patch t