sbuild 0.67.0-2ubuntu2 source package in Ubuntu
Changelog
sbuild (0.67.0-2ubuntu2) xenial; urgency=medium * abs-path-revert.patch: Revert upstream commit that breaks lp-buildd by causing symlinks to files not ending in .dsc to no longer be buildable. * fix-quoting-harder.patch: Switch from single to double quotes for args when forking perl: "W: Stripped single quote from command for security" -- Adam Conrad <email address hidden> Thu, 21 Jan 2016 03:19:26 -0700
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sbuild_0.67.0.orig.tar.gz | 582.2 KiB | e1649b7f2b7faf210ec9b70aa191a9bd5ae5608c671db7a088724734289977c0 |
sbuild_0.67.0-2ubuntu2.debian.tar.xz | 54.3 KiB | bddb7eb5faf74f51254b680972534738953aed84564f8ca4357721339365746d |
sbuild_0.67.0-2ubuntu2.dsc | 2.3 KiB | 257281dba22df7d2d9439755b293e772c9b0bc0d0c18d46cb6d5a31af7f1814a |
Available diffs
Binary packages built by this source
- buildd: Daemon for automatically building Debian binary packages from Debian sources
The sbuild suite of programs (buildd and sbuild) are
used to build binary packages from source packages. The wanna-build
database tracks packages which require building; buildd schedules
work from information it gets from the wanna-build database; sbuild
does the actual package building.
.
buildd is a daemon which will build Debian packages automatically
using the wanna-build database to identify which packages need to be
built. Note that the wanna-build database is not packaged, and
requires installing separately.
- libsbuild-perl: Tool for building Debian binary packages from Debian sources
The sbuild suite of programs (wanna-build, buildd and sbuild) are
used to build binary packages from source packages. The wanna-build
database tracks packages which require building; buildd schedules
work from information it gets from the wanna-build database; sbuild
does the actual package building.
.
This package contains the core library modules used by these
programs.
- sbuild: Tool for building Debian binary packages from Debian sources
The sbuild suite of programs (buildd and sbuild) are used to build
binary packages from source packages. sbuild does the actual package
building.
.
sbuild uses chroots to build packages, which act as virtual, minimal
operating system installations dedicated to package building. This
means that a number of environments may be used for building
simultaneously on the same machines, for example stable, testing,
unstable and experimental. When coupled with schroot to create
snapshots of chroots, sbuild may be used to build many packages in
parallel. A chroot environment allows packages to be built in a
controlled, clean environment. sbuild installs only essential and
build-essential packages, plus those in the package build
dependencies.