File: control

package info (click to toggle)
ruby-grape-path-helpers 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ruby: 814; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,250 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
31
32
33
34
35
36
Source: ruby-grape-path-helpers
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               pry,
               rake,
               ruby-activesupport,
               ruby-grape (>= 1.3~),
               ruby-rspec,
               ruby-ruby2-keywords
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape-path-helpers.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape-path-helpers
Homepage: https://gitlab.com/gitlab-org/grape-path-helpers
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-grape-path-helpers
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake,
         ruby-activesupport,
         ruby-grape (>= 1.3~),
         ruby-ruby2-keywords,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Route path helpers for Grape
 Provides named route helpers for Grape APIs, similar to Rails' route helpers.
 .
 This is a fork and rename of grape-route-helpers. It includes some fixes
 needed for GitLab.