]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/cachefile.h:
authorMichael Vogt <mvo@debian.org>
Thu, 10 Jun 2010 14:15:57 +0000 (16:15 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 10 Jun 2010 14:15:57 +0000 (16:15 +0200)
  - make pkgPolicy public again, libapt-pkg-perl (and probably
    others) get unhappy without that

apt-pkg/cachefile.h
debian/changelog

index 1647aff8eb095ce06f2ba5ed71ee4e27d26cb7eb..63bc3de471c833d1215c2b5068d67330de4dc06c 100644 (file)
@@ -31,10 +31,10 @@ class pkgCacheFile
    MMap *Map;
    pkgCache *Cache;
    pkgDepCache *DCache;
-   pkgPolicy *Policy;
    pkgSourceList *SrcList;
 
    public:
+   pkgPolicy *Policy;
 
    // We look pretty much exactly like a pointer to a dep cache
    inline operator pkgCache &() {return *Cache;};
index 6b40ae94d0a012585f662ac37898fdf8fe367823..d29705d24d3a2c8bb63adfba0450d5298a052e3f 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.7.26~exp7) experimental; urgency=low
+
+  * apt-pkg/cachefile.h:
+    - make pkgPolicy public again, libapt-pkg-perl (and probably
+      others) get unhappy without that
+
+ -- Michael Vogt <mvo@debian.org>  Thu, 10 Jun 2010 15:33:24 +0200
+
 apt (0.7.26~exp6) experimental; urgency=low
 
   [ Michael Vogt ]