debian/0000755000000000000000000000000012244507511007167 5ustar debian/patches/0000755000000000000000000000000012244507242010617 5ustar debian/patches/series0000644000000000000000000000002512244507242012031 0ustar 1001-rename_sl.patch debian/patches/1001-rename_sl.patch0000644000000000000000000000110112244507242014155 0ustar Description: Rename launcher script to avoid namespace conflicts. Author: Alessio Treglia Forwarded: not-needed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- softlayer-api-python-client-3.0.0.orig/setup.py +++ softlayer-api-python-client-3.0.0/setup.py @@ -61,7 +61,7 @@ setup( url='http://github.com/softlayer/softlayer-api-python-client', entry_points={ 'console_scripts': [ - 'sl = SoftLayer.CLI.core:main', + 'SL = SoftLayer.CLI.core:main', ], }, package_data={ debian/gbp.conf0000644000000000000000000000003612244507242010606 0ustar [DEFAULT] pristine-tar = True debian/changelog0000644000000000000000000000050312244507415011042 0ustar python-softlayer (3.0.1-1) unstable; urgency=low * New upstream bugfix release. -- Alessio Treglia Sun, 24 Nov 2013 23:43:01 +0000 python-softlayer (3.0.0-1) unstable; urgency=low * Initial release. (Closes: #725912) -- Alessio Treglia Wed, 09 Oct 2013 23:29:25 +0100 debian/rules0000755000000000000000000000016612244507242010253 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/compat0000644000000000000000000000000212244507242010366 0ustar 9 debian/watch0000644000000000000000000000014312244507242010217 0ustar version=3 http://githubredir.debian.net/github/softlayer/softlayer-api-python-client/ v(.+).tar.gz debian/copyright0000644000000000000000000000270012244507242011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SoftLayer API Python Client Upstream-Contact: SoftLayer Technologies, Inc. Source: https://github.com/softlayer/softlayer-api-python-client/releases Files: * Copyright: 2013 SoftLayer Technologies, Inc. All rights reserved. License: Expat Files: debian/* Copyright: 2013 Alessio Treglia License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000164712244507242010603 0ustar Source: python-softlayer Section: python Priority: optional Maintainer: Alessio Treglia Build-Depends: debhelper (>= 9~), python-all, python-setuptools X-Python-Version: >= 2.6 Standards-Version: 3.9.4 Homepage: http://github.com/softlayer/softlayer-api-python-client Vcs-Git: git://anonscm.debian.org/collab-maint/python-softlayer.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-softlayer.git Package: python-softlayer Architecture: all Depends: python-docopt, python-mock, python-nose, python-prettytable, python-requests, python-tox, ${misc:Depends}, ${python:Depends} Description: Python client for SoftLayer API This library provides a simple interface to interact with SoftLayer's XML-RPC API and provides support for many of SoftLayer API's features like object masks and a command-line interface that can be used to access various SoftLayer services using the API. debian/source/0000755000000000000000000000000012244507242010470 5ustar debian/source/format0000644000000000000000000000001412244507242011676 0ustar 3.0 (quilt) debian/python-softlayer.examples0000644000000000000000000000001312244507242014251 0ustar example.py