File: control

package info (click to toggle)
ruby-aws 2.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 744 kB
  • ctags: 1,028
  • sloc: ruby: 7,748; makefile: 16
file content (30 lines) | stat: -rw-r--r-- 1,114 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-aws
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tomasz Nitecki <tnnn@tnnn.pl>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               ruby-http-connection,
               ruby-uuidtools,
               ruby-xml-simple
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-aws.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-aws.git
Homepage: https://github.com/appoxy/aws/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-aws
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-http-connection,
         ruby-uuidtools,
         ruby-xml-simple,
         ${misc:Depends},
         ${shlibs:Depends}
Description: AWS Ruby Library for interfacing with Amazon Web Services
 This package provides a robust, fast, and secure interface to AWS services
 such as EC2, EBS, S3, SQS, SimpleDB, ELB and CloudFront. It supports signature
 versions 0, 1 and 2 on all services.