sbuild 0.64.1-1ubuntu1 source package in Ubuntu

Changelog

sbuild (0.64.1-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/patches/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.
    - debian/patches/run-pre-build-hooks-as-root.patch: run pre-build hooks
      as root.
    - Added DEP-8 autopkgtest to build procenv.

sbuild (0.64.1-1) unstable; urgency=low

  [ Roger Leigh ]
  * New release.
  * sbuild:
    - sbuild-createchroot now works with perl 5.18 (Closes: #724858).
      Thanks to Alexander Chernyakhovsky for this patch, which corrects
      the use of File::Temp.  Thanks also to Paul Elliott and Václav
      Ovsík who also provided an equivalent patches.
    - Sbuild::Conf: Add missing File::Spec (Closes: #722012).  Thanks to
      Václav Ovsík for this patch.
    - Sbuild::Build: Remove perl 5.10 autoflush workaround; flushing works
      correctly wih perl 5.18.
 -- Marc Deslauriers <email address hidden>   Mon, 04 Nov 2013 07:57:40 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sbuild_0.64.1.orig.tar.gz 597.3 KiB 737092d380046eb225b9eed99e3422ab1a529660cf9e446746169f23efef4a6b
sbuild_0.64.1-1ubuntu1.debian.tar.gz 82.8 KiB fa4e8f0f2e66632734bb0caa3e209216a2224aecdd5aabbc6b642a4b92a3ca9c
sbuild_0.64.1-1ubuntu1.dsc 2.2 KiB e3e2d8264fd487814b3d3e2995b65738114f04c151a0c1e3c0b4a898a54b4730

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