]> git.saurik.com Git - apt.git/commitdiff
Bump cache minor version to 2 to trigger rebuilds
authorJulian Andres Klode <jak@debian.org>
Fri, 11 Dec 2015 13:32:44 +0000 (14:32 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 11 Dec 2015 13:48:21 +0000 (14:48 +0100)
With the package names now normalized to lower case, the caches
of affected systems need to be rebuild. Adjust the minor version
to trigger such a rebuild.

Gbp-Dch: ignore

apt-pkg/pkgcache.cc

index 2196da03c233d8fd8a163793c60475a8b519780f..e65e37bca902b1883ceba2177d1489a85dae56ed 100644 (file)
@@ -57,7 +57,7 @@ pkgCache::Header::Header()
    /* Whenever the structures change the major version should be bumped,
       whenever the generator changes the minor version should be bumped. */
    APT_HEADER_SET(MajorVersion, 10);
    /* Whenever the structures change the major version should be bumped,
       whenever the generator changes the minor version should be bumped. */
    APT_HEADER_SET(MajorVersion, 10);
-   APT_HEADER_SET(MinorVersion, 1);
+   APT_HEADER_SET(MinorVersion, 2);
    APT_HEADER_SET(Dirty, false);
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));
    APT_HEADER_SET(Dirty, false);
 
    APT_HEADER_SET(HeaderSz, sizeof(pkgCache::Header));