Quellcode durchsuchen

bump cache version

Ian Jackson vor 20 Jahren
Ursprung
Commit
d242b9e788
2 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 1 1
      apt-pkg/pkgcache.cc
  2. 8 0
      debian/changelog

+ 1 - 1
apt-pkg/pkgcache.cc

@@ -54,7 +54,7 @@ pkgCache::Header::Header()
    
    /* Whenever the structures change the major version should be bumped,
       whenever the generator changes the minor version should be bumped. */
-   MajorVersion = 5;
+   MajorVersion = 6;
    MinorVersion = 0;
    Dirty = false;
    

+ 8 - 0
debian/changelog

@@ -1,3 +1,11 @@
+apt (0.6.45ubuntu6~iwj2) unstable; urgency=low
+
+  * Tests pass without code changes!  Except that we need this:
+  * Bump cache file major version to force rebuild so that Breaks
+    dependencies are included.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  5 Sep 2006 19:50:02 +0100
+
 apt (0.6.45ubuntu6~iwj) unstable; urgency=low
 
   * Initial draft of `Breaks' implementation.  Appears to compile,