[buildd-tools-devel] [PATCH 11/12] [debian/control] Better dbg package dependencies

Jan-Marek Glogowski glogow at fbihome.de
Fri Jul 31 14:21:48 UTC 2009


Changes dependencies and adss conflicts to allows to install a
single binary package together with the dbg package.
---
 debian/control |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index bd0f5e4..5284e92 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,11 @@ Package: schroot-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: schroot (= ${binary:Version}), dchroot (= ${binary:Version}), dchroot-dsa (= ${binary:Version})
+Depends: schroot (= ${binary:Version}) | dchroot (= ${binary:Version}) 
+ | dchroot-dsa (= ${binary:Version})
+Conflicts: schroot (<< ${binary:Version}), schroot (>> ${binary:Version}),
+ dchroot (<< ${binary:Version}), dchroot (>>${binary:Version}),
+ dchroot-dsa (<< ${binary:Version}), dchroot-dsa (>>${binary:Version})
 Description: schroot, dchroot and dchroot-dsa debuggging symbols
  sbuild provides facilities to manage and access chroots, as part of
  schroot.
-- 
1.6.3.2




More information about the Buildd-tools-devel mailing list