--- python-openid-2.0.2.orig/debian/compat +++ python-openid-2.0.2/debian/compat @@ -0,0 +1 @@ +5 --- python-openid-2.0.2.orig/debian/pycompat +++ python-openid-2.0.2/debian/pycompat @@ -0,0 +1 @@ +2 --- python-openid-2.0.2.orig/debian/patches/series +++ python-openid-2.0.2/debian/patches/series @@ -0,0 +1 @@ +build-extensions.patch --- python-openid-2.0.2.orig/debian/patches/build-extensions.patch +++ python-openid-2.0.2/debian/patches/build-extensions.patch @@ -0,0 +1,12 @@ +Index: python-openid-2.0.2/setup.py +=================================================================== +--- python-openid-2.0.2.orig/setup.py 2007-11-20 16:34:45.000000000 +0600 ++++ python-openid-2.0.2/setup.py 2007-11-20 16:34:59.000000000 +0600 +@@ -42,6 +42,7 @@ + url='http://www.openidenabled.com/openid/libraries/python/', + packages=['openid', + 'openid.consumer', ++ 'openid.extensions', + 'openid.server', + 'openid.store', + 'openid.yadis', --- python-openid-2.0.2.orig/debian/examples +++ python-openid-2.0.2/debian/examples @@ -0,0 +1 @@ +examples/* --- python-openid-2.0.2.orig/debian/copyright +++ python-openid-2.0.2/debian/copyright @@ -0,0 +1,32 @@ +Debianization: +Copyright (c) 2006 Mikhail Gusarov + +Original source code is available from +http://www.openidenabled.com/openid/libraries/python/ + +Original copyright: + +Python OpenID - OpenID consumer and server library + +Copyright (C) 2005, 2006 Janrain, Inc. + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +More info about Python OpenID: +openid@janrain.com +http://www.openidenabled.com/openid/libraries/python + +On Debian systems, the complete text of the LGPL can be found in +/usr/share/common-licenses/LGPL file. --- python-openid-2.0.2.orig/debian/changelog +++ python-openid-2.0.2/debian/changelog @@ -0,0 +1,51 @@ +python-openid (2.0.2-1) unstable; urgency=low + + * New upstream release. + * urljr and yadis libraries are now in openid - dropping dependencies + (Closes: #441926). + * Package can now be built twice in a row. Thanks for clean solution + goes to Kumar Appaiah (Closes: #442713). + * quilt added to manage patches. + * Added patch build-extensions.patch, enabling openid.extensions to be + packaged. + * Watch file updated. + + -- Mikhail Gusarov Sat, 15 Sep 2007 14:09:38 +0700 + +python-openid (2.0.1-1) unstable; urgency=low + + * New upstream release (Closes: #430620) + - Example Django server fixed(Closes: #429355, #429628). + * Rebuilding package to get .egg information (Closes: #434536). + * Do not compress examples, they are executable python code + (Closes: #429630). + * epydoc documentation moved to html/ subdir to avoid polluting + top-level directory. + + -- Mikhail Gusarov Wed, 04 Jul 2007 14:06:56 +0700 + +python-openid (2.0.0-1) unstable; urgency=low + + * New upstream release. + * Install more upstream documentation. + + -- Mikhail Gusarov Sat, 12 May 2007 14:20:25 +0700 + +python-openid (1.2.0-1) unstable; urgency=low + + * New upstream release. + * Install upstream changelog as well. + + -- Mikhail Gusarov Sat, 16 Dec 2006 02:06:59 +0600 + +python-openid (1.1.0-2) unstable; urgency=low + + * Copyright file updated to satisfy Debian requirements. + + -- Mikhail Gusarov Sat, 18 Nov 2006 21:21:28 +0600 + +python-openid (1.1.0-1) unstable; urgency=low + + * Initial revision. (Closes: #394467) + + -- Mikhail Gusarov Sat, 21 Oct 2006 19:36:04 +0700 --- python-openid-2.0.2.orig/debian/control +++ python-openid-2.0.2/debian/control @@ -0,0 +1,17 @@ +Source: python-openid +Section: python +Priority: optional +Maintainer: Mikhail Gusarov +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.41), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt +Standards-Version: 3.7.2 +XS-Python-Version: all + +Package: python-openid +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: OpenID support for servers and consumers + Set of Python packages to support use of the OpenID decentralized + identity system in your application, both server- and client-side. --- python-openid-2.0.2.orig/debian/docs +++ python-openid-2.0.2/debian/docs @@ -0,0 +1,3 @@ +README +NOTICE +background-associations.txt --- python-openid-2.0.2.orig/debian/watch +++ python-openid-2.0.2/debian/watch @@ -0,0 +1,6 @@ +version=3 + +# +# 2.0.0-rc3b is actually RC before 2.0.0, so mangle it to 2.0.0~rc3b +# +opts="uversionmangle=s/-rc/~rc/" http://openidenabled.com/files/python-openid/packages/python-openid-(.*)\.tar\.bz2 --- python-openid-2.0.2.orig/debian/rules +++ python-openid-2.0.2/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_DH_INSTALLCHANGELOGS_ARGS=NEWS +DEB_DH_INSTALL_ARGS="doc/*" usr/share/doc/python-openid/html +DEB_COMPRESS_EXCLUDE=examples + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/class/python-distutils.mk