diff -Nru python-oauth-1.0.1/debian/changelog python-oauth-1.0.1/debian/changelog --- python-oauth-1.0.1/debian/changelog 2014-07-09 18:34:14.000000000 +0000 +++ python-oauth-1.0.1/debian/changelog 2014-07-07 22:37:44.000000000 +0000 @@ -1,14 +1,19 @@ -python-oauth (1.0.1-3build2) trusty; urgency=medium +python-oauth (1.0.1-4) unstable; urgency=low - * Rebuild to drop files installed into /usr/share/pyshared. + [ Jakub Wilk ] + * Add Vcs-* fields. - -- Matthias Klose Sun, 23 Feb 2014 13:52:32 +0000 + [ Dimitri John Ledkov ] + * Team upload + * Bump Standards-Version to 3.9.5 (with no changes) + * Drop obsolete debian/pycompat + * Switch to dh-python / pybuild + * Bump debhelper compat to 9 + * Add python3-oauthlib package with help of 2to3 + * Switch to 3.0 (quilt) format for above patch + * Trim template text from debian/watch -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 + -- Dimitri John Ledkov Mon, 07 Jul 2014 23:37:44 +0100 python-oauth (1.0.1-3) unstable; urgency=low diff -Nru python-oauth-1.0.1/debian/compat python-oauth-1.0.1/debian/compat --- python-oauth-1.0.1/debian/compat 2014-07-09 18:34:14.000000000 +0000 +++ python-oauth-1.0.1/debian/compat 2014-07-07 22:24:26.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru python-oauth-1.0.1/debian/control python-oauth-1.0.1/debian/control --- python-oauth-1.0.1/debian/control 2014-07-09 18:34:14.000000000 +0000 +++ python-oauth-1.0.1/debian/control 2014-07-07 22:34:21.000000000 +0000 @@ -1,11 +1,15 @@ Source: python-oauth Section: python -Priority: extra +Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki -Build-Depends: debhelper (>= 7), python-all, python-setuptools -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9), python-all, python-setuptools, python3-all, dh-python, python3-setuptools +Standards-Version: 3.9.5 Homepage: http://code.google.com/p/oauth +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-oauth/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-oauth/trunk/ +X-Python-Versions: >= 2.6 +X-Python3-Versions: >= 3.3 Package: python-oauth Architecture: all @@ -15,3 +19,11 @@ python-oauth implements OAuth, which is an open protocol to allow API authentication in a simple and standard method from desktop and web applications. + +Package: python3-oauth +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Python 3 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 for Python 3. diff -Nru python-oauth-1.0.1/debian/patches/2to3.patch python-oauth-1.0.1/debian/patches/2to3.patch --- python-oauth-1.0.1/debian/patches/2to3.patch 1970-01-01 00:00:00.000000000 +0000 +++ python-oauth-1.0.1/debian/patches/2to3.patch 2014-07-07 22:24:04.000000000 +0000 @@ -0,0 +1,14 @@ +Description: use 2to3 to generate python3 module +Author: Dimitri John Ledkov + +--- a/setup.py ++++ b/setup.py +@@ -9,5 +9,6 @@ + author_email="leah.culver@gmail.com", + url="http://code.google.com/p/oauth", + packages = find_packages(), ++ use_2to3 = True, + license = "MIT License", +- zip_safe = True) +\ No newline at end of file ++ zip_safe = True) diff -Nru python-oauth-1.0.1/debian/patches/series python-oauth-1.0.1/debian/patches/series --- python-oauth-1.0.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ python-oauth-1.0.1/debian/patches/series 2014-07-07 22:24:04.000000000 +0000 @@ -0,0 +1 @@ +2to3.patch diff -Nru python-oauth-1.0.1/debian/pycompat python-oauth-1.0.1/debian/pycompat --- python-oauth-1.0.1/debian/pycompat 2014-07-09 18:34:14.000000000 +0000 +++ python-oauth-1.0.1/debian/pycompat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -2 diff -Nru python-oauth-1.0.1/debian/rules python-oauth-1.0.1/debian/rules --- python-oauth-1.0.1/debian/rules 2014-07-09 18:34:14.000000000 +0000 +++ python-oauth-1.0.1/debian/rules 2014-07-07 22:27:49.000000000 +0000 @@ -1,4 +1,5 @@ #!/usr/bin/make -f +export PYBUILD_NAME=oauth %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem=pybuild diff -Nru python-oauth-1.0.1/debian/source/format python-oauth-1.0.1/debian/source/format --- python-oauth-1.0.1/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ python-oauth-1.0.1/debian/source/format 2014-07-07 22:22:14.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru python-oauth-1.0.1/debian/watch python-oauth-1.0.1/debian/watch --- python-oauth-1.0.1/debian/watch 2014-07-09 18:34:14.000000000 +0000 +++ python-oauth-1.0.1/debian/watch 2014-07-07 22:33:38.000000000 +0000 @@ -1,24 +1,2 @@ -# 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