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 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
|
Source: buildbot
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Robin Jarry <robin@jarry.cc>
Standards-Version: 4.6.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-dateutil (>= 1.5),
python3-future,
python3-idna,
python3-jinja2 (>= 2.1),
python3-jwt,
python3-openssl,
python3-parameterized,
python3-pkg-resources (>= 8.0),
python3-psutil,
python3-service-identity,
python3-sqlalchemy (>= 1.3.0),
python3-sqlalchemy (<< 1.5),
python3-twisted (>= 17.9.0),
python3-txaio (>= 2.2.2),
python3-zope.interface (>= 4.1.1),
python3-mock,
python3-treq,
python3-txrequests,
python3-unidiff (>= 0.6.0),
python3-yaml,
python3-sphinx,
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-pkg-resources (>= 8.0),
python3-service-identity,
python3-sqlalchemy (>= 1.3.0),
python3-sqlalchemy (<< 1.5),
python3-twisted (>= 17.9.0),
python3-txaio (>= 2.2.2),
python3-txrequests,
python3-unidiff (>= 0.6.0),
python3-zope.interface (>= 4.1.1),
passwd,
lsb-base,
Breaks:
python3-buildbot (<< 1.7.0),
Replaces:
python3-buildbot (<< 1.7.0),
Recommends:
buildbot-worker,
bash-completion,
Suggests:
buildbot-doc,
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),
python3-buildbot-doc (<< 1.7.0),
Replaces:
buildbot (<< 1.0),
python3-buildbot-doc (<< 1.7.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-future,
python3-twisted (>= 17.9.0),
passwd,
lsb-base,
Breaks:
buildbot-slave (<< 1.0),
python3-buildbot-worker (<< 1.7.0),
Replaces:
buildbot-slave (<< 1.0),
python3-buildbot-worker (<< 1.7.0),
Recommends:
bzr | 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.
Package: buildbot-slave
Depends:
${misc:Depends},
buildbot-worker,
Architecture: all
Section: oldlibs
Description: transitional package for buildbot-worker
This is a transitional package for buildbot-worker. It can safely be
removed.
Package: python3-buildbot
Depends:
${misc:Depends},
buildbot,
Architecture: all
Section: oldlibs
Description: transitional package for buildbot
This is a transitional package for buildbot. It can safely be removed.
Package: python3-buildbot-worker
Depends:
${misc:Depends},
buildbot-worker,
Architecture: all
Section: oldlibs
Description: yet another transitional package for buildbot-worker
This is a yet another transitional package for buildbot-worker. It can
safely be removed.
Package: python3-buildbot-doc
Depends:
${misc:Depends},
buildbot-doc,
Architecture: all
Multi-Arch: foreign
Section: oldlibs
Description: transitional package for buildbot-doc
This is a transitional package for buildbot-doc. It can safely be
removed.
|