File: control

package info (click to toggle)
ruby-fog-libvirt 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: ruby: 2,593; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download | duplicates (2)
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
Source: ruby-fog-libvirt
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-fog-core,
               ruby-fog-json,
               ruby-fog-xml,
               ruby-json,
               ruby-libvirt,
               ruby-shindo
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fog-libvirt.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fog-libvirt
Homepage: https://github.com/fog/fog-libvirt
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-fog-libvirt
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby,
         ruby-fog-core,
         ruby-fog-json,
         ruby-fog-xml,
         ruby-json,
         ruby-libvirt,
         ${misc:Depends},
         ${ruby: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.