X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/851389e73f0273b93338f49532664ecac13886a0..860ff9593b6d706136518693b2a82db6b769e17e:/doc/cache.sgml
diff --git a/doc/cache.sgml b/doc/cache.sgml
index b0dab0d83..e257dcd81 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