File: control

package info (click to toggle)
ruby-fog-voxel 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 164
  • sloc: ruby: 1,373; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,308 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
Source: ruby-fog-voxel
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-fog-core, ruby-fog-xml, ruby-shindo
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-voxel.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-voxel.git;a=summary
Homepage: https://github.com/fog/fog-voxel
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-fog-voxel
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-core, ruby-fog-xml
Breaks: ruby-fog (<< 1.25~)
Replaces: ruby-fog (<< 1.25~)
Description: module for the 'fog' gem to support Voxel
 This library can be used as a module for `fog` or as standalone provider
 to use the Voxel in applications. fog is the Ruby cloud services library, 
 top to bottom:
 .
  *Collections provide a simplified interface, making clouds easier to work with 
  and switch between.
 .
  *Requests allow power users to get the most out of the features of each 
  individual cloud.
 .
  *Mocks make testing and integrating a breeze.