File: control

package info (click to toggle)
vagrant-lxc 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 420 kB
  • ctags: 290
  • sloc: ruby: 2,569; sh: 371; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,034 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
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>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby,
               vagrant (>= 1.7.2+dfsg-4~)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/vagrant-lxc.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/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.