File: control

package info (click to toggle)
vagrant-hostmanager 1.8.9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 212 kB
  • sloc: ruby: 489; sh: 13; makefile: 12
file content (25 lines) | stat: -rw-r--r-- 971 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
Source: vagrant-hostmanager
Section: ruby
Priority: optional
Maintainer: Kienan Stewart <kienan.stewart@burntworld.ca>
Build-Depends: debhelper (>= 10),
               gem2deb,
               rake,
               vagrant
Standards-Version: 4.1.4
Homepage: https://github.com/devopsgroup-io/vagrant-hostmanager
Vcs-Git: https://salsa.debian.org/kienan-guest/vagrant-hostmanager.git
Vcs-Browser: https://salsa.debian.org/kienan-guest/vagrant-hostmanager
XS-Ruby-Versions: all

Package: vagrant-hostmanager
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${shlibs:Depends},
         ${misc:Depends}
Description: Vagrant plugin for managing /etc/hosts on guests and host
 vagrant-hostmanager is a Vagrant plugin that manages the hosts file on guest
 machines (and optionally the host). Its goal is to enable resolution of
 multi-machine environments deployed with a cloud provider where IP addresses
 are not known in advance.