fakeroot 1.20-1 source package in Ubuntu

Changelog

fakeroot (1.20-1) unstable; urgency=low


  * Patch from Andrew Shadura to fix fts_statp-related segfault.
    closes: #722596.
  * Use colon as a delimiter for preload libs. closes: #697430.
  * Patch from Steve Langasek to add support for wrapping
    setpriority(). closes: #693580.

 -- Clint Adams <email address hidden>  Fri, 20 Sep 2013 09:55:31 -0400

Upload details

Uploaded by:
Clint Adams
Uploaded to:
Sid
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.20-1.dsc 2.0 KiB 3810211757d77acd8cd25104dfcc2fea430bbc3abb9739845e4a2865eaccc801
fakeroot_1.20.orig.tar.bz2 314.0 KiB 2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
fakeroot_1.20-1.debian.tar.gz 55.9 KiB 9ad8d568b42798fa96f0c91e8b45e3a6593c09a5668af2abd303aa58074a04df

Available diffs

No changes file available.

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.
 .
 This package contains fakeroot command and the daemon that remembers
 fake ownership/permissions of files manipulated by fakeroot
 processes.