a b c d e f g h i j k l m n o p q r s t u v w x y z
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 to operate.
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.
--- 2368 Thu Jan 1 00:00:00 1970
+++ 18809 Thu Jan 1 00:00:00 1970
@@ -6,4 +6,4 @@
which provides wrappers around getuid, chown, chmod, mknod,
stat, and so on, thereby creating a fake root environment.
.
- fakeroot requires SYSV IPC to operate.
+ fakeroot requires SYSV IPC or TCP to operate.