Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
python-boto => tklbam-python-boto (ugh I know)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraz Siri committed Aug 19, 2010
1 parent bb14fda commit d503e07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/control
@@ -1,11 +1,11 @@
Source: python-boto
Source: tklbam-python-boto
Section: python
Priority: optional
Maintainer: Alon Swartz <alon@turnkeylinux.org>
Build-Depends: debhelper (>> 4.2.0), python (>= 2.4)
Standards-Version: 3.6.1

Package: python-boto
Package: tklbam-python-boto
Architecture: all
Depends: python (>= 2.4)
Description: Python interface to Amazon's Web Services
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -4,7 +4,7 @@
#export DH_VERBOSE=1

progname=$(shell awk '/^Source/ {print $$2}' debian/control)
prefix=debian/$(progname)/usr
prefix=debian/$(progname)/usr/lib/tklbam/deps

build:
mkdir -p $(prefix)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -52,7 +52,7 @@ def get_version():
long_description="Python interface to Amazon's Web Services.",
author = "Mitch Garnaat",
author_email = "mitch@garnaat.com",
scripts = ["bin/sdbadmin", "bin/elbadmin", "bin/s3put", "bin/fetch_file", "bin/launch_instance", 'bin/list_instances', "bin/taskadmin"],
#scripts = ["bin/sdbadmin", "bin/elbadmin", "bin/s3put", "bin/fetch_file", "bin/launch_instance", 'bin/list_instances', "bin/taskadmin"],
url = "http://code.google.com/p/boto/",
packages = [ 'boto', 'boto.sqs', 'boto.s3',
'boto.ec2', 'boto.ec2.cloudwatch', 'boto.ec2.autoscale', 'boto.ec2.elb',
Expand Down

0 comments on commit d503e07

Please sign in to comment.