On Mon, Mar 08, 2010 at 11:46:15AM +0200, Antti-Juhani Kaijanaho wrote:
> On Mon, Mar 08, 2010 at 11:37:50AM +0200, Antti-Juhani Kaijanaho wrote:
> > For some reason, apt-listchanges is now showing me only one package's 
> > changelog,
> > even if there are lots of packages being upgraded.
> 
> It appears this was caused by one of the following apt.conf settings.  I was
> unable to triangulate it to a specific directive:
> 
> DPkg::NoTriggers "true";
> PackageManager::Configure "smart";
> DPkg::ConfigurePending "true";
> DPkg::TriggersPending "true";
> 
> Perhaps this is an apt bug?

apt-listchanges uses an apt facility to know what was upgraded. You can
see what is sent to this pipeline adding this in your apt.conf like
apt-listchanges does:

DPkg::Pre-Install-Pkgs { "cat > /tmp/apt.log"; };
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";

And look if you do have lines for all the packages you upgraded or not.
If not, then it's an apt bug, if yes then it's an apt-listchanges one :)
-- 
·O·  Pierre Habouzit
··O                                                madco...@debian.org
OOO                                                http://www.madism.org



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to