]> git.saurik.com Git - apt.git/commitdiff
* apt-inst/deb/debfile.h:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 10 May 2012 18:41:00 +0000 (20:41 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 10 May 2012 18:41:00 +0000 (20:41 +0200)
  - readd 'md5.h' to the uncleaned header includes to make qapt build
    against us again unchanged to unblock transition (Closes: #669163)

apt-inst/deb/debfile.h
debian/changelog

index d94b744467760d24c0ddbdeb8062296def5fc9c2..38211fb0f9ee5c0bb8450cca1a02d8732c1d667e 100644 (file)
 #include <apt-pkg/tagfile.h>
 #include <apt-pkg/pkgcache.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/md5.h>
+#endif
+
 class FileFd;
 
 class debDebFile
index 7b1ed46acb6fe6ebc61013178b8e8a48c5c3eb70..3e36f0fa8fff90fe7fa02bb40418308619517a02 100644 (file)
@@ -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 <kalnischkies@gmail.com>  Mon, 07 May 2012 21:12:23 +0200