tarrall / ec2-api-tools

Amazon EC2 API Tools (Debian Packaging)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian Packaging for Amazon API Tools

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.

Usage

Building the Debian binary packages only

To build the debs, checkout the debian branch and run:

dpkg-buildpackage -b -us -uc

Building the Debian source package

To build the source package and debs, checkout the debian branch and run:

./debian/mkorig.sh origin/upstream
dpkg-buildpackage -us -uc

See also

Please also read the contents of the files debian/README.source and debian/README.Debian.

About

Amazon EC2 API Tools (Debian Packaging)

License:Other