[Python-modules-commits] r22318 - 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 26 10:45:38 UTC 2012


    Date: Tuesday, June 26, 2012 @ 10:45:37
  Author: fladi-guest
Revision: 22318

Fix some packaging issues.

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

Modified: packages/django-openid-auth/trunk/debian/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog	2012-06-26 08:52:48 UTC (rev 22317)
+++ packages/django-openid-auth/trunk/debian/changelog	2012-06-26 10:45:37 UTC (rev 22318)
@@ -1,15 +1,17 @@
 django-openid-auth (0.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Lower dependency on python-django to (>= 1.1.2).
+  * Bump XS-P-V to >= 2.6.
   * Fix tests for django (>= 1.4) FTBFS (Closes: #669482).
     - Add patch for Django 1.2 style DATABASE configuration
     - Bump B-D on python-django to (>= 1.2) because of new configuration
-  * Run wrap-and-sort.
   * Fix DEP5 lintian format warnings.
+  * Fix DEP5 copyright line format in d/copyright.
   * Make sure .pyc files are not used.
-  * Fix copyright line format in d/copyright.
+  * Run wrap-and-sort.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Sun, 06 May 2012 18:49:13 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 26 Jun 2012 12:45:08 +0200
 
 django-openid-auth (0.3-3) UNRELEASED; urgency=low
 

Modified: packages/django-openid-auth/trunk/debian/copyright
===================================================================
--- packages/django-openid-auth/trunk/debian/copyright	2012-06-26 08:52:48 UTC (rev 22317)
+++ packages/django-openid-auth/trunk/debian/copyright	2012-06-26 10:45:37 UTC (rev 22318)
@@ -5,7 +5,7 @@
 
 Files: *
 Copyright: 2008-2010, 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

Modified: packages/django-openid-auth/trunk/debian/rules
===================================================================
--- packages/django-openid-auth/trunk/debian/rules	2012-06-26 08:52:48 UTC (rev 22317)
+++ packages/django-openid-auth/trunk/debian/rules	2012-06-26 10:45:37 UTC (rev 22318)
@@ -5,10 +5,10 @@
 	# buildsystem explicitly.
 	dh --buildsystem=python_distutils $@
 
-.PHONY: override_dh_auto_build
-override_dh_auto_build:
-	find -name "*.pyc" -delete
-	dh_auto_build
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+	find -name "*.pyc" -o -name "*~" -delete
+	dh_auto_configure
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:




More information about the Python-modules-commits mailing list