From: David Kalnischkies Date: Thu, 10 May 2012 18:41:00 +0000 (+0200) Subject: * apt-inst/deb/debfile.h: X-Git-Tag: 0.9.3~1^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4e1c86a6c0cf9a6e51ec4f9b9ad9271547fa036d?hp=db09a1c5dd74f422571c4130364bb7c78200e8c8 * apt-inst/deb/debfile.h: - readd 'md5.h' to the uncleaned header includes to make qapt build against us again unchanged to unblock transition (Closes: #669163) --- diff --git a/apt-inst/deb/debfile.h b/apt-inst/deb/debfile.h index d94b74446..38211fb0f 100644 --- a/apt-inst/deb/debfile.h +++ b/apt-inst/deb/debfile.h @@ -29,6 +29,10 @@ #include #include +#ifndef APT_8_CLEANER_HEADERS +#include +#endif + class FileFd; class debDebFile diff --git a/debian/changelog b/debian/changelog index 7b1ed46ac..3e36f0fa8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,9 @@ apt (0.9.3) UNRELEASED; urgency=low * apt-pkg/algorithms.cc: - factor out of ListUpdate a AcquireUpdate to be able to provide your own pkgAcquire fetcher to the wrapper + * apt-inst/deb/debfile.h: + - readd 'md5.h' to the uncleaned header includes to make qapt build + against us again unchanged to unblock transition (Closes: #669163) -- David Kalnischkies Mon, 07 May 2012 21:12:23 +0200