Source: tomahawk
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python-all,
               python-setuptools,
               python-coverage,
               python-flexmock,
               python-pytest,
               python-flexmock,
               python-pexpect,
               python-six,
               python3-all,
               python3-setuptools,
               python3-coverage,
               python3-flexmock,
               python3-pytest,
               python3-flexmock,
               python3-pexpect,
               python3-six,
               rsync,
               openssh-server,
               openssh-client
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
Homepage: https://github.com/oinume/tomahawk

Package: python-tomahawk
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends},
         python-pexpect,
         python-six,
         rsync,
         openssh-client
Description: simple ssh wrapper for executing commands into many hosts
 Enables following 3 things. Executing remote commands tool via ssh to multi
 remote hosts. Copy local files to many remote hosts. Copy files from remote
 hosts to local.

Package: python3-tomahawk
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-pexpect,
         python3-six,
         rsync,
         openssh-client
Description: simple ssh wrapper for executing commands into many hosts (py3)
 For Python3.
 Enables following 3 things. Executing remote commands tool via ssh to multi
 remote hosts. Copy local files to many remote hosts. Copy files from remote
 hosts to local.
