[Python-modules-commits] r2336 - in /packages/python-openid/trunk/debian: ./ changelog compat control copyright docs examples pycompat rules

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sat May 12 07:10:11 UTC 2007


Author: dottedmag-guest
Date: Sat May 12 07:10:10 2007
New Revision: 2336

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2336
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-openid/trunk/debian/
    packages/python-openid/trunk/debian/changelog
    packages/python-openid/trunk/debian/compat
    packages/python-openid/trunk/debian/control
    packages/python-openid/trunk/debian/copyright
    packages/python-openid/trunk/debian/docs
    packages/python-openid/trunk/debian/examples
    packages/python-openid/trunk/debian/pycompat
    packages/python-openid/trunk/debian/rules   (with props)

Added: packages/python-openid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/changelog?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/changelog (added)
+++ packages/python-openid/trunk/debian/changelog Sat May 12 07:10:10 2007
@@ -1,0 +1,19 @@
+python-openid (1.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Install upstream changelog as well.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  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 <dottedmag at dottedmag.net>  Sat, 18 Nov 2006 21:21:28 +0600
+
+python-openid (1.1.0-1) unstable; urgency=low
+
+  * Initial revision. (Closes: #394467)
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 21 Oct 2006 19:36:04 +0700
+

Added: packages/python-openid/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/compat?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/compat (added)
+++ packages/python-openid/trunk/debian/compat Sat May 12 07:10:10 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-openid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/control?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/control (added)
+++ packages/python-openid/trunk/debian/control Sat May 12 07:10:10 2007
@@ -1,0 +1,16 @@
+Source: python-openid
+Section: python
+Priority: optional
+Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.41), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+Standards-Version: 3.7.2
+XS-Python-Version: all
+
+Package: python-openid
+Architecture: all
+Depends: ${python:Depends}, python-yadis (>= 1.1.0), python-urljr (>= 1.0.1)
+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.

Added: packages/python-openid/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/copyright?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/copyright (added)
+++ packages/python-openid/trunk/debian/copyright Sat May 12 07:10:10 2007
@@ -1,0 +1,32 @@
+Debianization:
+Copyright (c) 2006 Mikhail Gusarov <dottedmag at dottedmag.net>
+
+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 at 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.

Added: packages/python-openid/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/docs?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/docs (added)
+++ packages/python-openid/trunk/debian/docs Sat May 12 07:10:10 2007
@@ -1,0 +1,2 @@
+README
+doc/*

Added: packages/python-openid/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/examples?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/examples (added)
+++ packages/python-openid/trunk/debian/examples Sat May 12 07:10:10 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/python-openid/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/pycompat?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/pycompat (added)
+++ packages/python-openid/trunk/debian/pycompat Sat May 12 07:10:10 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-openid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/debian/rules?rev=2336&op=file
==============================================================================
--- packages/python-openid/trunk/debian/rules (added)
+++ packages/python-openid/trunk/debian/rules Sat May 12 07:10:10 2007
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk

Propchange: packages/python-openid/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list