Package: dchroot Source: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 1008 Depends: schroot (= 1.3.1-1debathena1~ubuntu9.04), libboost-program-options1.37.0 (>= 1.37.0-1), libboost-regex1.37.0 (>= 1.37.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblockdev1, libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.2.1), libuuid1 (>= 1.05), schroot-common (= 1.3.1-1debathena1~ubuntu9.04) Suggests: debootstrap Provides: debathena-dchroot Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/dchroot_1.3.1-1debathena1~ubuntu9.04_amd64.deb Size: 315288 SHA256: a4fd40452ff6608e70f031a2400b567eea94912fbd44deab56da78a23fe719e8 SHA1: 0f21dce82f23b1079557f3d380c874e0c5017eb8 MD5sum: f6224a25807ff995f835be9586925f14 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. . NOTE: the schroot package provides a better implementation of dchroot. In particular: * dchroot quoting issues are not present. dchroot runs commands in the chroot with -c option of the user's default shell; when multiple command options are used, the options are concatenated together, separated by spaces. This concatenation breaks shell quoting. * schroot implements fine-grained access controls based on users and groups, either of which may be granted the ability to gain root access to the chroot if required. Using schroot will avoid these issues, as well as provide additional functionality dchroot does not possess. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem. Package: dchroot-dsa Source: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 1004 Depends: schroot (= 1.3.1-1debathena1~ubuntu9.04), libboost-program-options1.37.0 (>= 1.37.0-1), libboost-regex1.37.0 (>= 1.37.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblockdev1, libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.2.1), libuuid1 (>= 1.05), schroot-common (= 1.3.1-1debathena1~ubuntu9.04) Suggests: debootstrap Provides: debathena-dchroot-dsa Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/dchroot-dsa_1.3.1-1debathena1~ubuntu9.04_amd64.deb Size: 313642 SHA256: 45458410d935346492c5102868c7abb961a6b2b47466087cd64f7d56bd91618b SHA1: b79d8bc6f70c80b7fded4602bc7fc1a082ddf8f5 MD5sum: 39330d425fc3918990976bc67eedacef 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. . NOTE: the schroot package provides a better implementation of dchroot-dsa. In particular: * dchroot-dsa only allows the specification of a single command with an absolute path, and no options may be used with the command; schroot allows the use of relative and absolute paths with no limit on the number of options. * dchroot-dsa only allows one chroot to be used at once; schroot will allow the use of as many chroots as desired. * dchroot-dsa allows access to be restricted to named users; schroot implements finer-grained access controls based on users and groups, either of which may be granted the ability to gain root access to the chroot if required. Using schroot will avoid these issues, as well as provide significant additional functionality dchroot-dsa does not possess. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem. Package: libsbuild-dev Source: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 8448 Depends: pkg-config (>= 0.14.0) Suggests: schroot-dbg, libsbuild-doc Provides: debathena-libsbuild-dev Priority: optional Section: debathena-system/libdevel Filename: pool/debathena-system/s/schroot/libsbuild-dev_1.3.1-1debathena1~ubuntu9.04_amd64.deb Size: 1672110 SHA256: 4f096fcf82f979e19e629fa04f0c7fc100089e000710d999de3a33a8dd661002 SHA1: cadf084226e45cf6a081d4f9497ca33e34bedd39 MD5sum: 54f1239c0a503a4b6cd023e175372515 Description: development files for the Debian source builder sbuild provides facilities to manage and access chroots, as part of schroot. . 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-user or 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. . This package contains the header files and static library needed to develop applications which make use of sbuild. Once the API and ABI are stable, a shared library will replace the static library. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem. Package: libsbuild-doc Source: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: all Maintainer: Debian buildd-tools Developers Installed-Size: 11832 Suggests: libsbuild-dev Provides: debathena-libsbuild-doc Priority: optional Section: debathena-system/doc Filename: pool/debathena-system/s/schroot/libsbuild-doc_1.3.1-1debathena1~ubuntu9.04_all.deb Size: 5916944 SHA256: 072eb3a6f99a87de680b071ebdd5814d37a050dcbc7214ff0f2adfec9f2da9e3 SHA1: 92d5d4d6a0f76addd7f6e6e15f8e5f682651b305 MD5sum: 79ee177fe0fbaff25e110270165f3081 Description: development documentation for the Debian source builder sbuild provides facilities to manage and access chroots, as part of schroot. . 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-user or 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. . This package contains the API documentation needed to develop applications which make use of sbuild. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem. Package: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 2168 Depends: libboost-filesystem1.37.0 (>= 1.37.0-1), libboost-program-options1.37.0 (>= 1.37.0-1), libboost-regex1.37.0 (>= 1.37.0-1), libboost-system1.37.0 (>= 1.37.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblockdev1, libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.2.1), libuuid1 (>= 1.05), schroot-common (= 1.3.1-1debathena1~ubuntu9.04) Suggests: debootstrap, lvm2, unzip, aufs-modules | unionfs-modules Enhances: sbuild Conflicts: dchroot (<< 0.13) Provides: debathena-schroot Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/schroot_1.3.1-1debathena1~ubuntu9.04_amd64.deb Size: 668372 SHA256: 10dd34a25e10006baad90a18d7531109ad0faf3273487eedf160535d4471582e SHA1: dc770f7fddfdd41e7d87f342f2d016fde1aff239 MD5sum: f612502f8de2392aacff0923e5bd30e7 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-user or 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 (tar with optional compression and zip) and LVM snapshots are also supported. . schroot supports kernel personalities, allowing the programs run inside the chroot to have a different personality. For example, running 32-bit chroots on 64-bit systems, or even running binaries from alternative operating systems such as SVR4 or Xenix. . schroot also integrates with sbuild, to allow building packages with all supported chroot types, including session-managed chroot types such as LVM snapshots. . schroot shares most of its options with dchroot, but offers vastly more functionality. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem. Package: schroot-common Source: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: all Maintainer: Debian buildd-tools Developers Installed-Size: 348 Replaces: schroot (<< 1.1.1) Provides: debathena-schroot-common Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/schroot-common_1.3.1-1debathena1~ubuntu9.04_all.deb Size: 64576 SHA256: 7ddacb2dd3713932ee6898d73126b6b5f8db1e3ece653361c650dacdccc27b4f SHA1: 7cf03a1ba4002c9f6bd1f2545b6263caf5258cd5 MD5sum: fa9f1f132e102cdbf6af1d6e96c903e1 Description: common files for schroot 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-user or 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. . This package provides translations for localisation of schroot programs. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem. Package: schroot-dbg Source: schroot Version: 1.3.1-1debathena1~ubuntu9.04 Architecture: amd64 Maintainer: Debian buildd-tools Developers Installed-Size: 56388 Depends: schroot (= 1.3.1-1debathena1~ubuntu9.04) | dchroot (= 1.3.1-1debathena1~ubuntu9.04) | dchroot-dsa (= 1.3.1-1debathena1~ubuntu9.04) Conflicts: dchroot (>> 1.3.1-1debathena1~ubuntu9.04), dchroot (<< 1.3.1-1debathena1~ubuntu9.04), dchroot-dsa (>> 1.3.1-1debathena1~ubuntu9.04), dchroot-dsa (<< 1.3.1-1debathena1~ubuntu9.04), schroot (>> 1.3.1-1debathena1~ubuntu9.04), schroot (<< 1.3.1-1debathena1~ubuntu9.04) Provides: debathena-schroot-dbg Priority: extra Section: debathena-system/debug Filename: pool/debathena-system/s/schroot/schroot-dbg_1.3.1-1debathena1~ubuntu9.04_amd64.deb Size: 15996532 SHA256: 60138e80486fb76508fbcdb10ff932848380505645597a0619f355d415c33cc1 SHA1: d2d965a14928e1a2afb3e1fe19b41de35d2350b1 MD5sum: fd29abfb3b3099b8d9dbe4ade0e4a832 Description: schroot, dchroot and dchroot-dsa debuggging symbols sbuild provides facilities to manage and access chroots, as part of schroot. . 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-user or 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. . This package contains debugging symbols for the schroot, dchroot and dchroot-dsa packages. . This package was rebuilt for the Debathena project to allow union chroots on the root filesystem.