summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3288e424f64b8b259cf7600cce0f3dd5f53b91ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: schroot
Section: admin
Priority: optional
Maintainer: Debian buildd-tools Developers <buildd-tools-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@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, gettext, libcppunit-dev
Standards-Version: 3.7.2

Package: schroot
Architecture: any
Depends: ${shlibs:Depends}
Provides: dchroot
Conflicts: dchroot
Replaces: dchroot
Enhances: sbuild
Suggests: 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.  A dchroot compatibility wrapper is also
 provided, offering the same functionality as the dchroot package.