fakeroot 1.27-1ubuntu1 source package in Ubuntu
Changelog
fakeroot (1.27-1ubuntu1) jammy; urgency=low * Merge from Debian unstable. Remaining changes: - Enable testsuite on riscv64. fakeroot (1.27-1) unstable; urgency=medium * New upstream version - includes patch from lemonsqueeze to improve fakeroot-tcp performance by setting TCP_NODELAY. closes: #1003596. fakeroot (1.26-1.2) unstable; urgency=high * Non-maintainer upload * Fix segfault on ppc64el, take 2. Closes: #995393 fakeroot (1.26-1.1) unstable; urgency=high * Non-maintainer upload * Also wrap the "stat" library call. Closes: #1001961 * Work around segfault on ppc64el. Closes: #995393 fakeroot (1.26-1) unstable; urgency=medium [ Helmut Grohne ] * Annotate sharutils dependency <!nocheck>. (Closes: #982188) [ Clint Adams ] * New upstream version. -- Gianfranco Costamagna <email address hidden> Wed, 19 Jan 2022 13:22:56 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Jammy
- Original maintainer:
- Clint Adams
- Architectures:
- any
- Section:
- utils
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
fakeroot_1.27.orig.tar.gz | 531.5 KiB | 3c45eb2d1802a2762069e2e9d21bdd6fb533592bc0cda74c9aff066ab01caddc |
fakeroot_1.27-1ubuntu1.debian.tar.xz | 40.8 KiB | e4b6b6e1fbb6bc0d4b7aec022c3fa460289bda3cb351a649bd805595c89a1267 |
fakeroot_1.27-1ubuntu1.dsc | 1.9 KiB | 1b184f609b36c556ec182e0f523ecbcfbbfabe902498c0b335e3a352d4ccfd6c |
Available diffs
- diff from 1.25.3-1.1ubuntu3 to 1.27-1ubuntu1 (413.1 KiB)
- diff from 1.27-1 (in Debian) to 1.27-1ubuntu1 (1002 bytes)
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