[Python-modules-commits] r2472 - /packages/decoratortools/trunk/debian/rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon May 28 22:51:27 UTC 2007


Author: kov
Date: Mon May 28 22:51:27 2007
New Revision: 2472

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2472
Log:
remove the nspkg.pth file; I want to have namespaces implemented in a cleaner way

Modified:
    packages/decoratortools/trunk/debian/rules

Modified: packages/decoratortools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/decoratortools/trunk/debian/rules?rev=2472&op=diff
==============================================================================
--- packages/decoratortools/trunk/debian/rules (original)
+++ packages/decoratortools/trunk/debian/rules Mon May 28 22:51:27 2007
@@ -9,3 +9,6 @@
 
 DEB_COMPRESS_EXCLUDE=.py .pdf
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+binary-post-install/python-decoratortools::
+	find debian/python-decoratortools -name \*-nspkg.pth -exec rm {} \;




More information about the Python-modules-commits mailing list