~ubuntu-core-dev/apt/ubuntu

« back to all changes in this revision

Viewing changes to doc/cache.sgml

* merged the apt-breaks-iwj branch
* pulled in the other remaining ubuntu changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
492
492
Dependency contains the information for a single dependency record. The records
493
493
are split up like this to ease processing by the client. The base of list
494
494
linked list is Version.DependsList. All forms of dependencies are recorded
495
 
here including Conflicts, Suggests and Recommends.
 
495
here including Conflicts, Breaks, Suggests and Recommends.
496
496
 
497
497
<p>
498
498
Multiple depends on the same package must be grouped together in 
671
671
#define pkgDEP_Recommends 4
672
672
#define pkgDEP_Conflicts 5
673
673
#define pkgDEP_Replaces 6
 
674
#define pkgDEP_Breaks 8
674
675
</example>
675
676
</sect1>
676
677