File: control

package info (click to toggle)
ruby-gitlab 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,752 kB
  • sloc: ruby: 8,203; makefile: 6; sh: 4
file content (33 lines) | stat: -rw-r--r-- 1,157 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
Source: ruby-gitlab
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>, 
           Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-httparty,
               ruby-rspec,
               ruby-terminal-table,
# for the tests
               ruby-webmock
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab
Homepage: https://github.com/narkoz/gitlab
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-gitlab
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-httparty,
         ruby-terminal-table,
         ${misc:Depends}
Description: Ruby wrapper and CLI for the GitLab API
 This package contains a Ruby wrapper and CLI for the GitLab API.
 .
 It is possible to use this gem as a command line interface to GitLab. In order
 to make that work you need to set a few environment variables.