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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
Source: buildbot
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Robin Jarry <robin@jarry.cc>
Standards-Version: 4.7.0
Build-Depends:
debhelper-compat (= 13),
dh-python (>= 3.20180313~),
bash-completion,
po-debconf,
git,
python3 (>= 3.5),
python3-setuptools (>= 8.0),
python3-alembic (>= 1.6.0),
python3-autobahn (>= 0.16.0),
python3-croniter,
python3-dateutil (>= 1.5),
python3-evalidate,
python3-idna,
python3-jinja2 (>= 2.1),
python3-jwt,
python3-openssl,
python3-parameterized,
python3-psutil,
python3-service-identity,
python3-sqlalchemy (>= 1.4.0),
python3-twisted (>= 22.1.0),
python3-txaio (>= 2.2.2),
python3-zope.interface (>= 4.1.1),
python3-treq (>= 20.9),
python3-txrequests,
python3-unidiff (>= 0.6.0),
python3-yaml,
python3-sphinx,
python3-sphinx-jinja,
python3-sphinx-rtd-theme,
python3-docutils,
sphinx-doc,
sphinx-common,
scdoc,
Homepage: https://buildbot.net
Vcs-Git: https://salsa.debian.org/python-team/packages/buildbot.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/buildbot
Rules-Requires-Root: no
Package: buildbot
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-alembic (>= 1.6.0),
python3-autobahn (>= 0.16.0),
python3-dateutil (>= 1.5),
python3-idna,
python3-jinja2 (>= 2.1),
python3-jwt,
python3-openssl,
python3-service-identity,
python3-sqlalchemy (>= 1.4.0),
python3-treq (>= 20.9),
python3-twisted (>= 22.1.0),
python3-txaio (>= 2.2.2),
python3-txrequests,
python3-unidiff (>= 0.6.0),
python3-zope.interface (>= 4.1.1),
passwd,
Recommends:
buildbot-worker,
bash-completion,
Suggests:
buildbot-doc,
python3-evalidate,
python3-lz4,
python3-psycopg2 | python3-mysqldb,
Description: System to automate the compile/test cycle (server)
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.
.
This package contains the master server.
Package: buildbot-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Breaks:
buildbot (<< 1.0),
Replaces:
buildbot (<< 1.0),
Description: System to automate the compile/test cycle (documentation)
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.
.
This package contains the HTML documentation for both the master
and worker.
Package: buildbot-worker
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-twisted (>= 21.2.0),
passwd,
Recommends:
brz | subversion | cvs | mercurial | darcs | git,
Description: System to automate the compile/test cycle (worker agent)
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.
.
This package contains the worker, which performs the actual builds.
It is recommended to run the worker on behalf of a non-privileged user.
|