sbuild 0.78.1-2ubuntu1 source package in Ubuntu

Changelog

sbuild (0.78.1-2ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - no-pkg-mangle-deps.patch: Set NO_PKG_MANGLE=1 when building dummy
      packages, as pkgbinarymangler's dpkg-deb expects to be run from a source
      package.
    - 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.
    - d/t/control: add isolation-machine to the test flags
    - d/t/build-procenv: only install the built package if the chroot it was
      built in matches the release of the host system
  * Dropped changes, included upstream:
    - utf-8-by-default.patch: Switch to C.UTF-8 by default.

sbuild (0.78.1-2) unstable; urgency=medium

  [ Mike Gabriel ]
  * debian/patches: Add support-gzip-in-wheezy.patch. The gzip command
    in Debian wheezy lacks support for the --keep cmdline option, so
    avoid using it. (closes: #926161)

  [ Aurelien Jarno ]
  * debian/patches: Add fix-disk-space-directory-check.patch. The right
    directory has to be checked inside the chroot. (closes: #923484)

sbuild (0.78.1-1) unstable; urgency=medium

  * New upstream release.
  * fix syntax of generated Sources.gz files (Closes: #920227)

sbuild (0.78.0-2) unstable; urgency=medium

  * Fix debian/sbuild-debian-developer-setup.postrm by removing wrong default
    case

sbuild (0.78.0-1) unstable; urgency=medium

  * New upstream release.
  * remove debian/patches (have been applied upstream)
  * Add libc-dev and libstdc++-dev when cross compiling (closes: #905346)
  * default to --no-arch-all for cross builds (closes: #905347)
  * Set build profiles cross and nocheck by default when cross building
    (closes: #905345)
  * bin/sbuild-createchroot: allow an empty lost+found directory in the target
    directory (closes: #909378)
  * add --no-source-only-changes option (closes: #904968)
  * sbuild-createchroot: Do not check for empty directory if --setup-only
    option is used (closes: #916009)
  * do not check debian/tests/control when running autopkgtest (closes:
    #916924)
  * add sbuild and BUILD_USER if they didn't exist yet (closes: #911979)
  * let --append-to-version imply --no-arch-all like it's the case for
    --make-binNMU (closes: #911399)
  * allow chroots with nothing more but Essenital:yes packages, apt and their
    hard dependencies and create missing users and groups as needed
    (closes: #909847)
  * run wrap-and-sort
  * let sbuild Suggests e2fsprogs for /usr/share/sbuild/create-chroot (closes:
    #887264)
  * remove /var/log/sbuild-update-all.log if sbuild-debian-developer-setup
    gets purged (closes: #905513)
  * bump debhelper compat to 11
  * debian/control: bump Standards-Version to 4.3.0 (no changes)

 -- Steve Langasek <email address hidden>  Thu, 02 May 2019 16:24:29 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sbuild_0.78.1.orig.tar.xz 195.9 KiB 61236ea1b73049cffa339ec20740190146d21622b20905d1a168dcd9899cf833
sbuild_0.78.1-2ubuntu1.debian.tar.xz 53.4 KiB 5e740346444ba1c58deac21312a9a3430303c0fef8a8aeb7c83b0ef1d6d2d6c2
sbuild_0.78.1-2ubuntu1.dsc 2.5 KiB deae4540bd24ed96f032e2f566b5892b99f4784953b4bd6d20dd44d36f01eb4c

View changes file

Binary packages built by this source

buildd: No summary available for buildd in ubuntu eoan.

No description available for buildd in ubuntu eoan.

libsbuild-perl: No summary available for libsbuild-perl in ubuntu eoan.

No description available for libsbuild-perl in ubuntu eoan.

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).