File: control

package info (click to toggle)
buildbot-slave 0.8.12-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,016 kB
  • sloc: python: 9,267; sh: 196; makefile: 19
file content (38 lines) | stat: -rw-r--r-- 1,546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: buildbot-slave
Section: devel
Priority: optional
Maintainer: Andriy Senkovych <jolly_roger@itblog.org.ua>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
 python-all (>= 2.6.6-3),
 python-twisted,
 python-mock,
 bash-completion
Homepage: http://buildbot.net
Standards-Version: 3.9.7
X-Python-Version: >= 2.5
Vcs-Browser: https://github.com/buildbot/debian-buildbot-slave
Vcs-Git: git://github.com/buildbot/debian-buildbot-slave.git
Testsuite: autopkgtest

Package: buildbot-slave
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python-twisted,
 adduser
Breaks: buildbot (<< 0.8)
Suggests: buildbot, bzr | subversion | cvs | mercurial | darcs | git-core
Description: 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.