File: control

package info (click to toggle)
ruby-bogus 0.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 856 kB
  • ctags: 640
  • sloc: ruby: 4,219; makefile: 7; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,083 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
Source: ruby-bogus
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-dependor,
               ruby-minitest,
               ruby-rspec
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-bogus.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bogus.git
Homepage: https://github.com/psyho/bogus
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-bogus
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-dependor,
         ruby-minitest,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ruby-rspec
Description: library creating fakes to make isolated unit tests reliable
 Bogus is a Ruby library aiming at making unit tests more reliable by
 ensuring that one doesn't stub or mock methods that don't actually exist in
 the mocked objects.