fakechroot 2.20.1-1 source package in Ubuntu

Changelog

fakechroot (2.20.1-1) unstable; urgency=medium

  * New upstream version 2.20.1 (closes: #943400)
     - Append newroot to /lib/systemd because systemctl uses runpath
       (closes: #855234, #917920)
     - Allow to chroot into root directory (closes: #855237)
     - Disable test with fts_options=255 that is broken on btrfs filesystem
       (closes: #740027)
     - More block scoped variables in correct scope (closes: #914995)
     - Fix ldd wrapper for leading slash in absolute paths (closes: #855236)
     - unset CDPATH (closes: #855238)
     - Swap libfakechroot and libfakeroot in LD_PRELOAD if needed
       (closes: #855240)
     - Correct manpage for substitution of /sbin/ldconfig (closes: #745083)
     - readlink: Avoid overflowing user buffer if FAKECHROOT_BASE is not set
       (closes: #926592)
  * Salvage fakechroot (closes: #994005)
  * add dependency on binutils for objdump (closes: #959379)
  * Reenable jemalloc test
  * Refresh and drop applied patches
  * Add patches from pull requests 85 and 86
  * debian/control: update VCS-Git and VCS-Browser
  * debian/libfakechroot.lintian-overrides: remove useless tag
    postinst-has-useless-call-to-ldconfig
  * debian/rules: include /usr/share/dpkg/architecture.mk for
    DEB_HOST_MULTIARCH
  * debian/changelog: remove trailing whitespace
  * debian/fakechroot.lintian-overrides: renamed tag
    binary-without-manpage => no-manual-page
  * debian/watch: update URL regex
  * debian/control: fix cute fields
  * bump dh compat to 13
     - use debhelper-compat instead of debian/compat
     - add *.a and *.la to debian/not-installed
     - drop --parallel
     - use execute_after_dh_auto_install-arch instead of override
  * debian/rules: enable bindnow hardening
  * debian/control: add Rules-Requires-Root: no
  * debian/control: bump standards-version to 4.6.0.1 (no changes)

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Tue, 12 Oct 2021 16:17:10 +0200

Upload details

Uploaded by:
Johannes Schauer Marin Rodrigues
Uploaded to:
Sid
Original maintainer:
Johannes Schauer Marin Rodrigues
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fakechroot_2.20.1-1.dsc 1.9 KiB 9c0138620f0ae7dc7dcd731a47be3ecafa18df21c63da857aa08001a4b51b54c
fakechroot_2.20.1.orig.tar.gz 492.5 KiB 5abd04323c9ddae06b5dcaa56b2da07728de3fe21007b08bd88a17b2409b32aa
fakechroot_2.20.1-1.debian.tar.xz 14.8 KiB 642faa2651fca3c0c3eac694670c22e38085964beb37cb85b2a8278cb89b4b40

Available diffs

No changes file available.

Binary packages built by this source

fakechroot: gives a fake chroot environment - utilities

 The fakechroot preloads a library which overrides libc functions, so
 it is possible to use root-specific tools without root privileges.
 .
 In fake chroot you can install i.e. Debian bootstrap, create developer's
 environment and build packages inside chroot'ed system using standard
 non-root user account.

libfakechroot: gives a fake chroot environment - runtime

 This package provides a library which overrides libc functions, so
 it is possible to use root-specific tools without root privileges.
 .
 In fake chroot you can install i.e. Debian bootstrap, create developer's
 environment and build packages inside chroot'ed system using standard
 non-root user account.

libfakechroot-dbgsym: debug symbols for libfakechroot