--- python-oauth-1.0.1.orig/debian/changelog +++ python-oauth-1.0.1/debian/changelog @@ -0,0 +1,32 @@ +python-oauth (1.0.1-3build2) trusty; urgency=medium + + * Rebuild to drop files installed into /usr/share/pyshared. + + -- Matthias Klose Sun, 23 Feb 2014 13:52:32 +0000 + +python-oauth (1.0.1-3build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 02:11:20 +0000 + +python-oauth (1.0.1-3) unstable; urgency=low + + * Switch to dh_python2. + * Bump Standards-Version to 3.9.2 (with no changes). + * Add support python-2.7 and drop support python-2.5 + * change Maintainer to DPMT. + + -- TANIGUCHI Takaki Mon, 23 May 2011 11:01:36 +0900 + +python-oauth (1.0.1-2) unstable; urgency=low + + * debian/control: update maintainer email address + + -- TANIGUCHI Takaki Sun, 18 Oct 2009 16:34:32 +0900 + +python-oauth (1.0.1-1) unstable; urgency=low + + * Initial release (Closes: #550848) + + -- TANIGUCHI Takaki Wed, 14 Oct 2009 10:42:00 +0900 --- python-oauth-1.0.1.orig/debian/compat +++ python-oauth-1.0.1/debian/compat @@ -0,0 +1 @@ +7 --- python-oauth-1.0.1.orig/debian/control +++ python-oauth-1.0.1/debian/control @@ -0,0 +1,17 @@ +Source: python-oauth +Section: python +Priority: extra +Maintainer: Debian Python Modules Team +Uploaders: TANIGUCHI Takaki +Build-Depends: debhelper (>= 7), python-all, python-setuptools +Standards-Version: 3.9.2 +Homepage: http://code.google.com/p/oauth + +Package: python-oauth +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Description: Python library implementing of the OAuth protocol + python-oauth implements OAuth, which is an open protocol to allow API + authentication in a simple and standard method from desktop and web + applications. --- python-oauth-1.0.1.orig/debian/copyright +++ python-oauth-1.0.1/debian/copyright @@ -0,0 +1,42 @@ +This work was packaged for Debian by: + + TANIGUCHI Takaki on Tue, 13 Oct 2009 17:04:29 +0900 + +It was downloaded from http://pypi.python.org/pypi/oauth/ + +Upstream Author: + + Leah Culver + +Copyright: + + Copyright (c) 2007 Leah Culver + +License: + +The MIT License + +Copyright (c) 2007 Leah Culver + +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. +The Debian packaging is: + + Copyright (C) 2009 TANIGUCHI Takaki + +and is licensed under the MIT License. --- python-oauth-1.0.1.orig/debian/examples +++ python-oauth-1.0.1/debian/examples @@ -0,0 +1 @@ +oauth/example/* --- python-oauth-1.0.1.orig/debian/pycompat +++ python-oauth-1.0.1/debian/pycompat @@ -0,0 +1 @@ +2 --- python-oauth-1.0.1.orig/debian/rules +++ python-oauth-1.0.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --- python-oauth-1.0.1.orig/debian/watch +++ python-oauth-1.0.1/debian/watch @@ -0,0 +1,24 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php python-oauth-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/python-oauth-(.*)\.tar\.gz +http://pypi.python.org/packages/source/o/oauth/oauth-(.*).tar.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/python-oauth-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/python-oauth/python-oauth-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html python-oauth-(.*)\.tar\.gz