summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2007-07-08 18:35:43 +0000
committerRoger Leigh <rleigh@debian.org>2007-07-08 18:35:43 +0000
commitee227e127d5b8e249210373bfe066f6957780504 (patch)
tree3f00354f31faf1c3f54d7776fe52fd3edb0c6fd4 /debian/control
parentfed9ac4e3a2e488ac1a9903932fc7b132b68fa1b (diff)
downloadschroot-ee227e127d5b8e249210373bfe066f6957780504.tar.gz
* debian/control: Use ${binary:Version}.
* debian/schroot.preinst: In prep_mv_conffile(), use dpkg-query in place of reading /var/lib/dpkg/status directly.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 77a466b1..46b2fc13 100644
--- a/debian/control
+++ b/debian/control
@@ -95,7 +95,7 @@ Description: Execute commands in a chroot environment
Package: dchroot
Architecture: any
Suggests: debootstrap
-Depends: schroot (= ${Source-Version}), ${shlibs:Depends}, schroot-common (=${source:Version})
+Depends: schroot (= ${binary:Version}), ${shlibs:Depends}, schroot-common (=${source:Version})
Description: Execute commands in a chroot environment
dchroot allows users to execute commands or interactive shells in
different chroots. A typical installation might provide 'stable',
@@ -118,7 +118,7 @@ Description: Execute commands in a chroot environment
Package: dchroot-dsa
Architecture: any
Suggests: debootstrap
-Depends: schroot (= ${Source-Version}), ${shlibs:Depends}, schroot-common (=${source:Version})
+Depends: schroot (= ${binary:Version}), ${shlibs:Depends}, schroot-common (=${source:Version})
Description: Execute commands in a chroot environment
dchroot allows users to execute commands or interactive shells in
different chroots. A typical installation might provide 'stable',