From: Russ Allbery Date: Sat, 20 Jun 2009 01:15:15 +0000 (-0700) Subject: Add cross-references to Breaks and Conflicts in dependency section X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=85949103f425b1d83cb3a514176ca766e7e85432;p=debian%2Fdebian-policy.git Add cross-references to Breaks and Conflicts in dependency section * Add references to the sections on Breaks and Conflicts to the section on binary dependencies. Thanks, Frank Küster. (Closes: #529771) --- diff --git a/debian/changelog b/debian/changelog index dce0eb9..5544823 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ debian-policy (3.8.2.1) UNRELEASED; urgency=low * Breaks is now supported by the stable release of dpkg, so drop warnings against its use. Thanks, Steve Langasek. (Closes: #533577) + * Add references to the sections on Breaks and Conflicts to the section + on binary dependencies. Thanks, Frank Küster. (Closes: #529771) -- Russ Allbery Thu, 18 Jun 2009 15:59:48 -0700 diff --git a/policy.sgml b/policy.sgml index e92793b..0a924f7 100644 --- a/policy.sgml +++ b/policy.sgml @@ -4255,6 +4255,9 @@ Build-Depends: foo [!i386] | bar [!amd64] This is done using the Depends, Pre-Depends, Recommends, Suggests, Enhances, Breaks and Conflicts control file fields. + Breaks is described in , and + Conflicts is described in . The + rest are described below.