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
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
2 matches
Mail list logo