* apt-pkg/deb/debindexfile.cc,
authorDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 18 Mar 2013 21:57:08 +0000 (22:57 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 18 Mar 2013 21:57:08 +0000 (22:57 +0100)
commit233b78083f6f79730fcb5a6faeb74e2a78b6038a
treebaba7b950d929c64338fdaed9da00eb84b612b15
parentf1828b6977972b4ef6da6401602b7938f6570c32
* apt-pkg/deb/debindexfile.cc,
  apt-pkg/deb/deblistparser.cc:
  - use OpenMaybeClearSignedFile to be free from detecting and
    skipping clearsigning metadata in dsc and Release files

We can't write a "clean" file to disk as not all acquire methods copy
Release files before checking them (e.g. cdrom), so this reverts recombining,
but uses the method we use for dsc files also in the two places we
deal with Release files
apt-pkg/contrib/gpgv.cc
apt-pkg/contrib/gpgv.h
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/deblistparser.cc
apt-pkg/indexrecords.cc
debian/changelog
test/integration/framework
test/integration/test-apt-cdrom