[Python-modules-commits] r8499 - in packages/python-django/branches/experimental/debian (2 files)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Fri May 15 23:23:14 UTC 2009


    Date: Friday, May 15, 2009 @ 23:23:13
  Author: lamby
Revision: 8499

Fix compatibility with Python 2.6 and Python transitions in general. Thanks to Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>.

Modified:
  packages/python-django/branches/experimental/debian/changelog
  packages/python-django/branches/experimental/debian/rules

Modified: packages/python-django/branches/experimental/debian/changelog
===================================================================
--- packages/python-django/branches/experimental/debian/changelog	2009-05-15 23:16:53 UTC (rev 8498)
+++ packages/python-django/branches/experimental/debian/changelog	2009-05-15 23:23:13 UTC (rev 8499)
@@ -1,3 +1,10 @@
+python-django (1.1~beta1-4) UNRELEASED; urgency=low
+
+  * Fix compatibility with Python 2.6 and Python transitions in general. Thanks
+    to Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>.
+
+ -- Chris Lamb <lamby at debian.org>  Sat, 16 May 2009 00:18:47 +0100
+
 python-django (1.1~beta1-3) experimental; urgency=low
 
   * Apply patch from <http://code.djangoproject.com/ticket/10539> to fix

Modified: packages/python-django/branches/experimental/debian/rules
===================================================================
--- packages/python-django/branches/experimental/debian/rules	2009-05-15 23:16:53 UTC (rev 8498)
+++ packages/python-django/branches/experimental/debian/rules	2009-05-15 23:23:13 UTC (rev 8499)
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
 include /usr/share/quilt/quilt.make
+include /usr/share/python/python.mk
 
 PREFIX = debian/python-django
-DJANGO_DIR = $(PREFIX)/usr/lib/`pyversions -d`/site-packages/django
+DJANGO_DIR = $(PREFIX)/$(call py_libdir_sh,`pyversions -d`)/django
 
 %:
 	dh $@




More information about the Python-modules-commits mailing list