diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..01e5196 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: ruby-leap-cli +Section: ruby +Priority: optional +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> +Uploaders: <> +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) +Standards-Version: 3.9.3 +#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-leap-cli.git +#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-leap-cli.git;a=summary +Homepage: https://leap.se +XS-Ruby-Versions: all + +Package: ruby-leap-cli +Architecture: all +XB-Ruby-Versions: ${ruby:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-minitest, ruby-gli (>= 2.5.0), ruby-command-line-reporter, ruby-highline, ruby-paint, ruby-tee, capistrano (>= 2.15.5), ruby-net-ssh, ruby-gpgme, ruby-ya2yaml, ruby-json, ruby-versionomy, ruby-base32, ruby-activemodel (>= 3.0.6) +Description: Command line interface to the LEAP platform + The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home. |