fakeroot 1.31-1 source package in Ubuntu

Changelog

fakeroot (1.31-1) unstable; urgency=medium

  * New upstream version.
    - patch from Johannes Schauer to not use temporary file in
      chown test.  closes: #1026132.

 -- Clint Adams <email address hidden>  Mon, 06 Feb 2023 10:12:11 -0500

Upload details

Uploaded by:
Clint Adams
Uploaded to:
Sid
Original maintainer:
Clint Adams
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fakeroot_1.31-1.dsc 1.9 KiB 1e4cb816078c57391a3f5416d6a1f442813c2a7694952ec69d51b89b34ecd388
fakeroot_1.31.orig.tar.gz 538.4 KiB 63886d41e11c56c7170b9d9331cca086421b350d257338ef14daad98f77e202f
fakeroot_1.31-1.debian.tar.xz 22.6 KiB 486348efa51d19a112c3c83ec1dc480fe88f3379be97db75071b8e5f3471d829

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.

fakeroot-dbgsym: debug symbols for fakeroot
libfakeroot: tool for simulating superuser privileges - shared libraries

 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 the LD_PRELOAD libraries.

libfakeroot-dbgsym: debug symbols for libfakeroot