pbuilder 0.231.1 source package in Ubuntu

Changelog

pbuilder (0.231.1) unstable; urgency=medium

  [ Mattia Rizzolo ]
  * docs: remove the "masterpot" file, that is not serving any purpose.
  * modules: Configure APT with APT::Get::Always-Include-Phased-Updates "true";
    (Closes: #981658)
  * buildpackage: remove duplicated chgrp

  [ Andras Elso ]
  * Additional buildresults should be chowned too

  [ hudeng ]
  * fix: Solve the problem of program entering umount loop caused by umount
    failure.

  [ Mattia Rizzolo ]
  * autopkgtest: minor stylistic improvements.
  * autopkgtest: make build-procenv test as needs-internet
  * pdebuild: Support --source-only-changes in pdebuild-internal
    (Closes: #931580)
  * Log a warning when an expected build result is not found
  * pdebuild: use dpkg-parsechangelog -S instead of using sed
  * pdebuild-internal: build up the source changes filename before using it
  * pdebuild: when in pdebuild-internal mode, look for the build artifacts in
    the right place
  * debconf: recognize https from the host's /etc/apt/sources.list.
    (Closes: #999858)

  [ Akbarkhon Variskhanov ]
  * B91dpkg-i: Install Depends first

  [ Mattia Rizzolo ]
  * Add a dependency on 'mount'. (Closes: #1077037)

 -- Jessica Clarke <email address hidden>  Fri, 06 Sep 2024 23:07:08 +0100

Upload details

Uploaded by:
Debian pbuilder maintenance team
Uploaded to:
Sid
Original maintainer:
Debian pbuilder maintenance team
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pbuilder_0.231.1.dsc 1.8 KiB 80d2a03faae54d4b3a22a96c1acd291083aa188dd6b15862ca82d6b305d2312c
pbuilder_0.231.1.tar.xz 313.6 KiB 418095f9fb1442161949ebc3367714e4d17198d408a4d14e831302a09bc91717

No changes file available.

Binary packages built by this source

pbuilder: personal package builder for Debian packages

 pbuilder constructs a chroot system, and builds a package inside the
 chroot.
 It is an ideal system to use to check
 that a package has correct build-dependencies.
 It uses apt extensively, and a local mirror, or a fast connection
 to a Debian mirror is ideal, but not necessary.
 .
 "pbuilder create" uses debootstrap to create a chroot image.
 .
 "pbuilder update" updates the image to the current state of
 testing/unstable/whatever
 .
 "pbuilder build" takes a *.dsc file and builds a binary in the chroot
 image.
 .
 pdebuild is a wrapper for Debian Developers, to allow running
 pbuilder just like "debuild", as a normal user.