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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Jun 5 07:12:38 UTC 2012


    Date: Tuesday, June 5, 2012 @ 07:12:35
  Author: fladi-guest
Revision: 22072

Packaging fixes.

Modified:
  packages/django-openid-auth/trunk/debian/changelog
  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/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog	2012-06-05 06:09:38 UTC (rev 22071)
+++ packages/django-openid-auth/trunk/debian/changelog	2012-06-05 07:12:35 UTC (rev 22072)
@@ -2,12 +2,14 @@
 
   * New upstream release.
   * 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
+    - 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.
+  * Make sure .pyc files are not used.
+  * Fix copyright line format in d/copyright.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 20 Apr 2012 12:58:02 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Sun, 06 May 2012 18:49:13 +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-06-05 06:09:38 UTC (rev 22071)
+++ packages/django-openid-auth/trunk/debian/control	2012-06-05 07:12:35 UTC (rev 22072)
@@ -9,14 +9,14 @@
                python-openid,
                python-support
 Standards-Version: 3.9.3
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.6
 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-django (>=1.2),
+Depends: python-django (>=1.1.2),
          python-openid,
          ${misc:Depends},
          ${python:Depends}

Modified: packages/django-openid-auth/trunk/debian/copyright
===================================================================
--- packages/django-openid-auth/trunk/debian/copyright	2012-06-05 06:09:38 UTC (rev 22071)
+++ packages/django-openid-auth/trunk/debian/copyright	2012-06-05 07:12:35 UTC (rev 22072)
@@ -14,7 +14,7 @@
 
 Files: django_openid_auth/admin.py
 Copyright: 2010, Dave Walker
-Copyright: 2008-2010, Canonical Ltd.
+           2008-2010, Canonical Ltd.
 License: BSD
 
 Files: debian/*

Modified: packages/django-openid-auth/trunk/debian/rules
===================================================================
--- packages/django-openid-auth/trunk/debian/rules	2012-06-05 06:09:38 UTC (rev 22071)
+++ packages/django-openid-auth/trunk/debian/rules	2012-06-05 07:12:35 UTC (rev 22072)
@@ -5,6 +5,11 @@
 	# 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_test
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list