File: control

package info (click to toggle)
ruby-fog-libvirt 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 386
  • sloc: ruby: 2,204; xml: 40; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,336 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
Source: ruby-fog-libvirt
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-fog-core (>= 1.27.4),
               ruby-fog-json,
               ruby-fog-xml (>= 0.1.1),
               ruby-json,
               ruby-libvirt (>= 0.7.0),
               ruby-shindo (>= 0.3.4)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-fog-libvirt.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-fog-libvirt.git
Homepage: http://github.com/fog/fog-libvirt
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-fog-libvirt
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-fog-core (>= 1.27),
         ruby-fog-core (>= 1.27.4),
         ruby-fog-json,
         ruby-fog-xml (>= 0.1.1),
         ruby-json,
         ruby-libvirt (>= 0.7.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Module for the 'fog' gem to support libvirt
 This library can be used as a module for 'fog' or as standalone libvirt
 provider, supporting the provisioning of virtual machines through libvirt from
 Ruby programs.