fakeroot 1.31-1ubuntu1 source package in Ubuntu

Changelog

fakeroot (1.31-1ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Enable testsuite on riscv64.

fakeroot (1.31-1) unstable; urgency=medium

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

 -- Gianfranco Costamagna <email address hidden>  Tue, 07 Feb 2023 10:11:25 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.orig.tar.gz 538.4 KiB 63886d41e11c56c7170b9d9331cca086421b350d257338ef14daad98f77e202f
fakeroot_1.31-1ubuntu1.debian.tar.xz 23.0 KiB 1a3d60acdd116b0f3cd7fa49713de35b0b9fd9a0b3f52b054e7becabaad34d26
fakeroot_1.31-1ubuntu1.dsc 1.9 KiB dba84f65391bf458e811547af8a00bdc513bcb48e44b07d46d135007047c9066

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