File: control

package info (click to toggle)
ruby-aws 2.10.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 748 kB
  • sloc: ruby: 7,748; makefile: 16
file content (30 lines) | stat: -rw-r--r-- 1,090 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 (>= 11~),
               gem2deb,
               ruby-http-connection,
               ruby-uuidtools,
               ruby-xml-simple
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-aws.git
Vcs-Browser: https://salsa.debian.org/ruby-team/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.