sbuild 0.85.2ubuntu1 source package in Ubuntu
Changelog
sbuild (0.85.2ubuntu1) mantic; urgency=medium * Merge from Debian unstable (LP: #2025652). Remaining changes: - Fix autopkgtest `unshare-qemuwrapper` on lunar-proposed - d/t/unshare-qemuwrapper: copy apt preferences into the vm's chroot. - d/t/unshare: use mmdebstrap --verbose to aid debugging. - d/t/get_default_release.py: Rely on VERSION_CODENAME from /etc/os-release on non-Debian systems if the variable is set. - d/t/check-unshare-support: Add a check for unshare support. If unshare is supported, run the unshare autopkgtest directly. Otherwise run unshare-qemuwrapper. - d/t/control: Fix obsolete dependency on lsb-release (should now be lsb- release-minimal) - d/t/unshare: Updated test-pkg_1.0_all.deb content for zstd to match output from zstd 1.5.4 * Removed patches obsoleted/merged by upstream: - d/control: Fix obsolete dependency on lsb-base (should now be sysvinit-utils) - Bump standards version to 4.6.2 sbuild (0.85.2) unstable; urgency=medium * buildd: Demote lsb-base dependency to the lesser alternative. sbuild (0.85.1) unstable; urgency=medium [ Johannes Schauer Marin Rodrigues ] * add .mailmap [ Christian Kastner ] * Add myself to .mailmap * Bump Standards-Version to 4.6.2 (no changes needed) * sbuild-qemu: Properly handle --arch, --build, --host. * sbuild-qemu: Fix broken --overlay-dir * sbuild-qemu-update: Increase default timeout to 600s. * sbuild-qemu-update: Add --timeout option * sbuild-qemu-create: Add support for /root/.ssh/authorized_keys * sbuild-qemu-create: Properly quote variables * sbuild-qemu-boot: Set tty geometry to host's geometry * sbuild-qemu-boot: Add option to forward SSH -- Dave Jones <email address hidden> Mon, 03 Jul 2023 14:25:29 +0100
Upload details
- Uploaded by:
- Dave Jones
- Sponsored by:
- Lukas Märdian
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sbuild_0.85.2ubuntu1.tar.xz | 259.1 KiB | e92b6fda59b8a1af75cc186899b537841367df302616dbaff7547f3f56fd18ae |
sbuild_0.85.2ubuntu1.dsc | 2.6 KiB | db833d82694f4426dc37c35cebb08c7ffa69dbb79b3a1243761b864132fcf403 |
Available diffs
- diff from 0.85.0ubuntu2 to 0.85.2ubuntu1 (8.3 KiB)
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: Library 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.
- sbuild-debian-developer-setup: Convenience script to set up an sbuild environment for Debian Developers
Run "sudo sbuild-
debian- developer- setup" to add the current user to the sbuild
group, create an schroot for building packages for Debian unstable, and create
a cronjob which updates said schroot daily.
.
This script assumes you are on an un-metered internet connection (daily schroot
updates might be costly otherwise).
- sbuild-qemu: Utilities for using sbuild with QEMU images
These utilities facilitate the use of sbuild together with QEMU images using
sbuild's --chroot-mode=autopkgtes t. Currently, amd64 and i386 guest
architectures are supported, with more in the works.
.
The following utilities are provided:
.
* sbuild-qemu-create Create an image suitable for building packages
* sbuild-qemu-update Run apt-get update within the image
* sbuild-qemu Use sbuild with the image to build a package