File: control

package info (click to toggle)
ruby-grape-logging 1.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: ruby: 845; makefile: 6; sh: 3
file content (30 lines) | stat: -rw-r--r-- 1,077 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
30
Source: ruby-grape-logging
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-rack,
               ruby-grape,
               ruby-rspec
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape-logging
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape-logging.git
Homepage: https://github.com/aserafin/grape_logging
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-grape-logging
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-grape,
         ${misc:Depends},
         ${shlibs:Depends}
Description: request logging support for Grape
 This package provides simple request logging for Grape (from the hpackage
 ruby-grape). Features include logging of response codes, request paths,
 request parameters, and others.