File: control

package info (click to toggle)
roodi 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 301
  • sloc: ruby: 1,922; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,001 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
Source: roodi
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: David Suárez <david.sephirot@gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb (>= 0.4.1~),
               rake,
               ruby-parser (>= 2.3.0),
               ruby-rspec (>= 2.13.0)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/roodi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/roodi.git;a=summary
Homepage: http://roodi.rubyforge.org
XS-Ruby-Versions: all

Package: roodi
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-parser (>= 2.3.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby object oriented design inferometer
 Roodi stands for Ruby Object Oriented Design Inferometer. It parses your
 Ruby code and warns you about design issues you have based on the
 configured checks.