Source: schroot
Section: admin
Priority: optional
Maintainer: Debian buildd-tools Developers <buildd-tools-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>, Luk Claes <luk@debian.org>, Roger Leigh <rleigh@debian.org>, Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config (>= 0.20), libpam0g-dev (>= 0.79-3.1), uuid-dev, liblockdev1-dev (>= 1.0.2-1), libboost-dev, libboost-program-options-dev, libboost-regex-dev, gettext, libcppunit-dev
Standards-Version: 3.7.2

Package: schroot
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: dchroot (<< 0.13)
Enhances: sbuild
Suggests: debootstrap, lvm-common, unzip
Description: Execute commands in a chroot environment
 schroot allows users to execute commands or interactive shells
 in different chroots.  Any number of named chroots may be
 created, and access permissions given to each, including root
 access for normal users, on a per-group basis.  Additionally,
 schroot can switch to a different user in the chroot, using PAM
 for authentication and authorisation.  All operations are logged
 for security.
 .
 Several different types of chroot are supported, including normal
 directories in the filesystem, and also block devices.  Sessions,
 persistent chroots created on the fly from files and LVM snapshots
 are also supported.
 .
 schroot also integrates with sbuild, to allow building packages with
 all supported chroot types, including sessions.
 .
 schroot shares most of its options with dchroot, but offers vastly
 more functionality.

Package: dchroot
Architecture: any
Suggests: debootstrap
Depends: schroot (= ${Source-Version}), ${shlibs:Depends}
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',
 'testing' and 'unstable' chroots.  Users can move between chroots as
 necessary.

Package: dchroot-dsa
Architecture: any
Suggests: debootstrap
Depends: schroot (= ${Source-Version}), ${shlibs:Depends}
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',
 'testing' and 'unstable' chroots.  Users can move between chroots as
 necessary.
 .
 This package provides a dchroot-dsa binary which is compatible with
 the command-line options and configuration file format used by the
 dchroot-dsa dchroot maintained by the Debian System Administrators
 used on machines administered for the Debian Project.