diff options
author | Ian Jackson <ian@liberator> | 2006-08-25 15:39:15 +0100 |
---|---|---|
committer | Ian Jackson <ian@liberator> | 2006-08-25 15:39:15 +0100 |
commit | 308c7d30ed2e937cde65e5fed8cbf717fba113c3 (patch) | |
tree | fcfeac452dc4432f365ec6aa4b0cdc8a590d4d3b /doc/cache.sgml | |
parent | 857a1d4aafc7fd4cc9d1f22c7ef4d274b09c2906 (diff) |
initial Breaks implementation
Diffstat (limited to 'doc/cache.sgml')
-rw-r--r-- | doc/cache.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cache.sgml b/doc/cache.sgml index aa87db986..e257dcd81 100644 --- a/doc/cache.sgml +++ b/doc/cache.sgml @@ -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. <p> 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 </example> </sect1> |