David, I'm thinking about the first line in debian/apt.conf to:
```
DPkg::Pre-Install-Pkgs { "/usr/bin/apt-listchanges --apt || test $? -lt
10 >/dev/null 2&>1"; };$
```
adding the ">/dev/null 2&>1" in order to suppress dpkg errors in
apt-listchanges during the Pre-Install-Pkgs hook. By doing this, the
original functionality will be preserved while at the same time piping
the misleading dpkg error message to /dev/null. apt-listchanges will
still preserve its error message--"Aborting".
What do you think about this approach?
The alternative is to close out this bug since it is intended
functionality and leave it as-is.
--
Best regards,
Brian T
B.S. Computer Science 2014 (Truman State University)
Minor Stasitics
Minor Chemistry
Minor Mathematics
signature.asc
Description: PGP signature

