Package: dchroot Source: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 1056 Depends: schroot (= 1.4.0-1~debathena1~ubuntu9.10), libboost-filesystem1.40.0 (>= 1.40.0-1), libboost-program-options1.40.0 (>= 1.40.0-1), libboost-regex1.40.0 (>= 1.40.0-1), libboost-system1.40.0 (>= 1.40.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblockdev1, libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.4.0), libuuid1 (>= 2.16-1), schroot-common (= 1.4.0-1~debathena1~ubuntu9.10) Suggests: debootstrap Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/dchroot_1.4.0-1~debathena1~ubuntu9.10_i386.deb Size: 349606 SHA256: cf056570ba1e5fd0b8b85a9f0dc3753b137baefd7f9018e3e4c9ed70c15afd65 SHA1: 8fde821e76a8e14b0e928c54f9b879c52862faf4 MD5sum: a54b5cf2cb64232a13961ee17c84e5cc 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. Package: dchroot-dsa Source: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 1052 Depends: schroot (= 1.4.0-1~debathena1~ubuntu9.10), libboost-filesystem1.40.0 (>= 1.40.0-1), libboost-program-options1.40.0 (>= 1.40.0-1), libboost-regex1.40.0 (>= 1.40.0-1), libboost-system1.40.0 (>= 1.40.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblockdev1, libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.4.0), libuuid1 (>= 2.16-1), schroot-common (= 1.4.0-1~debathena1~ubuntu9.10) Suggests: debootstrap Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/dchroot-dsa_1.4.0-1~debathena1~ubuntu9.10_i386.deb Size: 349780 SHA256: 58b648ab74117bb4df240d518b1550f7ec626015552f46b143115579285eb9c6 SHA1: 047f28b44456f2b661284ffcfb9a887940d50bf0 MD5sum: 2ea87cfce2eb45d2e4c81f8765865beb 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. Package: libsbuild-dev Source: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 6436 Depends: pkg-config (>= 0.14.0) Suggests: schroot-dbg, libsbuild-doc Priority: optional Section: debathena-system/libdevel Filename: pool/debathena-system/s/schroot/libsbuild-dev_1.4.0-1~debathena1~ubuntu9.10_i386.deb Size: 1665150 SHA256: 63e5300a3f8fc6be63cac57e4a7fd51662ade826792e24cb0ebbd67081e377e2 SHA1: d072396160ca7fc134a1a5eecb0b6d94be5eccfc MD5sum: dc6ea7300f2f8b07b26e679f8e16399a 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. Package: libsbuild-doc Source: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: all Maintainer: Debian buildd-tools Developers Installed-Size: 42840 Suggests: libsbuild-dev Priority: optional Section: debathena-system/doc Filename: pool/debathena-system/s/schroot/libsbuild-doc_1.4.0-1~debathena1~ubuntu9.10_all.deb Size: 36981766 SHA256: d2e8abe48d25aceaf1f12bebfddb12fe29cb8f0bda0adb67f83ff0f03577c5f8 SHA1: d4e0c91e7bb0a4c5c73594bbeee168e8b85c2ec4 MD5sum: 5f751aafc91d8b95a2988d6a38cc195a 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. Package: nmh Version: 1.3-1debathena2~ubuntu9.10 Architecture: i386 Maintainer: Nick Rusnov Installed-Size: 5856 Depends: libc6 (>= 2.7), libdb4.7, liblockfile1 (>= 1.0), libncurses5 (>= 5.6+20071006-3), libsasl2-2, netbase (>= 3.16-1), base-files (>= 2.1.16) Recommends: mail-transport-agent, metamail Suggests: exmh, mh-e, xmh, mh-book Conflicts: mh Replaces: mh Provides: debathena-nmh, mail-reader, mh Priority: optional Section: debathena-system/mail Filename: pool/debathena-system/n/nmh/nmh_1.3-1debathena2~ubuntu9.10_i386.deb Size: 2226260 SHA256: 03088b61d882f44d5b6cd7002e3c28adc2868664468982e15e7ddd4994df48b2 SHA1: 3a52bb378d2aaff47e9b9f1cc29cbbf85ca0cd61 MD5sum: 1dfe3d21c465148575bea74b07aa9eef Description: A set of electronic mail handling programs This is the nmh mail user agent (reader/sender), a command-line based mail reader that is powerful and extensible. nmh is an excellent choice for people who receive and process a lot of mail. . Unlike most mail user agents, nmh is not a single program, rather it is a set of programs that are run from the shell. This allows the user to utilize the full power of the Unix shell in coordination with nmh. Various front-ends are available, such as mh-e (an emacs mode), xmh, and exmh (X11 clients). . nmh was originally based on MH version 6.8.3, and is intended to be a (mostly) compatible drop-in replacement for MH. . This package was rebuilt for the Debathena project. It adds a patch to to avoid losing mail if close() fails (as it can in AFS if you run over quota) when writing mailbox files, and a patch to wrap output from MIME mail in a pager. Package: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 2296 Depends: libboost-filesystem1.40.0 (>= 1.40.0-1), libboost-program-options1.40.0 (>= 1.40.0-1), libboost-regex1.40.0 (>= 1.40.0-1), libboost-system1.40.0 (>= 1.40.0-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblockdev1, libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.4.0), libuuid1 (>= 2.16-1), schroot-common (= 1.4.0-1~debathena1~ubuntu9.10) Suggests: debootstrap, lvm2, unzip, aufs-modules | unionfs-modules Enhances: sbuild Conflicts: dchroot (<< 0.13) Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/schroot_1.4.0-1~debathena1~ubuntu9.10_i386.deb Size: 821108 SHA256: c09de92cf35627b998c2156a2d3145e71143eeb058e73c60b2e506e08f18b5f9 SHA1: e3a7fa65227b1de973c0ca71f8179b2a5a98e263 MD5sum: 9c32169d5d54a16a1c26ad0d178e0737 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. Package: schroot-common Source: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: all Maintainer: Debian buildd-tools Developers Installed-Size: 512 Replaces: schroot (<< 1.1.1) Priority: optional Section: debathena-system/admin Filename: pool/debathena-system/s/schroot/schroot-common_1.4.0-1~debathena1~ubuntu9.10_all.deb Size: 197802 SHA256: 7b260c202d9ab48a1be6322028558bdf0a59d0b4e85f862bf0ec3d37f95fe91b SHA1: 1354896c5890a493d3b76f1c344d4e3f198e0073 MD5sum: b3655a698f498475ad1eff62a520bcc8 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. Package: schroot-dbg Source: schroot Version: 1.4.0-1~debathena1~ubuntu9.10 Architecture: i386 Maintainer: Debian buildd-tools Developers Installed-Size: 44276 Depends: schroot (= 1.4.0-1~debathena1~ubuntu9.10) | dchroot (= 1.4.0-1~debathena1~ubuntu9.10) | dchroot-dsa (= 1.4.0-1~debathena1~ubuntu9.10) Conflicts: dchroot (>> 1.4.0-1~debathena1~ubuntu9.10), dchroot (<< 1.4.0-1~debathena1~ubuntu9.10), dchroot-dsa (>> 1.4.0-1~debathena1~ubuntu9.10), dchroot-dsa (<< 1.4.0-1~debathena1~ubuntu9.10), schroot (>> 1.4.0-1~debathena1~ubuntu9.10), schroot (<< 1.4.0-1~debathena1~ubuntu9.10) Priority: extra Section: debathena-system/debug Filename: pool/debathena-system/s/schroot/schroot-dbg_1.4.0-1~debathena1~ubuntu9.10_i386.deb Size: 14847284 SHA256: 02a183ec5dd64837733870a8c82a006b30e362073b74bbf57676d5476c30f414 SHA1: 187dcb50b44e2d61c6e49fd00a60a0cb6b57c66a MD5sum: 3e9aff63c914d3f4b03c7b050c72d8a1 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.