* apt-pkg/deb/dpkgpm.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 2 Sep 2010 10:47:48 +0000 (12:47 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 2 Sep 2010 10:47:48 +0000 (12:47 +0200)
commitb29c37128c2c77490f5851158a7631ed107c79fc
treedd609a58cf2c3810486d0630490f8cb8750341a3
parent158fda31be7d4ae1c80a56223faa8d01efc25acc
* apt-pkg/deb/dpkgpm.cc:
  - create Dir::Log if needed to support /var/log as tmpfs or similar,
    inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)

Easily done by moving a private method from pkgAcquire into the public
area of fileutl.cc to be able to use it also in here
apt-pkg/acquire.cc
apt-pkg/acquire.h
apt-pkg/contrib/fileutl.cc
apt-pkg/contrib/fileutl.h
apt-pkg/deb/dpkgpm.cc
debian/changelog
test/integration/framework