Source: fakeroot
Section: utils
Priority: optional
Build-Depends: sharutils, libacl1-dev, libcap-dev [linux-any], libcap2-bin [linux-any]
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Clint Adams <clint@debian.org>
Standards-Version: 3.9.5
Vcs-Git: git://git.debian.org/git/users/clint/fakeroot.git
Vcs-Browser: http://git.debian.org/?p=users/clint/fakeroot.git;a=summary

Package: fakeroot
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, libfakeroot (>= ${binary:Version}),
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: ${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.
