File: control

package info (click to toggle)
ruby-fog-google 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,536 kB
  • sloc: ruby: 16,449; sh: 31; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,270 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
Source: ruby-fog-google
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 (>= 11~),
               gem2deb,
               ruby-fog-core,
               ruby-fog-json (>= 1.2~),
               ruby-google-api-client (>= 0.23~),
               ruby-fog-xml
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fog-google.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fog-google
Homepage: https://github.com/fog/fog-google
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-fog-google
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-fog-core,
         ruby-fog-json (>= 1.2~),
         ruby-fog-xml,
         ruby-google-api-client (>= 0.23~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: module for the 'fog' library to support Google cloud services
 This library can be used as a module for `fog` or as standalone provider
 to use the Google Cloud services in applications.
 .
 Fog supports all major cloud providers including AWS, Rackspace, Linode,
 Blue Box, StormOnDemand, and many others.