1 | Source: schroot |
---|
2 | Section: debathena-system/admin |
---|
3 | Priority: optional |
---|
4 | Maintainer: Debian buildd-tools Developers <buildd-tools-devel@lists.alioth.debian.org> |
---|
5 | Uploaders: Michael Banck <mbanck@debian.org>, Luk Claes <luk@debian.org>, Roger Leigh <rleigh@debian.org>, Francesco Paolo Lovergine <frankie@debian.org> |
---|
6 | Build-Depends: debhelper (>= 7.0.0), autotools-dev, pkg-config (>= 0.20), libpam0g-dev (>= 0.79-3.1), uuid-dev, liblockdev1-dev (>= 1.0.2), libboost1.40-dev, libboost-program-options1.40-dev, libboost-regex1.40-dev, libboost-filesystem1.40-dev, gettext, libcppunit-dev, doxygen, graphviz |
---|
7 | Standards-Version: 3.8.3 |
---|
8 | Vcs-Browser: http://git.debian.org/?p=buildd-tools/schroot.git |
---|
9 | Vcs-Git: git://git.debian.org/git/buildd-tools/schroot |
---|
10 | |
---|
11 | Package: schroot-common |
---|
12 | Architecture: all |
---|
13 | Depends: ${misc:Depends} |
---|
14 | Replaces: schroot (<< 1.1.1) |
---|
15 | Description: common files for schroot |
---|
16 | schroot allows users to execute commands or interactive shells in |
---|
17 | different chroots. Any number of named chroots may be created, and |
---|
18 | access permissions given to each, including root access for normal |
---|
19 | users, on a per-user or per-group basis. Additionally, schroot can |
---|
20 | switch to a different user in the chroot, using PAM for |
---|
21 | authentication and authorisation. All operations are logged for |
---|
22 | security. |
---|
23 | . |
---|
24 | This package provides translations for localisation of schroot |
---|
25 | programs. |
---|
26 | |
---|
27 | Package: libsbuild-dev |
---|
28 | Architecture: any |
---|
29 | Section: debathena-system/libdevel |
---|
30 | Depends: ${misc:Depends}, pkg-config (>= 0.14.0) |
---|
31 | Suggests: schroot-dbg, libsbuild-doc |
---|
32 | Description: development files for the Debian source builder |
---|
33 | sbuild provides facilities to manage and access chroots, as part of |
---|
34 | schroot. |
---|
35 | . |
---|
36 | schroot allows users to execute commands or interactive shells in |
---|
37 | different chroots. Any number of named chroots may be created, and |
---|
38 | access permissions given to each, including root access for normal |
---|
39 | users, on a per-user or per-group basis. Additionally, schroot can |
---|
40 | switch to a different user in the chroot, using PAM for |
---|
41 | authentication and authorisation. All operations are logged for |
---|
42 | security. |
---|
43 | . |
---|
44 | This package contains the header files and static library needed to |
---|
45 | develop applications which make use of sbuild. Once the API and ABI |
---|
46 | are stable, a shared library will replace the static library. |
---|
47 | |
---|
48 | Package: schroot-dbg |
---|
49 | Architecture: any |
---|
50 | Section: debathena-system/debug |
---|
51 | Priority: extra |
---|
52 | Depends: ${misc:Depends}, schroot (= ${binary:Version}) | dchroot (= ${binary:Version}) |
---|
53 | | dchroot-dsa (= ${binary:Version}) |
---|
54 | Conflicts: schroot (<< ${binary:Version}), schroot (>> ${binary:Version}), |
---|
55 | dchroot (<< ${binary:Version}), dchroot (>>${binary:Version}), |
---|
56 | dchroot-dsa (<< ${binary:Version}), dchroot-dsa (>>${binary:Version}) |
---|
57 | Description: schroot, dchroot and dchroot-dsa debuggging symbols |
---|
58 | sbuild provides facilities to manage and access chroots, as part of |
---|
59 | schroot. |
---|
60 | . |
---|
61 | schroot allows users to execute commands or interactive shells in |
---|
62 | different chroots. Any number of named chroots may be created, and |
---|
63 | access permissions given to each, including root access for normal |
---|
64 | users, on a per-user or per-group basis. Additionally, schroot can |
---|
65 | switch to a different user in the chroot, using PAM for |
---|
66 | authentication and authorisation. All operations are logged for |
---|
67 | security. |
---|
68 | . |
---|
69 | This package contains debugging symbols for the schroot, dchroot |
---|
70 | and dchroot-dsa packages. |
---|
71 | |
---|
72 | Package: libsbuild-doc |
---|
73 | Architecture: all |
---|
74 | Section: debathena-system/doc |
---|
75 | Depends: ${misc:Depends} |
---|
76 | Suggests: libsbuild-dev |
---|
77 | Description: development documentation for the Debian source builder |
---|
78 | sbuild provides facilities to manage and access chroots, as part of |
---|
79 | schroot. |
---|
80 | . |
---|
81 | schroot allows users to execute commands or interactive shells in |
---|
82 | different chroots. Any number of named chroots may be created, and |
---|
83 | access permissions given to each, including root access for normal |
---|
84 | users, on a per-user or per-group basis. Additionally, schroot can |
---|
85 | switch to a different user in the chroot, using PAM for |
---|
86 | authentication and authorisation. All operations are logged for |
---|
87 | security. |
---|
88 | . |
---|
89 | This package contains the API documentation needed to develop |
---|
90 | applications which make use of sbuild. |
---|
91 | |
---|
92 | Package: schroot |
---|
93 | Architecture: any |
---|
94 | Depends: ${shlibs:Depends}, ${misc:Depends}, schroot-common (=${source:Version}) |
---|
95 | Conflicts: dchroot (<< 0.13) |
---|
96 | Enhances: sbuild |
---|
97 | Suggests: debootstrap, lvm2, unzip, aufs-modules | unionfs-modules |
---|
98 | Description: Execute commands in a chroot environment |
---|
99 | schroot allows users to execute commands or interactive shells in |
---|
100 | different chroots. Any number of named chroots may be created, and |
---|
101 | access permissions given to each, including root access for normal |
---|
102 | users, on a per-user or per-group basis. Additionally, schroot can |
---|
103 | switch to a different user in the chroot, using PAM for |
---|
104 | authentication and authorisation. All operations are logged for |
---|
105 | security. |
---|
106 | . |
---|
107 | Several different types of chroot are supported, including normal |
---|
108 | directories in the filesystem, and also block devices. Sessions, |
---|
109 | persistent chroots created on the fly from files (tar with optional |
---|
110 | compression and zip) and LVM snapshots are also supported. |
---|
111 | . |
---|
112 | schroot supports kernel personalities, allowing the programs run |
---|
113 | inside the chroot to have a different personality. For example, |
---|
114 | running 32-bit chroots on 64-bit systems, or even running binaries |
---|
115 | from alternative operating systems such as SVR4 or Xenix. |
---|
116 | . |
---|
117 | schroot also integrates with sbuild, to allow building packages with |
---|
118 | all supported chroot types, including session-managed chroot types |
---|
119 | such as LVM snapshots. |
---|
120 | . |
---|
121 | schroot shares most of its options with dchroot, but offers vastly |
---|
122 | more functionality. |
---|
123 | |
---|
124 | Package: dchroot |
---|
125 | Architecture: any |
---|
126 | Suggests: debootstrap |
---|
127 | Depends: ${misc:Depends}, schroot (= ${binary:Version}), ${shlibs:Depends}, schroot-common (=${source:Version}) |
---|
128 | Description: Execute commands in a chroot environment |
---|
129 | dchroot allows users to execute commands or interactive shells in |
---|
130 | different chroots. A typical installation might provide 'stable', |
---|
131 | 'testing' and 'unstable' chroots. Users can move between chroots as |
---|
132 | necessary. |
---|
133 | . |
---|
134 | NOTE: the schroot package provides a better implementation of |
---|
135 | dchroot. In particular: |
---|
136 | * dchroot quoting issues are not present. dchroot runs commands in |
---|
137 | the chroot with -c option of the user's default shell; when |
---|
138 | multiple command options are used, the options are concatenated |
---|
139 | together, separated by spaces. This concatenation breaks shell |
---|
140 | quoting. |
---|
141 | * schroot implements fine-grained access controls based on users |
---|
142 | and groups, either of which may be granted the ability to gain |
---|
143 | root access to the chroot if required. |
---|
144 | Using schroot will avoid these issues, as well as provide additional |
---|
145 | functionality dchroot does not possess. |
---|
146 | |
---|
147 | Package: dchroot-dsa |
---|
148 | Architecture: any |
---|
149 | Suggests: debootstrap |
---|
150 | Depends: ${misc:Depends}, schroot (= ${binary:Version}), ${shlibs:Depends}, schroot-common (=${source:Version}) |
---|
151 | Description: Execute commands in a chroot environment |
---|
152 | dchroot allows users to execute commands or interactive shells in |
---|
153 | different chroots. A typical installation might provide 'stable', |
---|
154 | 'testing' and 'unstable' chroots. Users can move between chroots as |
---|
155 | necessary. |
---|
156 | . |
---|
157 | This package provides a dchroot-dsa binary which is compatible with |
---|
158 | the command-line options and configuration file format used by the |
---|
159 | dchroot-dsa dchroot maintained by the Debian System Administrators |
---|
160 | used on machines administered for the Debian Project. |
---|
161 | . |
---|
162 | NOTE: the schroot package provides a better implementation of |
---|
163 | dchroot-dsa. In particular: |
---|
164 | * dchroot-dsa only allows the specification of a single command with |
---|
165 | an absolute path, and no options may be used with the command; |
---|
166 | schroot allows the use of relative and absolute paths with no |
---|
167 | limit on the number of options. |
---|
168 | * dchroot-dsa only allows one chroot to be used at once; schroot will |
---|
169 | allow the use of as many chroots as desired. |
---|
170 | * dchroot-dsa allows access to be restricted to named users; schroot |
---|
171 | implements finer-grained access controls based on users and groups, |
---|
172 | either of which may be granted the ability to gain root access to |
---|
173 | the chroot if required. |
---|
174 | Using schroot will avoid these issues, as well as provide significant |
---|
175 | additional functionality dchroot-dsa does not possess. |
---|