[Python-modules-commits] r8496 - in packages/python-django/trunk/debian (changelog rules)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Fri May 15 23:15:46 UTC 2009
Date: Friday, May 15, 2009 @ 23:15:44
Author: lamby
Revision: 8496
Fix compatibility with Python 2.6 and Python transitions in general. Thanks to Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/rules
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2009-05-15 21:15:35 UTC (rev 8495)
+++ packages/python-django/trunk/debian/changelog 2009-05-15 23:15:44 UTC (rev 8496)
@@ -1,3 +1,10 @@
+python-django (1.0.2-7) 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:07:46 +0100
+
python-django (1.0.2-6) unstable; urgency=low
* Backport patch from <http://code.djangoproject.com/ticket/10539> to fix
Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules 2009-05-15 21:15:35 UTC (rev 8495)
+++ packages/python-django/trunk/debian/rules 2009-05-15 23:15:44 UTC (rev 8496)
@@ -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