diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-29 11:01:19 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-29 11:01:19 +0000 |
commit | e23e673308e24ccbed5afa04179ade52d408db87 (patch) | |
tree | 1cbfb696781d0742f42d5ad780d4a04640dd0d0e /apt-pkg/depcache.h | |
parent | 0a57c0f0e4d0bc3474ce4d2101f36a997891d30d (diff) | |
parent | c024fee6fd45c7aff4732370ee48d660284f4933 (diff) |
* merged with ubuntu, only use the pkgCache::Flag::Auto flag for automatically installed packages
Patches applied:
* apt@packages.debian.org/apt--main--0--patch-98
Install only one keyring on each branch (Closes: #316119)
* apt@packages.debian.org/apt--main--0--patch-99
Finalize 0.6.39
* apt@packages.debian.org/apt--ubuntu--0--patch-7
Merge with mainline
* apt@packages.debian.org/apt--ubuntu--0--patch-8
install only the ubuntu keyring
* apt@packages.debian.org/apt--ubuntu--0--patch-9
Finalize 0.6.39
* apt@packages.debian.org/apt--ubuntu--0--patch-10
Merge with mainline
* apt@packages.debian.org/apt--ubuntu--0--patch-11
Update configure.in
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index c91e09ab3..619daf8f6 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -64,9 +64,6 @@ class pkgDepCache : protected pkgCache::Namespace enum VersionTypes {NowVersion, InstallVersion, CandidateVersion}; enum ModeList {ModeDelete = 0, ModeKeep = 1, ModeInstall = 2}; - // Flags for the GC - enum ChangedReason {Manual, UserAuto, Libapt, FromResolver, PkgIsUnused}; - struct StateCache { // Epoch stripped text versions of the two version fields @@ -84,10 +81,6 @@ class pkgDepCache : protected pkgCache::Namespace unsigned short iFlags; // Internal flags // mark and sweep flags - ChangedReason InstallReason; -#if 0 - ChangedReason RemoveReason; -#endif bool Marked; bool Garbage; |