File: control

package info (click to toggle)
ruby-aruba 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,960 kB
  • sloc: ruby: 7,407; javascript: 6,850; sh: 6; makefile: 5
file content (53 lines) | stat: -rw-r--r-- 2,428 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
Source: ruby-aruba
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>,
           Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 0.3.0~),
               libjs-jquery,
               rake (>= 13.0), rake (<< 14.0),
               ruby-simplecov (>= 0.18.0), ruby-simplecov (<< 1.0),
               ruby-rspec (>= 3.6), ruby-rspec (<< 4.0),
               ruby-json (>= 2.1), ruby-json (<< 3.0),
               ruby-minitest (>= 5.10), ruby-minitest (<< 6.0),
               rubocop (>= 0.79.0), rubocop (<< 1.0),
               ruby-contracts,
               ruby-childprocess,
               cucumber (>= 2.4), cucumber (<< 6.0),
               ruby-childprocess (>= 3.0), ruby-childprocess (<< 5.0),
               ruby-contracts (>= 0.16.0), ruby-contracts (<< 1.0),
               ruby-rspec-expectations (>= 3.4), ruby-rspec-expectations (<< 4.0),
               ruby-thor (>= 1.0), ruby-thor (<< 2.0),
#               rubocop-performance (>= 1.5), rubocop-performance (<< 1.0),
#               ruby-yard-junk (>= 0.0.7), ruby-yard-junk (<< 0.1.0),
#               ruby-license-finder (>= 6.0), ruby-license-finder (<< 7.0),
#               ruby-pry-doc (>= 1.0), ruby-pry-doc (<< 2.0),
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aruba.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-aruba
Homepage: https://github.com/cucumber/aruba
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-aruba
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: cucumber (>= 2.4), cucumber (<< 6.0),
         libjs-jquery,
         ruby,
         ruby-childprocess (>= 3.0), ruby-childprocess (<< 5.0),
         ruby-contracts (>= 0.16.0), ruby-contracts (<< 1.0),
         ruby-rspec-expectations (>= 3.4), ruby-rspec-expectations (<< 4.0),
         ruby-thor (>= 1.0), ruby-thor (<< 2.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Cucumber extension for CLI applications
 Aruba is Cucumber extension for Command line applications written in any
 programming language. Features at a glance:
 .
  * Test any command line application
  * Manipulate the file system
  * Create great HTML documentation based on your own Cucumber scenarios