File: control

package info (click to toggle)
vagrant-lxc 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: ruby: 2,578; sh: 472; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,057 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
Source: vagrant-lxc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby,
               vagrant (>= 1.7.2+dfsg-4~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/ruby-team/vagrant-lxc
Vcs-Git: https://salsa.debian.org/ruby-team/vagrant-lxc.git
Homepage: https://github.com/fgrehm/vagrant-lxc
XS-Ruby-Versions: all

Package: vagrant-lxc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: lxc,
         redir,
         ruby | ruby-interpreter,
         sudo,
         vagrant,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Linux Containers provider for Vagrant
 This package adds support using Vagrant with Linux Containers. The entire
 Vagrant workflow is exactly the same, except with vagrant-lxc it will use lxc
 containers instead of VirtualBox VMs.