File: control

package info (click to toggle)
cucumber 2.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,076 kB
  • sloc: ruby: 17,016; javascript: 4,641; makefile: 12; sh: 10; tcl: 3
file content (50 lines) | stat: -rw-r--r-- 1,645 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
Source: cucumber
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               jdupes,
               libjs-jquery,
               pry,
               rake,
               ruby-builder,
               ruby-cucumber-core (>= 1.5),
               ruby-cucumber-wire,
               ruby-diff-lcs,
               ruby-gherkin (>= 4),
               ruby-json,
               ruby-multi-json (>= 1.7.5~),
               ruby-multi-test,
               ruby-nokogiri,
               ruby-rspec
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/cucumber.git
Vcs-Browser: https://salsa.debian.org/ruby-team/cucumber
Homepage: http://cukes.info/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: cucumber
Section: misc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery,
         ruby-builder,
         ruby-cucumber-core (>= 1.5),
         ruby-cucumber-wire,
         ruby-diff-lcs,
         ruby-gherkin (>= 4),
         ruby-multi-json (>= 1.7.5~),
         ruby-multi-test,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: rake, ruby-nokogiri
Description: acceptance testing framework
 Cucumber lets software development teams describe how software should behave
 in plain text. The text is written in a business-readable domain-specific
 language and serves as documentation, automated tests and development-aid -
 all rolled into one format.