debian/0000755000000000000000000000000011703371636007175 5ustar debian/rules0000755000000000000000000000070311703126357010253 0ustar #!/usr/bin/make -f APP=python-bitbucket VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-") ORIG_REPO=git clone https://github.com/ericof/python-bitbucket.git ORIG_DIR=$(APP)-$(VERSION) EXCLUDE=$(addprefix --exclude=, debian \*~ .hg .svn .git \*.pyc) %: dh $@ --with python2 get-orig-source: $(ORIG_REPO) $(ORIG_DIR) tar $(EXCLUDE) -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR) $(RM) -r $(ORIG_DIR) debian/compat0000644000000000000000000000000211670723375010377 0ustar 7 debian/copyright0000644000000000000000000000312711672421304011124 0ustar This work was packaged for Debian by: David Villa Alises on Sun, 25 Sep 2011 00:52:34 +0200 It was downloaded from: https://github.com/ericof/python-bitbucket Upstream Author: Jason Moiron and others License: BSD License Copyright (c) 2010 Jason Moiron and Contributors 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. END OF TERMS AND CONDITIONS The Debian packaging is: Copyright (C) 2011 David Villa Alises and is licensed under the GPL version 3. On Debian systems, the complete text of the BSD can be found in `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000165011703126357010600 0ustar Source: python-bitbucket Section: python Priority: optional Maintainer: David Villa Alises Uploaders: Debian Python Modules Team Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) Standards-Version: 3.9.2 Homepage: https://github.com/ericof/python-bitbucket Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-bitbucket Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-bitbucket/trunk Package: python-bitbucket Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.6) | python-simplejson Description: Python bindings for the bitbucket.org REST API A simple python library to access the BitBucket API. API Coverage is not that high at the moment as the API has not been officially released and is still in a state of flux. Right now only read (GET) calls are supported. debian/source/0000755000000000000000000000000011703371636010475 5ustar debian/source/format0000644000000000000000000000001411670723375011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024511672421304011041 0ustar python-bitbucket (0.1-1) unstable; urgency=low * Initial release (Closes: #651628) -- David Villa Alises Sat, 10 Dec 2011 18:24:51 +0100