File: control

package info (click to toggle)
ruby-flores 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: ruby: 952; makefile: 36
file content (29 lines) | stat: -rw-r--r-- 941 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
Source: ruby-flores
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ajayi Olatunji O. <ajayiolatunji15@yahoo.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby-rspec,
	       ruby-simplecov
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-flores.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-flores
Homepage: https://github.com/jordansissel/ruby-flores
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-flores
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Fuzz, randomize, and stress your tests
 Add fuzzing, randomization, and stress to your tests.
 .
 This library is an exploration to build the tools to let you write tests
 that find bugs.
 .
 In memory of Carlo Flores.