pbuilder 0.231build1 source package in Ubuntu

Changelog

pbuilder (0.231build1) hirsute; urgency=medium

  * No change rebuild with fixed ownership.

 -- Dimitri John Ledkov <email address hidden>  Tue, 16 Feb 2021 17:00:55 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pbuilder_0.231build1.tar.xz 316.9 KiB 6cd1e8e1d4e1bd10deebfc1c508b59fed78f1ed17822f60b48155c295a8267b9
pbuilder_0.231build1.dsc 1.9 KiB 6fe892ee7f79e9dcd13563cefc1b2475a238c95c4d2446f4abd7bd869ea933fb

Available diffs

View changes file

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.