[Python-modules-commits] r2799 - /packages/ll-xist/trunk/debian/rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Sat Jul 21 00:57:54 UTC 2007


Author: bzed-guest
Date: Sat Jul 21 00:57:54 2007
New Revision: 2799

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2799
Log:
removing unneccessary file

Modified:
    packages/ll-xist/trunk/debian/rules

Modified: packages/ll-xist/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/rules?rev=2799&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/rules (original)
+++ packages/ll-xist/trunk/debian/rules Sat Jul 21 00:57:54 2007
@@ -28,6 +28,8 @@
 	## this file is really, really bad. It contains py code
         ## where py seems to expect a path - and we don't need/want it anyway.
 	rm -f debian/python-ll-xist/usr/lib/python*/site-packages/ll_xist-*-py*-nspkg.pth
+	## ll/__init__.py is provided by ll-core, no need to package it here
+	rm -f debian/python-ll-xist/usr/lib/python*/site-packages/ll/__init__.py
 	## make scripts in the script directory executeable
 	chmod 755 debian/python-ll-xist/usr/lib/python*/site-packages/ll/xist/scripts/[^_]*
 




More information about the Python-modules-commits mailing list