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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Apr 20 10:43:50 UTC 2012


    Date: Friday, April 20, 2012 @ 10:43:49
  Author: fladi-guest
Revision: 21312

Run wrap-and-sort.

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

Modified: packages/django-openid-auth/trunk/debian/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog	2012-04-20 10:43:11 UTC (rev 21311)
+++ packages/django-openid-auth/trunk/debian/changelog	2012-04-20 10:43:49 UTC (rev 21312)
@@ -4,8 +4,9 @@
   * Fix tests for django (>= 1.4) FTBFS (Closes: #669482).
     - Add patch for Django 1.3 style DATABASE configuration
     - Bump BD on python-django to (>= 1.3) because of new configuration
+  * Run wrap-and-sort.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 20 Apr 2012 12:21:54 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 20 Apr 2012 12:43:39 +0200
 
 django-openid-auth (0.3-3) UNRELEASED; urgency=low
 

Modified: packages/django-openid-auth/trunk/debian/control
===================================================================
--- packages/django-openid-auth/trunk/debian/control	2012-04-20 10:43:11 UTC (rev 21311)
+++ packages/django-openid-auth/trunk/debian/control	2012-04-20 10:43:49 UTC (rev 21312)
@@ -3,8 +3,11 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.3.7~), python-all (>= 2.5), python-support, 
- python-django (>= 1.3), python-openid
+Build-Depends: debhelper (>= 7.3.7~),
+               python-all (>= 2.5),
+               python-django (>= 1.3),
+               python-openid,
+               python-support
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.5
 Homepage: https://launchpad.net/django-openid-auth
@@ -13,11 +16,14 @@
 
 Package: python-django-auth-openid
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django (>=1.2), python-openid
+Depends: python-django (>=1.2),
+         python-openid,
+         ${misc:Depends},
+         ${python:Depends}
 Description: provides optional OpenID integration for Django
- The django-auth-openid library can be used to add OpenID support 
+ 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 
+ 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

Modified: packages/django-openid-auth/trunk/debian/copyright
===================================================================
--- packages/django-openid-auth/trunk/debian/copyright	2012-04-20 10:43:11 UTC (rev 21311)
+++ packages/django-openid-auth/trunk/debian/copyright	2012-04-20 10:43:49 UTC (rev 21312)
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: django-openid-auth
-Upstream-Contact: django-openid-auth developers <https://launchpad.net/~django-openid-auth/+members> 
+Upstream-Contact: django-openid-auth developers <https://launchpad.net/~django-openid-auth/+members>
 Source: https://launchpad.net/django-openid-auth
 
 Copyright: 2008-2010, Canonical Ltd.
@@ -41,4 +41,3 @@
  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.
-




More information about the Python-modules-commits mailing list