File: control

package info (click to toggle)
ruby-peek-host 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: ruby: 26; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,003 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-peek-host
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,
               ruby-peek,
               git
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-peek-host.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-peek-host
Homepage: https://github.com/jacobbednarz/peek-host
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-peek-host
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-peek,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Take a peek into the host which served your Rails request
 Things this peek view provides: Hostname of the instance which served your
 request.
 .
 peek is a profiling tool originally built at GitHub to help them get an
 insight into their application.