File: control

package info (click to toggle)
ruby-google-api-client 0.53.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 75,020 kB
  • sloc: ruby: 626,567; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,424 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
41
Source: ruby-google-api-client
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.1~),
               ruby-representable,
               ruby-retriable,
			   ruby-google-apis-core,
               ruby-addressable,
               ruby-mini-mime,
               ruby-httpclient,
               ruby-rexml,
               ruby-signet (>= 0.12~)
Standards-Version: 4.6.2
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

Package: ruby-google-api-client
Architecture: all
Depends: ruby-representable,
         ruby-retriable,
         ruby-addressable,
    	 ruby-google-apis-core,
         ruby-mini-mime,
         ruby-httpclient,
         ruby-rexml,
         ruby-signet (>= 0.12~),
		 ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-fog-google (<< 1.19~)
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.