[Python-modules-commits] r13315 - in packages/django-openid-auth/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Jun 8 11:39:59 UTC 2010


    Date: Tuesday, June 8, 2010 @ 11:39:38
  Author: fladi-guest
Revision: 13315

Fix duplicate copyright fields.
Assign correct copyright information to the files.
Depend on debhelper 7.3.7 because of "--buildsystem".
Change maintainer in copyright file to a useful value.
Provide a better long-description.

Modified:
  packages/django-openid-auth/trunk/debian/control
  packages/django-openid-auth/trunk/debian/copyright
  packages/django-openid-auth/trunk/debian/rules

Modified: packages/django-openid-auth/trunk/debian/control
===================================================================
--- packages/django-openid-auth/trunk/debian/control	2010-06-08 11:19:25 UTC (rev 13314)
+++ packages/django-openid-auth/trunk/debian/control	2010-06-08 11:39:38 UTC (rev 13315)
@@ -3,7 +3,7 @@
 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, 
+Build-Depends: debhelper (>= 7.3.7~), python-all (>= 2.5), python-support, 
  python-django, python-openid
 Standards-Version: 3.8.4
 Homepage: https://launchpad.net/django-openid-auth
@@ -13,13 +13,14 @@
 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
+Description: provides optional OpenID integration for Django
+ The django-auth-openid library can be used to add OpenID support 
+ to Django applications.
+ It 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
+  * It can be configured to use a fixed OpenID server URL, for use in SSO.
+  * It supports the launchpad.net teams extension to get team membership
     info.

Modified: packages/django-openid-auth/trunk/debian/copyright
===================================================================
--- packages/django-openid-auth/trunk/debian/copyright	2010-06-08 11:19:25 UTC (rev 13314)
+++ packages/django-openid-auth/trunk/debian/copyright	2010-06-08 11:39:38 UTC (rev 13315)
@@ -1,13 +1,21 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Name: django-openid-auth
-Maintainer: Canonical Ltd.
+Maintainer: django-openid-auth developers <https://launchpad.net/~django-openid-auth/+members> 
 Source: https://launchpad.net/django-openid-auth
 
-Files: *
 Copyright: 2008, 2009, Canonical Ltd.
-Copyright: 2007, Simon Willison
+           2007, Simon Willison
 License: BSD
 
+Files: setup.py, django_openid_auth/tests/*, django_openid_auth/management/*, django_openid_auth/teams.py, django_openid_auth/auth.py
+Copyright: 2008, 2009, Canonical Ltd.
+License: BSD
+
+Files: django_openid_auth/admin.py
+Copyright: 2010, Dave Walker
+Copyright: 2008, 2009, Canonical Ltd.
+License: BSD
+
 Files: debian/*
 Copyright: 2010, Fladischer Michael
 License: BSD

Modified: packages/django-openid-auth/trunk/debian/rules
===================================================================
--- packages/django-openid-auth/trunk/debian/rules	2010-06-08 11:19:25 UTC (rev 13314)
+++ packages/django-openid-auth/trunk/debian/rules	2010-06-08 11:39:38 UTC (rev 13315)
@@ -5,7 +5,7 @@
 	# buildsystem explicitly.
 	dh --buildsystem=python_distutils $@
 
-.PHONY:  override_dh_auto_test
+.PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; \




More information about the Python-modules-commits mailing list