File: control

package info (click to toggle)
ruby-rblineprof 0.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: ansic: 485; ruby: 170; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 816 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
Source: ruby-rblineprof
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rblineprof.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rblineprof
Homepage: https://github.com/tmm1/rblineprof
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-rblineprof
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: line-profiler for ruby
 rblineprof shows you lines of code that are slow.
 .
 See peek-rblineprof for rails integration.