File: control

package info (click to toggle)
fakeroot-ng 0.12-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,828 kB
  • ctags: 552
  • sloc: sh: 9,156; cpp: 3,186; ansic: 1,295; makefile: 132
file content (23 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: fakeroot-ng
Section: utils
Priority: extra
Maintainer: Shachar Shemesh <shachar@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, linux-kernel-headers
Standards-Version: 3.8.0.0

Package: fakeroot-ng
Architecture: i386 powerpc amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://sourceforge.net/projects/fakerootng
Description: Gives a fake root environment
 This is a clean reimplementation of the fakeroot command. Just like it,
 anything run within the fake root command will assume it is running as root.
 Unlike it, fakeroot-ng is not based on LD_PRELOAD but on ptrace.
 .
 The practical upshot of this is that the technology supports intercepting the
 "open" system call. In particular, this allows (though is not yet implemented)
 simulating the "chroot" command reliably.
 .
 Another important difference is that fakeroot-ng can fool applications that do
 not perform system calls through glibc, such as statically linked executables
 and programs written in some non-C languages (like the latest Sun JDK).