File: control

package info (click to toggle)
ruby-rspec 3.12.0c0e1m1s0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,752 kB
  • sloc: ruby: 69,818; sh: 1,861; makefile: 99
file content (114 lines) | stat: -rw-r--r-- 3,952 bytes parent folder | download | duplicates (2)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: ruby-rspec
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: coderay,
               debhelper-compat (= 13),
               gem2deb (>= 1),
               git,
               ruby-aruba,
               ruby-childprocess,
               ruby-diff-lcs,
               ruby-fakefs,
               ruby-flexmock,
               ruby-json,
               ruby-minitest,
               ruby-mocha,
               ruby-nokogiri,
               ruby-rr,
               ruby-thread-order
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rspec.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rspec
Homepage: https://rspec.info/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-rspec
Architecture: all
X-DhRuby-Root: rspec
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ruby-rspec-core (= ${binary:Version}),
         ruby-rspec-expectations (= ${binary:Version}),
         ruby-rspec-mocks (= ${binary:Version}),
Breaks: ruby-rspec-collection-matchers (<< 1.2.0),
        ruby-rspec-rails (<< 4.0.0~),
Description: Behaviour Driven Development framework for Ruby - metapackage
 RSpec is a Behaviour Driven Development framework for Ruby. It
 provides a framework for writing and executing examples of how your
 Ruby application should behave.

Package: ruby-rspec-core
Architecture: all
X-DhRuby-Root: rspec-core
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ruby,
         ruby-rspec-support (= ${binary:Version}),
Breaks: ruby-rspec-rails (<< 4.0.0~),
Suggests: ruby-rspec
Description: Behaviour Driven Development framework for Ruby - core
 RSpec is a Behaviour Driven Development framework for Ruby. It
 provides a framework for writing and executing examples of how your
 Ruby application should behave.
 .
 This package provides the core of the RSpec framework.

Package: ruby-rspec-expectations
Architecture: all
X-DhRuby-Root: rspec-expectations
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ruby-rspec-support (= ${binary:Version}),
         ruby-diff-lcs,
Breaks: ruby-rspec-rails (<< 4.0.0~),
Suggests: ruby-rspec
Description: Behaviour Driven Development framework for Ruby - expectations
 RSpec is a Behaviour Driven Development framework for Ruby. It
 provides a framework for writing and executing examples of how your
 Ruby application should behave.
 .
 This package provides the handling of expectations (should/should_not and
 matchers).

Package: ruby-rspec-mocks
Architecture: all
X-DhRuby-Root: rspec-mocks
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ruby-rspec-support (= ${binary:Version}),
         ruby-diff-lcs,
Breaks: ruby-rspec-rails (<< 4.0.0~),
Suggests: ruby-rspec
Description: Behaviour Driven Development framework for Ruby - mocks
 RSpec is a Behaviour Driven Development framework for Ruby. It
 provides a framework for writing and executing examples of how your
 Ruby application should behave.
 .
 This package provides support for stubbing and mocking.

Package: ruby-rspec-support
Architecture: all
X-DhRuby-Root: rspec-support
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-rspec-rails (<< 4.0.0~),
Suggests: ruby-rspec
Multi-Arch: foreign
Description: Behaviour Driven Development framework for Ruby - support
 RSpec is a Behaviour Driven Development framework for Ruby. It
 provides a framework for writing and executing examples of how your
 Ruby application should behave.
 .
 This package provides common functionality to other
 rspec packages. It is considered suitable for internal
 use only at this time.