File: control

package info (click to toggle)
tomahawk 0.7.1-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 492 kB
  • ctags: 376
  • sloc: python: 1,921; makefile: 156; sh: 3
file content (57 lines) | stat: -rw-r--r-- 1,763 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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,
               dash,
               openssh-server,
               openssh-client
Standards-Version: 3.9.6
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.