File: control

package info (click to toggle)
ruby-google-api-client 0.33.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 56,648 kB
  • sloc: ruby: 475,555; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,544 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
37
38
39
40
Source: ruby-google-api-client
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-representable (>= 3.0~),
               ruby-retriable (>= 2.0~),
               ruby-addressable (>= 2.5.1~),
               ruby-mini-mime (>= 1.0~),
               ruby-googleauth (>= 0.9~),
               ruby-httpclient (>= 2.8.1~),
               ruby-signet (>= 0.12~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-google-api-client.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-google-api-client
Homepage: https://github.com/google/google-api-ruby-client
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-google-api-client
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-representable (>= 3.0~),
         ruby-retriable (>= 2.0~),
         ruby-addressable (>= 2.5.1~),
         ruby-mini-mime (>= 1.0~),
         ruby-googleauth (>= 0.9~),
         ruby-httpclient (>= 2.8.1~),
         ruby-signet (>= 0.12~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Client for accessing Google APIs
 This library makes it easy to access Google services via APIs.
 .
 For example, to use Google Drive, just add require 'google/apis/drive_v2'
 .
 This library is a dependency of gitlab, a git based collaboration platform.