Source: apt-transport-s3
Section: admin
Priority: optional
Maintainer: Marcin Kulisz <debian@kulisz.net>
Uploaders: David Watson <dwatson@debian.org>
Build-Depends: python (>= 2.6.6-3),
               debhelper (>= 12),
               dh-python
Standards-Version: 4.3.0
Homepage: https://github.com/MayaraCloud/apt-transport-s3
Vcs-Git: https://github.com/MayaraCloud/apt-transport-s3.git
Vcs-Browser: https://github.com/MayaraCloud/apt-transport-s3/tree/debian/sid

Package: apt-transport-s3
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         apt,
         python-configobj
Description: APT transport for privately held AWS S3 repositories
 This package contains the APT AWS S3 transport. It makes possible to fetch
 files from repositories privately held on AWS S3.
 .
 To start using S3 based repo it's enough to have IAM role on the server and to
 add line similar to the below to apt sources.list (more information in 'man
 apt-transport-s3'): deb s3://s3.amazonaws.com/BUCKETNAME wheezy main
