--- python-oauth2-6.0.1.orig/debian/pyversions +++ python-oauth2-6.0.1/debian/pyversions @@ -0,0 +1 @@ +2.5- --- python-oauth2-6.0.1.orig/debian/control +++ python-oauth2-6.0.1/debian/control @@ -0,0 +1,23 @@ +Source: python-oauth2 +Section: python +Priority: optional +Maintainer: Martin Owens +Standards-Version: 3.8.0 +XS-Python-Version: all +Build-Depends: debhelper (>= 4.1.13), cdbs (>= 0.4.49), python, python-central, python-setuptools, python-support +Homepage: http://www.google.com/ + +Package: python-oauth2 +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, python-httplib2 +Provides: ${python:Provides} +Suggests: +Description: A Python OAuth class with several useful + features. + . + * 100% unit test coverage. + * The Request class now extends from dict. + * The Client class works and extends from httplib2. + It's a thin wrapper that handles automatically signing + any normal HTTP request you might wish to make. --- python-oauth2-6.0.1.orig/debian/pycompat +++ python-oauth2-6.0.1/debian/pycompat @@ -0,0 +1 @@ +2 --- python-oauth2-6.0.1.orig/debian/changelog +++ python-oauth2-6.0.1/debian/changelog @@ -0,0 +1,11 @@ +python-oauth2 (6.0.1-0ubuntu4) natty; urgency=low + + * For Natty + + -- Martin Owens (DoctorMO) Thu, 19 May 2011 20:12:27 -0400 + +python-oauth2 (6.0.1-0ubuntu1) maverick; urgency=low + + * Python build for OAuth 2.0 draft 10 (hopefully) + + -- Martin Owens (DoctorMO) Wed, 18 May 2011 00:32:19 -0400 --- python-oauth2-6.0.1.orig/debian/copyright +++ python-oauth2-6.0.1/debian/copyright @@ -0,0 +1,3 @@ + +Copyright (c) 2010 Martin OWens + --- python-oauth2-6.0.1.orig/debian/compat +++ python-oauth2-6.0.1/debian/compat @@ -0,0 +1 @@ +5 --- python-oauth2-6.0.1.orig/debian/rules +++ python-oauth2-6.0.1/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +DEB_PYTHON_SYSTEM = pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +