diff options
author | Roger Leigh <rleigh@debian.org> | 2011-11-27 20:55:41 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2011-11-27 20:55:41 +0000 |
commit | ec96214874e9a4671c8818a5f144157e15b7f035 (patch) | |
tree | df9777ac4b6d56169cf11d0eaf1ba654fda45424 /debian/control | |
parent | c79ac3306006e0119dc5bfa85ebd8d0737d772ec (diff) | |
download | schroot-ec96214874e9a4671c8818a5f144157e15b7f035.tar.gz |
debian: Fix missing comma in dependency
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1e761886..ed020739 100644 --- a/debian/control +++ b/debian/control @@ -179,7 +179,7 @@ Package: dchroot-dsa Architecture: any Suggests: debootstrap Depends: - ${misc:Depends}, ${shlibs:Depends} + ${misc:Depends}, ${shlibs:Depends}, schroot (= ${binary:Version}), ${shlibs:Depends}, schroot-common (=${source:Version}) Description: Execute commands in a chroot environment |