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/dpkg-tech.sgml | |
parent | 857a1d4aafc7fd4cc9d1f22c7ef4d274b09c2906 (diff) |
initial Breaks implementation
Diffstat (limited to 'doc/dpkg-tech.sgml')
-rw-r--r-- | doc/dpkg-tech.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dpkg-tech.sgml b/doc/dpkg-tech.sgml index 23372d71f..7c6e023dd 100644 --- a/doc/dpkg-tech.sgml +++ b/doc/dpkg-tech.sgml @@ -46,6 +46,8 @@ The basic dpkg package control file supports the following major features:- productivity of the package <item>Conflicts, to specify a package which must NOT be installed in order for the package to be configured + <item>Breaks, to specify a package which is broken by the + package and which should therefore not be configured while broken </list> Each of these dependencies can specify a version and a depedency on that version, for example "<= 0.5-1", "== 2.7.2-1", etc. The comparators available |