File: control

package info (click to toggle)
ruby-peek-pg 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 100 kB
  • sloc: ruby: 82; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 1,145 bytes parent folder | download | duplicates (2)
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
31
32
Source: ruby-peek-pg
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Raju Devidas <rajudev@disroot.org>
Build-Depends: debhelper (>= 10~),
               gem2deb,
               ruby-concurrent,
               ruby-concurrent-ext,
               ruby-peek,
               ruby-pg
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-peek-pg.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-peek-pg.git
Homepage: https://github.com/peek/peek-pg
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-peek-pg
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-concurrent,
         ruby-concurrent-ext,
         ruby-peek,
         ruby-pg,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Take a peek into the Postgres queries made during your application's requests
 Things this peek view provides:
  - Total number of Postgres queries called during the request
  - The duration of the queries made during the request