summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..784ebd3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: fakeroot
+Section: utils
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ libacl1-dev,
+ libcap-dev [linux-any],
+ libcap2-bin [linux-any],
+ po4a,
+ sharutils
+Maintainer: Clint Adams <clint@debian.org>
+Standards-Version: 4.1.4
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/clint/fakeroot.git
+Vcs-Browser: https://salsa.debian.org/clint/fakeroot
+
+Package: fakeroot
+Architecture: any
+Multi-Arch: foreign
+Depends: libfakeroot (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: tool for simulating superuser privileges
+ fakeroot provides a fake "root environment" by means of LD_PRELOAD and
+ SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
+ stat(), and other file-manipulation functions, so that unprivileged
+ users can (for instance) populate .deb archives with root-owned files;
+ various build tools use fakeroot for this by default.
+ .
+ This package contains fakeroot command and the daemon that remembers
+ fake ownership/permissions of files manipulated by fakeroot
+ processes.
+
+Package: libfakeroot
+Architecture: any
+Multi-Arch: same
+Replaces: fakeroot (<< 1.20-2~)
+Breaks: fakeroot (<< 1.20-2~)
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: tool for simulating superuser privileges - shared libraries
+ fakeroot provides a fake "root environment" by means of LD_PRELOAD and
+ SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
+ stat(), and other file-manipulation functions, so that unprivileged
+ users can (for instance) populate .deb archives with root-owned files;
+ various build tools use fakeroot for this by default.
+ .
+ This package contains the LD_PRELOAD libraries.