1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: fakeroot
Section: utils
Priority: optional
Build-Depends: sharutils, gcc-multilib [amd64 i386 kfreebsd-amd64 powerpc s390 sparc], lib64c-dev [i386 powerpc s390 sparc], lib32c-dev [amd64 kfreebsd-amd64 ppc64], libacl1-dev
Maintainer: Clint Adams <schizo@debian.org>
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/private/schizo/fakeroot.git
Vcs-Browser: http://git.debian.org/?p=private/schizo/fakeroot.git;a=summary
Package: fakeroot
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libc6-dev-i386 (<= 2.9-13)
Description: Gives a fake root environment
This package is intended to enable something like:
dpkg-buildpackage -rfakeroot
i.e. to remove the need to become root for a package build.
This is done by setting LD_PRELOAD to libfakeroot.so,
which provides wrappers around getuid, chown, chmod, mknod,
stat, and so on, thereby creating a fake root environment.
.
fakeroot requires SYSV IPC or TCP to operate.
|