File: control

package info (click to toggle)
cucumber 10.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,008 kB
  • sloc: ruby: 7,142; javascript: 4,506; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,350 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
Source: cucumber
Section: ruby
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,
               libjs-jquery,
               rake,
               ruby-base64,
               ruby-builder,
               ruby-cucumber-ci-environment,
               ruby-cucumber-core (>= 15),
               ruby-cucumber-cucumber-expressions,
               ruby-cucumber-html-formatter,
               ruby-diff-lcs,
               ruby-logger,
               ruby-mini-mime,
               ruby-multi-test,
               ruby-sys-uname
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/cucumber.git
Vcs-Browser: https://salsa.debian.org/ruby-team/cucumber
Homepage: https://github.com/cucumber/cucumber-ruby
Testsuite: autopkgtest-pkg-ruby

Package: cucumber
Section: misc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}, ${ruby: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.