File: control

package info (click to toggle)
fakechroot 2.20.1%2Bds-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,856 kB
  • sloc: ansic: 7,649; sh: 1,914; makefile: 374; perl: 191; java: 5
file content (47 lines) | stat: -rw-r--r-- 1,509 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
Source: fakechroot
Maintainer: Johannes Schauer Marin Rodrigues <josch@debian.org>
Section: utils
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dpkg-dev (>= 1.17.14),
 gnu-which,
 libjemalloc-dev (>= 5.2.1-4) <!nocheck>,
Standards-Version: 4.6.0.1
Homepage: https://github.com/dex4er/fakechroot
Vcs-Git: https://salsa.debian.org/debian/fakechroot.git
Vcs-Browser: https://salsa.debian.org/debian/fakechroot
Rules-Requires-Root: no

Package: fakechroot
Architecture: all
Depends:
 binutils,
 libfakechroot (<< ${source:Version}.1~),
 libfakechroot (>= ${source:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: gives a fake chroot environment - utilities
 The fakechroot preloads a library which overrides libc functions, so
 it is possible to use root-specific tools without root privileges.
 .
 In fake chroot you can install i.e. Debian bootstrap, create developer's
 environment and build packages inside chroot'ed system using standard
 non-root user account.

Package: libfakechroot
Section: libs
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: gives a fake chroot environment - runtime
 This package provides a library which overrides libc functions, so
 it is possible to use root-specific tools without root privileges.
 .
 In fake chroot you can install i.e. Debian bootstrap, create developer's
 environment and build packages inside chroot'ed system using standard
 non-root user account.