buildbot 0.8.3p1-1 source package in Ubuntu

Changelog

buildbot (0.8.3p1-1) unstable; urgency=low

  * New upstream version (Closes: #587313).
  * Build using dh_python2 instead of dh_pycentral.
  * Remove dependency on python-central.
  * Add DEP-3 compliant headers to patches.
  * Make debian/control DEP-5 compliant, add all copyright notices.
  * Add project homepage in debian/control.
  * Switch to dpkg-source 3.0 (quilt) format.
  * Remove unnecessary Build-Conflicts.
  * Upgrade compatibility level to 7.
  * Upgrade Standards-Version to 3.9.1.
  * Add tests to build process (Build-Depends: python-mock).
  * Add versioned Depends and Build-Depends: python-jinja2 (>=2.1).
  * debian/rules: use override rules instead of redefining whole build
    process.
  * Purge buildbot user and its home directory only when all buildbot packages 
    have been purged.
  * debian/watch: use googlecode for source download.
  * fix-init-scripts.patch: comment out example configuration in
    /etc/default/buildmaster.
  * fix-interpreters.patch: move sed scripting from debian/rules to separate
    patch which sets the correct interpreters for contrib scripts.
  * fix-test-root.patch: remove superuser checks to be able to test under
    fakeroot.
  * fix-doc-version.patch: use "0.8.3p1" as version string in all documents.
  * fix-makeinfo-args.patch: move makeinfo scripting from debian/rules to
    separate patch which sets makeinfo arguments as for 0.7.12 package.
  * fix-info-dir.patch: backport doc patches from 0.7.12 package.
  * gitpoller-multibyte.patch: fix multibyte comments processing in gitpoller.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 May 2011 08:09:48 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Matthias Klose
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
buildbot_0.8.3p1.orig.tar.gz 3.9 MiB 0a49d35a75524a54dbbb875730fdf7abd8b96cae160af0457b4f5239b1fefa37
buildbot_0.8.3p1-1.debian.tar.gz 8.8 KiB 8f96d7c1b38f882c330cb981ad09f37f085b47c20b8545d50abf5b75946a02ab
buildbot_0.8.3p1-1.dsc 1.2 KiB 6df2b902f1db2c09dc9aff7c7aebf709233553cb4d245319d87bce2ab5531b14

Available diffs

View changes file

Binary packages built by this source

buildbot: system to automate the compile/test cycle

 The BuildBot is a system to automate the compile/test cycle required
 by most software projects to validate code changes. By automatically
 rebuilding and testing the tree each time something has changed,
 build problems are pinpointed quickly, before other developers are
 inconvenienced by the failure. The guilty developer can be identified
 and harassed without human intervention.
 .
 By running the builds on a variety of platforms, developers who do
 not have the facilities to test their changes everywhere before
 checkin will at least know shortly afterwards whether they have
 broken the build or not. Warning counts, lint checks, image size,
 compile time, and other build parameters can be tracked over time,
 are more visible, and are therefore easier to improve.