This repository contains debian packaging for the Amazon EC2 API Tools, which are command-line utilities that interface with Amazon's EC2 service.
If you wish to use dpkg
, apt
, or aptitude
to install the Amazon
API Tools on a Debian system, then you might
be interested in this packaging.
To build the debs, checkout the debian
branch and run:
dpkg-buildpackage -b -us -uc
To build the source package and debs, checkout the debian
branch and
run:
./debian/mkorig.sh origin/upstream
dpkg-buildpackage -us -uc
Please also read the contents of the files debian/README.source
and
debian/README.Debian
.