fakeroot 1.33-ok2 source package in openKylin

Changelog

fakeroot (1.33-ok2) nile; urgency=medium

  * Build for kylin v11.

 -- liwenjun <email address hidden>  Wed, 19 Mar 2025 15:42:35 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Clint Adams
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main utils

Downloads

File Size SHA-256 Checksum
fakeroot_1.33.orig.tar.gz 181.2 KiB dbea101d0513170b473304d4960d802b6eab5a67ea4d8bd236c7bb831ac78b5d
fakeroot_1.33-ok2.debian.tar.xz 3.8 KiB 0957b611c66749686a4d87c3ea6b2353d86a23a76b583d1e052ecbff97058769
fakeroot_1.33-ok2.dsc 1.7 KiB 7dfc1e19284736b7edec5e09e0e6169e454dca7a469fc019c17663466df9ed1a

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.

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.