File: control

package info (click to toggle)
rex 1.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,980 kB
  • sloc: perl: 31,820; xml: 264; sh: 51; makefile: 13
file content (82 lines) | stat: -rw-r--r-- 3,358 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
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
Source: rex
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <mestia@debian.org>
Section: admin
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: dh-sequence-bash-completion,
                     libcpan-meta-requirements-perl,
                     libdata-validate-ip-perl <!nocheck>,
                     libdbi-perl <!nocheck>,
                     libdevel-caller-perl <!nocheck>,
                     libdigest-hmac-perl <!nocheck>,
                     libexpect-perl <!nocheck>,
                     libfile-sharedir-install-perl,
                     libhash-merge-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libio-pty-perl <!nocheck>,
                     libio-string-perl <!nocheck>,
                     libipc-shareable-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     liblwp-protocol-https-perl <!nocheck>,
                     libmodule-metadata-perl,
                     libnet-openssh-perl <!nocheck>,
                     libnet-sftp-foreign-perl <!nocheck>,
                     libnet-ssh2-perl <!nocheck>,
                     libparallel-forkmanager-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libsort-naturally-perl <!nocheck>,
                     libstring-escape-perl <!nocheck>,
                     libterm-readkey-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-output-perl <!nocheck>,
                     libtest-useallmodules-perl <!nocheck>,
                     libtext-glob-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     libxml-libxml-perl <!nocheck>,
                     libxml-simple-perl <!nocheck>,
                     libyaml-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/rex
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/rex.git
Homepage: https://www.rexify.org/
Rules-Requires-Root: no

Package: rex
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-validate-ip-perl,
         libdbi-perl,
         libdevel-caller-perl,
         libdigest-hmac-perl,
         libexpect-perl,
         libhash-merge-perl,
         libhttp-message-perl,
         libio-pty-perl,
         libio-string-perl,
         libipc-shareable-perl,
         libjson-maybexs-perl,
         liblwp-protocol-https-perl,
         libnet-openssh-perl,
         libnet-sftp-foreign-perl,
         libnet-ssh2-perl,
         libparallel-forkmanager-perl,
         libscalar-list-utils-perl,
         libsort-naturally-perl,
         libstring-escape-perl,
         libterm-readkey-perl,
         libtext-glob-perl,
         liburi-perl,
         libwww-perl,
         libxml-libxml-perl,
         libxml-simple-perl,
         libyaml-perl
Description: deployment and configuration management tool
 Rex is a tool to ease the execution of commands on multiple remote
 servers. You can define small tasks, chain tasks to batches, link
 them with servers or server groups, and execute them easily in
 your terminal.