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
|
Source: fabric
Section: net
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-alabaster,
python3-paramiko,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/fabric.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/fabric
Homepage: https://fabfile.org/
Package: fabric
Architecture: all
Depends: python3-fabric (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using},
Description: Simple Pythonic remote deployment tool
Fabric is designed to upload files and run shell commands on a number of
servers in parallel or serially. These commands are grouped in tasks (which
are regular Python functions) and specified in a 'fabfile.'
.
It is similar to Capistrano, except it's implemented in Python and doesn't
expect you to be deploying Rails applications.
.
This package contains the binary executable and the documentation.
Package: python3-fabric
Architecture: all
Section: python
Depends: ${misc:Depends},
${python3:Depends},
python3-decorator,
python3-six,
Description: Simple Pythonic remote deployment tool - standalone module
Fabric is designed to upload files and run shell commands on a number of
servers in parallel or serially. These commands are grouped in tasks (which
are regular Python functions) and specified in a 'fabfile.'
.
It is similar to Capistrano, except it's implemented in Python and doesn't
expect you to be deploying Rails applications.
.
This package contains the Python 3 modules.
|