debian/0000755000000000000000000000000012155553557007203 5ustar debian/source/0000755000000000000000000000000012050427761010472 5ustar debian/source/format0000644000000000000000000000001412050427761011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021012142173077010214 0ustar # Compulsory line, this is a version 3 file version=3 https://github.com/jkinred/psphere/tags/ \ /jkinred/psphere/archive/(.*).tar.gz debian/patches/0000755000000000000000000000000012155554775010635 5ustar debian/patches/series0000644000000000000000000000002612155554730012037 0ustar remove_Makefile.patch debian/patches/remove_Makefile.patch0000644000000000000000000000200012155554772014735 0ustar Description: remove unnecessary Makefile unnecessary Makefile confuses buildsystem, so remove it. Author: Hideki Yamane --- Origin: vendor Forwarded: not-needed Last-Update: 2013-06-11 Index: psphere-0.5.2/Makefile =================================================================== --- psphere-0.5.2.orig/Makefile 2013-04-05 11:36:02.000000000 +0900 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -version: - git describe --tags > version.txt - perl -p -i -e 's/-/_/g' version.txt - -sdist: - python setup.py sdist - -signed-rpm: sdist version - rpmbuild -ba python-psphere.spec --sign --define "_sourcedir `pwd`/dist" - -rpm: sdist version - rpmbuild -ba python-psphere.spec --define "_sourcedir `pwd`/dist" - -srpm: sdist version - rpmbuild -bs python-psphere.spec --define "_sourcedir `pwd`/dist" - -pylint: - pylint --rcfile=pylint.conf imagefactory imgfac - -unittests: - python -m unittest discover -v - -clean: - rm -rf MANIFEST build dist python-psphere.spec version.txt debian/copyright0000644000000000000000000000333512061515546011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: psphere Source: https://github.com/jkinred/psphere Files: * Copyright: 2010-2012 Jonathan Kinred License: Apache-2.0 This software is licensed under Apache 2.0 License. . For a complete description of the license, see /usr/share/common-licenses/Apache-2.0 Files: debian/* Copyright: 2012 Hideki Yamane License: BSD-2-Cluase Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY Hideki Yamane and contributors "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Hideki Yamane and contributors BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/compat0000644000000000000000000000000212050427761010370 0ustar 8 debian/rules0000755000000000000000000000015412050440605010242 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with=python2 debian/changelog0000644000000000000000000000130312155553557011052 0ustar psphere (0.5.2-1) unstable; urgency=low * New upstream release * debian/watch - adjust to deal with upstream's change * debian/patches - add remove_version_by_git to avoid build failure -- Hideki Yamane Tue, 07 May 2013 21:40:57 +0900 psphere (0.5.1-2) unstable; urgency=low * debian/copyright - just point to /usr/share/common-licenses/Apache-2.0 instead put full text for Apache2.0 license regarding to ftpmasters' suggestion -- Hideki Yamane Tue, 11 Dec 2012 11:34:53 +0900 psphere (0.5.1-1) unstable; urgency=low * Initial release (Closes: #694026) -- Hideki Yamane Tue, 13 Nov 2012 20:33:01 +0900 debian/control0000644000000000000000000000152212155553257010603 0ustar Source: psphere Section: python Priority: extra Maintainer: Hideki Yamane Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3), python-setuptools Standards-Version: 3.9.4 Homepage: https://github.com/jkinred/psphere #Vcs-Git: git://git.debian.org/collab-maint/psphere.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/psphere.git;a=summary X-Python-Version: >= 2.6 Package: python-psphere Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-suds Description: Python bindings for the vSphere Web Services SDK pSphere provides native Python bindings for the vSphere Web Services SDK (formerly known as VMware Infrastructure SDK). The project is in its early phases but can already perform most query operations and virtual machine creation. . pSphere is in no way affiliated with VMware Inc.