File: control

package info (click to toggle)
ruby-fission 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 624 kB
  • sloc: ruby: 4,664; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,018 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: 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.