File: control

package info (click to toggle)
capistrano 3.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 776 kB
  • sloc: ruby: 5,299; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 1,561 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
Source: capistrano
Section: admin
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake (>= 10.0.0),
               ruby-airbrussh,
               ruby-i18n,
               ruby-mocha (>= 0.13~),
               ruby-rspec,
               ruby-sshkit (>= 1.3)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/capistrano.git
Vcs-Browser: https://salsa.debian.org/ruby-team/capistrano
Homepage: https://capistranorb.com/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: capistrano
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake (>= 10.0.0),
         ruby | ruby-interpreter,
         ruby-i18n,
         ruby-sshkit (>= 1.3),
         ${misc:Depends},
         ${shlibs:Depends}
Description: tool to execute commands in parallel on multiple servers
 Capistrano is great for automating tasks via SSH on remote servers, like
 software installation, application deployment, configuration management,
 ad hoc server monitoring, and more. Ideal for system administrators, whether
 professional or incidental. Easy to customize. Its configuration files use
 the Ruby programming language syntax, but you don't need to know Ruby to do
 most things with Capistrano.
 .
 Capistrano is easy to extend. It's written in the Ruby programming language,
 and may be extended easily by writing additional Ruby modules.