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: libnet-amazon-s3-tools-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
Ryan Niebur <ryan@debian.org>
Section: net
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-amazon-s3-tools-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-amazon-s3-tools-perl.git
Homepage: https://metacpan.org/release/Net-Amazon-S3-Tools
Package: libnet-amazon-s3-tools-perl
Architecture: all
Depends: libfile-homedir-perl,
libgetopt-argvfile-perl,
libnet-amazon-s3-perl,
libxml-writer-perl,
${misc:Depends},
${perl:Depends}
Description: Command line tools for Amazon AWS S3
These S3 command line tools allow you to manipulate and populate an S3
account. Refer to the documentation (pod and man) for each of the
tools.
.
This Net::Amazon::S3::Tools module is mostly just a stub, to hoist
the bundling and installation of the executable scripts that make up
the actual tools.
|