[Python-modules-commits] r9405 - in packages/python-django/branches/lenny-backports/debian (2 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Thu Aug 20 22:01:22 UTC 2009


    Date: Thursday, August 20, 2009 @ 22:01:21
  Author: debacle
Revision: 9405

Prepare a lenny-backport.

Modified:
  packages/python-django/branches/lenny-backports/debian/changelog
  packages/python-django/branches/lenny-backports/debian/rules

Modified: packages/python-django/branches/lenny-backports/debian/changelog
===================================================================
--- packages/python-django/branches/lenny-backports/debian/changelog	2009-08-20 21:50:17 UTC (rev 9404)
+++ packages/python-django/branches/lenny-backports/debian/changelog	2009-08-20 22:01:21 UTC (rev 9405)
@@ -1,3 +1,12 @@
+python-django (1.1-2~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+  * Build-Depends on python-support and debhelper from lenny-backports,
+    Depends on python-support from lenny-backports, one line change in
+    debian/rules to prevent Build-Depends on new python.
+
+ -- W. Martin Borgert <debacle at debian.org>  Thu, 20 Aug 2009 21:51:17 +0000
+
 python-django (1.1-2) unstable; urgency=low
 
   * Run testsuite on build.

Modified: packages/python-django/branches/lenny-backports/debian/rules
===================================================================
--- packages/python-django/branches/lenny-backports/debian/rules	2009-08-20 21:50:17 UTC (rev 9404)
+++ packages/python-django/branches/lenny-backports/debian/rules	2009-08-20 22:01:21 UTC (rev 9405)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/python/python.mk
+py_libdir_sh = $$(_py_=$(strip $(1)); python$${_py_\#python*} -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())')
 
 PREFIX = debian/python-django
 DJANGO_DIR = $(PREFIX)/$(call py_libdir_sh,`pyversions -d`)/django




More information about the Python-modules-commits mailing list