Codebase list capistrano / b23e26c
Remove constraints unnecessary since stretch * Build-Depends: Drop versioned constraint on rake, ruby-mocha and ruby-sshkit. * capistrano: Drop versioned constraint on rake and ruby-sshkit in Depends. Changes-By: deb-scrub-obsolete Jenkins 2 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
44 Uploaders: Samuel Henrique <samueloph@debian.org>
55 Build-Depends: debhelper-compat (= 13),
66 gem2deb,
7 rake (>= 10.0.0),
7 rake,
88 ruby-airbrussh,
99 ruby-i18n,
10 ruby-mocha (>= 0.13~),
10 ruby-mocha,
1111 ruby-rspec,
12 ruby-sshkit (>= 1.3)
12 ruby-sshkit
1313 Standards-Version: 4.5.1
1414 Vcs-Git: https://salsa.debian.org/ruby-team/capistrano.git
1515 Vcs-Browser: https://salsa.debian.org/ruby-team/capistrano
2121 Package: capistrano
2222 Architecture: all
2323 XB-Ruby-Versions: ${ruby:Versions}
24 Depends: rake (>= 10.0.0),
24 Depends: rake,
2525 ruby | ruby-interpreter,
2626 ruby-i18n,
27 ruby-sshkit (>= 1.3),
27 ruby-sshkit,
2828 ${misc:Depends},
2929 ${shlibs:Depends}
3030 Description: tool to execute commands in parallel on multiple servers