File: control

package info (click to toggle)
vagrant-bindfs 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 344 kB
  • sloc: ruby: 1,385; makefile: 11; sh: 4
file content (25 lines) | stat: -rw-r--r-- 898 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
Source: vagrant-bindfs
Section: ruby
Priority: optional
Maintainer: Jonas Meurer <jonas@freesources.org>
Build-Depends: debhelper (>= 12.8~),
               debhelper-compat (= 12),
               gem2deb,
               rake,
               vagrant
Standards-Version: 4.5.0
Homepage: https://github.com/gael-ian/vagrant-bindfs
Vcs-Git: https://salsa.debian.org/debian/vagrant-bindfs.git
Vcs-Browser: https://salsa.debian.org/debian/vagrant-bindfs
XS-Ruby-Versions: all

Package: vagrant-bindfs
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${shlibs:Depends},
         ${misc:Depends}
Description: Vagrant plugin to automate bindfs mounts in the VM
 vagrant-bindfs is a Vagrant plugin to automate bindfs mounts in the VM. This
 allows you to change owner, group and permissions on files and, for example,
 work around NFS share permissions issues.