File: control

package info (click to toggle)
vagrant-mutate 1.2.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,124 kB
  • sloc: ruby: 969; xml: 126; sh: 12; makefile: 8
file content (36 lines) | stat: -rw-r--r-- 1,151 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
Source: vagrant-mutate
Section: admin
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               vagrant (>= 1.5)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/vagrant-mutate.git
Vcs-Browser: https://salsa.debian.org/ruby-team/vagrant-mutate
Homepage: https://github.com/sciurus/vagrant-mutate
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: vagrant-mutate
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         qemu-utils,
         vagrant,
         ${misc:Depends},
         ${shlibs:Depends}
Description: convert vagrant boxes to work with different providers
 Vagrant-mutate is a vagrant plugin to convert Vagrant .box files to
 work with different providers.  It works with URLs, files, and boxes
 that are already setup in Vagrant.
 .
 Supported Conversions:
 .
  * VirtualBox to KVM
  * VirtualBox to libvirt
  * VirtualBox to bhyve
  * libvirt to KVM
  * KVM to libvirt