4 Maintainer: Andriy Senkovych <jolly_roger@itblog.org.ua>
5 Homepage: http://buildbot.net
6 Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python (>= 2.3.5-10), python-twisted (>= 2.2), texinfo
7 Build-Conflicts: python-setuptools
9 Standards-Version: 3.8.3
11 Package: buildbot-master
13 Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core (>= 2.2), python-twisted-words, python-twisted-web, python-twisted-mail, python-jinja2 (>=2.1), adduser, dpkg (>= 1.15.4) | install-info
14 Recommends: python-gobject, python-gtk2
15 Breaks: buildbot (<< 0.8)
16 Replaces: buildbot (<< 0.8)
17 XB-Python-Version: ${python:Versions}
18 Description: a system to automate the compile/test cycle
19 The BuildBot is a system to automate the compile/test cycle required
20 by most software projects to validate code changes. By automatically
21 rebuilding and testing the tree each time something has changed,
22 build problems are pinpointed quickly, before other developers are
23 inconvenienced by the failure. The guilty developer can be identified
24 and harassed without human intervention.
26 By running the builds on a variety of platforms, developers who do
27 not have the facilities to test their changes everywhere before
28 checkin will at least know shortly afterwards whether they have
29 broken the build or not. Warning counts, lint checks, image size,
30 compile time, and other build parameters can be tracked over time,
31 are more visible, and are therefore easier to improve.
33 This package contains the buildbot server part called buildmaster.
35 Package: buildbot-slave
37 Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core (>= 2.2), python-twisted-words, adduser, dpkg (>= 1.15.4) | install-info
38 Recommends: bzr | subversion | cvs | mercurial | darcs | git
39 Breaks: buildbot (<< 0.8)
40 Replaces: buildbot (<< 0.8)
41 XB-Python-Version: ${python:Versions}
42 Description: a system to automate the compile/test cycle
43 The BuildBot is a system to automate the compile/test cycle required
44 by most software projects to validate code changes. By automatically
45 rebuilding and testing the tree each time something has changed,
46 build problems are pinpointed quickly, before other developers are
47 inconvenienced by the failure. The guilty developer can be identified
48 and harassed without human intervention.
50 By running the builds on a variety of platforms, developers who do
51 not have the facilities to test their changes everywhere before
52 checkin will at least know shortly afterwards whether they have
53 broken the build or not. Warning counts, lint checks, image size,
54 compile time, and other build parameters can be tracked over time,
55 are more visible, and are therefore easier to improve.
57 This package contains the buildbot client part called buildslave.