[Python-apps-commits] r3935 - in packages/trac/branches/lenny-backports/debian (2 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sun Oct 11 12:02:06 UTC 2009


    Date: Sunday, October 11, 2009 @ 12:00:59
  Author: debacle
Revision: 3935

Backport testing version to lenny.

Modified:
  packages/trac/branches/lenny-backports/debian/changelog
  packages/trac/branches/lenny-backports/debian/rules

Modified: packages/trac/branches/lenny-backports/debian/changelog
===================================================================
--- packages/trac/branches/lenny-backports/debian/changelog	2009-10-11 09:55:21 UTC (rev 3934)
+++ packages/trac/branches/lenny-backports/debian/changelog	2009-10-11 12:00:59 UTC (rev 3935)
@@ -1,3 +1,10 @@
+trac (0.11.5-4~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+  * One line change in debian/rules to prevent Build-Depends on new python.
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 11 Oct 2009 10:02:13 +0000
+
 trac (0.11.5-4) unstable; urgency=low
 
   * Revert the change: Depend on python-setuptools instead of

Modified: packages/trac/branches/lenny-backports/debian/rules
===================================================================
--- packages/trac/branches/lenny-backports/debian/rules	2009-10-11 09:55:21 UTC (rev 3934)
+++ packages/trac/branches/lenny-backports/debian/rules	2009-10-11 12:00:59 UTC (rev 3935)
@@ -2,7 +2,7 @@
 
 PYVER=$(shell python -c 'import sys; print sys.version[:3]')
 include /usr/share/dpatch/dpatch.make
-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())')
 
 clean: unpatch 
 	dh_testdir




More information about the Python-apps-commits mailing list