File: control

package info (click to toggle)
ruby-capybara 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,872 kB
  • sloc: ruby: 18,763; makefile: 4
file content (51 lines) | stat: -rw-r--r-- 1,835 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
Source: ruby-capybara
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: cucumber,
               debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-addressable,
               ruby-erubis,
               ruby-fuubar,
               ruby-launchy-shim,
               ruby-mini-mime (>= 0.1.3~),
               ruby-nokogiri (>= 1.8~),
               ruby-rspec,
               puma,
               ruby-sinatra,
               ruby-rack (>= 1.6~),
               ruby-rack-test (>= 0.6.3~),
               ruby-regexp-parser (>= 1.2~),
               ruby-xpath (>= 3.2~),
               yard,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-capybara.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-capybara
Homepage: https://github.com/teamcapybara/capybara
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-capybara
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery,
         libjs-jquery-ui,
         ruby | ruby-interpreter,
         ruby-addressable,
         ruby-mini-mime (>= 0.1.3~),
         ruby-nokogiri (>= 1.8~),
         ruby-rack (>= 1.6~),
         ruby-rack-test (>= 0.6.3~),
         ruby-regexp-parser (>= 1.2~),
         ruby-xpath (>= 3.2~),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-launchy
Description: integration testing tool for Rack based web applications
 Capybara helps to test web applications based on Rack (such
 as the ones using Rails or Sinatra). It simulates how a real user would
 interact with the application. Multiple test drivers are supported
 Rack::Test comes built-in but other drivers can be added separately.