fakeroot 1.17-1 source package in Ubuntu

Changelog

fakeroot (1.17-1) unstable; urgency=low

  * Revert access() support patch.  closes: #630129.
 -- Steve Langasek <email address hidden>   Thu,  25 Aug 2011 01:38:49 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Oneiric
Original maintainer:
Clint Adams
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fakeroot_1.17.orig.tar.bz2 285.8 KiB 1271827639a3c0856e69cbbf2637ef618fee819b0f734a9bd6c05f55b1bee72b
fakeroot_1.17-1.debian.tar.gz 114.5 KiB 80d6b099bd3a095c230a7135fff25b0337de69bb214c761c53eac71732c4d269
fakeroot_1.17-1.dsc 1.9 KiB 4215786a36fc8d6722dfd2403155e5703e77b2dee92a1c9337621137c33704a2

Available diffs

View changes file

Binary packages built by this source

fakeroot: 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.