[Python-modules-commits] r12705 - in packages/django-openid-auth/trunk (11 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Apr 21 11:19:29 UTC 2010


    Date: Wednesday, April 21, 2010 @ 11:19:27
  Author: fladi-guest
Revision: 12705

Initial import of django-auth-openid.

Added:
  packages/django-openid-auth/trunk/debian/
  packages/django-openid-auth/trunk/debian/changelog
  packages/django-openid-auth/trunk/debian/compat
  packages/django-openid-auth/trunk/debian/control
  packages/django-openid-auth/trunk/debian/copyright
  packages/django-openid-auth/trunk/debian/docs
  packages/django-openid-auth/trunk/debian/pyversions
  packages/django-openid-auth/trunk/debian/rules
  packages/django-openid-auth/trunk/debian/source/
  packages/django-openid-auth/trunk/debian/source/format
  packages/django-openid-auth/trunk/debian/watch


Property changes on: packages/django-openid-auth/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/django-openid-auth/trunk/debian/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/changelog	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1,5 @@
+django-openid-auth (0.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #578623).
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 29 Mar 2010 16:18:43 +0200

Added: packages/django-openid-auth/trunk/debian/compat
===================================================================
--- packages/django-openid-auth/trunk/debian/compat	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/compat	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1 @@
+7

Added: packages/django-openid-auth/trunk/debian/control
===================================================================
--- packages/django-openid-auth/trunk/debian/control	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/control	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1,25 @@
+Source: django-openid-auth
+Section: python
+Priority: optional
+Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support, 
+ python-django, python-openid
+Standards-Version: 3.8.4
+Homepage: https://launchpad.net/django-openid-auth
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-openid-auth/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-openid-auth/trunk/
+
+Package: python-django-auth-openid
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-django, python-openid
+Description: OpenID integration for django.contrib.auth
+ A library that can be used to add OpenID support to Django applications.
+ The library integrates with Django's built in authentication system, so
+ most applications require minimal changes to support OpenID login. The
+ library also includes the following features:
+  * Basic user details are transferred from the OpenID server via the
+    simple Registration extension.
+  * can be configured to use a fixed OpenID server URL, for use in SSO.
+  * supports the launchpad.net teams extension to get team membership
+    info.

Added: packages/django-openid-auth/trunk/debian/copyright
===================================================================
--- packages/django-openid-auth/trunk/debian/copyright	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/copyright	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1,45 @@
+This work was packaged for Debian by:
+
+    Fladischer Michael <FladischerMichael at fladi.at> on Tue, 09 Feb 2010 13:57:21 +0100
+
+It was downloaded from:
+
+    https://launchpad.net/django-openid-auth
+
+Upstream Author:
+
+    Canonical Ltd. [https://launchpad.net/~django-openid-auth/+members]
+
+Copyright:
+
+    Copyright (C) 2007 Simon Willison
+    Copyright (C) 2008-2009 Canonical Ltd.
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+
+      * Redistributions of source code must retain the above copyright notice, this
+      list of conditions and the following disclaimer.
+
+      * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Fladischer Michael <FladischerMichael at fladi.at>
+
+and is licensed under the same terms.

Added: packages/django-openid-auth/trunk/debian/docs
===================================================================
--- packages/django-openid-auth/trunk/debian/docs	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/docs	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1,2 @@
+README.txt
+TODO.txt

Added: packages/django-openid-auth/trunk/debian/pyversions
===================================================================
--- packages/django-openid-auth/trunk/debian/pyversions	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/pyversions	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1 @@
+2.5-

Added: packages/django-openid-auth/trunk/debian/rules
===================================================================
--- packages/django-openid-auth/trunk/debian/rules	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/rules	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+%:
+	# Because of the makefile included in upstream we need to set the 
+	# buildsystem explicitly.
+	dh --buildsystem=python_distutils $@
+
+.PHONY:  override_dh_auto_test
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
+	for python in $(shell pyversions -r); do \
+	  PYTHONPATH="." $$python example_consumer/manage.py test --settings=example_consumer.settings django_openid_auth ; \
+	done
+endif
+


Property changes on: packages/django-openid-auth/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/django-openid-auth/trunk/debian/source/format
===================================================================
--- packages/django-openid-auth/trunk/debian/source/format	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/source/format	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-openid-auth/trunk/debian/watch
===================================================================
--- packages/django-openid-auth/trunk/debian/watch	                        (rev 0)
+++ packages/django-openid-auth/trunk/debian/watch	2010-04-21 11:19:27 UTC (rev 12705)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/django-openid-auth/trunk/ http://launchpad.net/django-openid-auth/trunk/0.2/\+download/django-openid-auth-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list