[Python-modules-commits] r8818 - in packages/foolscap/trunk/debian (rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jun 18 19:14:23 UTC 2009


    Date: Thursday, June 18, 2009 @ 19:14:17
  Author: piotr
Revision: 8818

do not harcode python2.5's path

Modified:
  packages/foolscap/trunk/debian/rules

Modified: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules	2009-06-18 19:02:11 UTC (rev 8817)
+++ packages/foolscap/trunk/debian/rules	2009-06-18 19:14:17 UTC (rev 8818)
@@ -44,7 +44,7 @@
 	python$* setup.py install --root $(CURDIR)/debian/python-foolscap \
 		--single-version-externally-managed $(py_setup_install_args)
 	# No need to include the unit tests in the deb file.
-	rm -rf $(CURDIR)/debian/python-foolscap/usr/lib/python2.5/site-packages/foolscap/test
+	rm -rf $(CURDIR)/debian/python-foolscap/$(call py_libdir,$*)/foolscap/test
 	touch $@
 
 # Build architecture-independent files here.




More information about the Python-modules-commits mailing list