From: Ian Jackson Date: Tue, 5 Sep 2006 18:51:17 +0000 (+0100) Subject: bump cache version X-Git-Tag: 0.7.24ubuntu1~236^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/d242b9e788311e7f19ceaa9dc24f5e426005ae4c?ds=sidebyside;hp=--cc bump cache version --- d242b9e788311e7f19ceaa9dc24f5e426005ae4c diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index 35eb23dfa..93ad56641 100644 --- a/apt-pkg/pkgcache.cc +++ b/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; diff --git a/debian/changelog b/debian/changelog index 9c6232a6c..96b752424 100644 --- a/debian/changelog +++ b/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 Tue, 5 Sep 2006 19:50:02 +0100 + apt (0.6.45ubuntu6~iwj) unstable; urgency=low * Initial draft of `Breaks' implementation. Appears to compile,