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: ruby-fission
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-cfpropertylist,
ruby-fakefs,
ruby-rspec
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fission.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fission
Homepage: https://github.com/thbishop/fission
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-fission
Architecture: all
Depends: ruby:any,
ruby-cfpropertylist,
${misc:Depends},
${shlibs:Depends}
Description: Command line tool to manage VMware Fusion VMs
A simple utility to manage VMware Fusion VMs from the command line.
.
This include options to clone, delete, start VMs and take snapshots.
.
See /usr/share/doc/ruby-fission/README.md.gz for all options.
|