sbuild 0.66.0-5ubuntu1 source package in Ubuntu

Changelog

sbuild (0.66.0-5ubuntu1) xenial; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - do-not-install-debfoster-into-chroots.patch: Do not install debfoster
      into the chroots because it is in universe and not needed for package
      building itself.
  * 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.

sbuild (0.66.0-5) unstable; urgency=medium

  * Backport commit 6456b3da to make sbuild binary packages reproducible
    independent of the build architecture and the build user (closes: #801882)

sbuild (0.66.0-4) unstable; urgency=medium

  * Backport commit 297dc84a fixing a regression in parsing the output of
    `schroot --info` introduced by commit 8a3e12c3 and leading to
    sbuild-update not updating the schroot. (closes: #801572)

sbuild (0.66.0-3) unstable; urgency=medium

  * backport commit 91229d5a calling deps_parse() with build_dep => 1 (closes:
    #801637, #801400)

sbuild (0.66.0-2) unstable; urgency=medium

  * make changelog entry for 0.66.0-1 more explicit wrt the closed bugs.

sbuild (0.66.0-1) unstable; urgency=medium

  * new upstream version
  * demote exim4 to Recommends (Closes: #774310)
  * use dpkg --assert-multi-arch to check for multi-arch support (Closes:
    #793561)
  * allow to set custom configuration file through $SBUILD_CONFIG environment
    variable (Closes: #790354)
  * look for a BUILD_ARCH chroot instead of HOST_ARCH (Closes: #793951)
  * Move running of pre-build-commands until after 'Chroot Dir' is defined
    to prevent the %SBUILD_CHROOT_DIR percentage escape being empty when
    running the pre-build-commands hook (Closes: #774359)
  * external commands are now unparsed strings (Closes: #782672)
  * properly setup buildd unstable chroot (Closes: #731062)
  * Replaced all unicode-printed chars with plain ASCII (Closes: #665847,
    #765886)
  * Add --extra-repository-key flag for extra apt keys (Closes: #796539)
  * Add a new --arch-all-only option (Closes: #657392)
  * Instead of explicitly requesting core packages of the build architecture,
    use :native (Closes: #798323)
  * Report a proper error message in case /var/lib/sbuild inside the chroot is
    not writable (Closes: #797783)
  * close and unlink temporary files created by File::Temp::tempfile() (Closes:
    #775091)
  * external command %SBUILD_SHELL produces an interactive shell (Closes:
    #783091)
  * If Build-Depends can't be parsed, I now error loudly (Closes: #783335)
  * consider stderr as well as stdout before timeout (Closes: #731940)
  * make symlink to build log relative if in same directory (Closes: #685416)
  * Handle $session being undefined properly (Closes: #745851, #798568,
    #790547)
  * man/sbuild.1.in: update docs for --dist option (Closes: #783135)
  * sbuild-createchroot(8): default suffix is -sbuild, not -chroot (Closes:
    #774521)
  * Correct inaccurate dpkg Multi-Arch support comment (Closes: #793560)
  * Fix call to add_foreign_architecture to actually have an effect (Closes:
    #793359)
  * Fix crossbuild dependency resolution for apt and aptitude (Closes: #770407)
  * create ~/.gnupg if it did not exist before when running sbuild-update
    (Closes: #792100)
  * use httpredir.debian.org instead of ftp.debian.org or ftp.uk.debian.org
    (Closes: #792092)
  * add --build-path option and  configuration variable to set a deterministic
    build path (Closes: #790868)

 -- Colin Watson <email address hidden>  Tue, 03 Nov 2015 13:02:14 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sbuild_0.66.0.orig.tar.gz 576.9 KiB 1c15dee7e13e0508b2534c4e1b09887b16599df484d1ace4bb12989fa2bee759
sbuild_0.66.0-5ubuntu1.debian.tar.xz 54.0 KiB 0bb4d6e0c71ab8d8fc698678b31efbe9d032c65948a0d04268e24ae0da9ee81f
sbuild_0.66.0-5ubuntu1.dsc 2.3 KiB 47fb97f99fa214dc147df9c874de398fe26ce76c05bbd6484a02b3d2ef24acc8

View changes file

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.