File: control

package info (click to toggle)
linux-user-chroot 2013.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 148 kB
  • ctags: 23
  • sloc: ansic: 366; makefile: 12; sh: 12
file content (29 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download
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
Source: linux-user-chroot
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev
Standards-Version: 3.9.4
Homepage: https://git.gnome.org/browse/linux-user-chroot/
Vcs-Git: git://anonscm.debian.org/collab-maint/linux-user-chroot.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/linux-user-chroot.git

Package: linux-user-chroot
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: setuid helper for making bind mounts and chrooting
 This tool allows regular (non-root) users to call chroot(2), create Linux
 bind mounts, and use some Linux container features.  It's primarily intended
 for use by build systems.

Package: linux-user-chroot-dbg
Section: debug
Priority: extra
Architecture: any
Depends: linux-user-chroot (= ${binary:Version}), ${misc:Depends}
Description: setuid helper for making bind mounts and chrooting (debug files)
 This tool allows regular (non-root) users to call chroot(2), create Linux
 bind mounts, and use some Linux container features.  It's primarily intended
 for use by build systems.
 .
 This package contains the debug files.