X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/851389e73f0273b93338f49532664ecac13886a0..b7c5ca8c3138c2a8045bb4ef3545cb348a05e67b:/doc/cache.sgml diff --git a/doc/cache.sgml b/doc/cache.sgml index b0dab0d83..aea5a45c3 100644 --- a/doc/cache.sgml +++ b/doc/cache.sgml @@ -4,7 +4,7 @@ APT Cache File Format Jason Gunthorpe jgg@debian.org -$Id: cache.sgml,v 1.10 2002/09/15 23:14:34 jgg Exp $ +$Id: cache.sgml,v 1.11 2003/02/12 15:05:44 doogie Exp $ This document describes the complete implementation and format of the APT @@ -28,7 +28,7 @@ option) any later version.

For more details, on Debian GNU/Linux systems, see the file -/usr/doc/copyright/GPL for the full license. +/usr/share/common-licenses/GPL for the full license. @@ -492,7 +492,7 @@ This is the parsed priority value of the package. Dependency contains the information for a single dependency record. The records are split up like this to ease processing by the client. The base of list linked list is Version.DependsList. All forms of dependencies are recorded -here including Conflicts, Suggests and Recommends. +here including Conflicts, Breaks, Suggests and Recommends.

Multiple depends on the same package must be grouped together in @@ -671,6 +671,7 @@ of them. #define pkgDEP_Recommends 4 #define pkgDEP_Conflicts 5 #define pkgDEP_Replaces 6 +#define pkgDEP_Breaks 8 @@ -720,6 +721,8 @@ or'd with the current package. #define pkgSTATE_HalfInstalled 4 #define pkgSTATE_ConfigFiles 5 #define pkgSTATE_Installed 6 +#define pkgSTATE_TriggersAwaited 7 +#define pkgSTATE_TriggersPending 8