[Python-modules-commits] r7291 - in packages/xlwt/trunk/debian (changelog rules)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Wed Jan 7 21:31:18 UTC 2009


    Date: Wednesday, January 7, 2009 @ 21:31:17
  Author: jandd-guest
Revision: 7291

remove duplicate examples from module directory

Modified:
  packages/xlwt/trunk/debian/changelog
  packages/xlwt/trunk/debian/rules

Modified: packages/xlwt/trunk/debian/changelog
===================================================================
--- packages/xlwt/trunk/debian/changelog	2009-01-07 20:51:36 UTC (rev 7290)
+++ packages/xlwt/trunk/debian/changelog	2009-01-07 21:31:17 UTC (rev 7291)
@@ -1,3 +1,9 @@
+xlwt (0.7.0-2) unstable; urgency=low
+
+  * remove examples from module installation directory
+
+ -- Jan Dittberner <jan at dittberner.info>  Wed, 07 Jan 2009 22:30:42 +0100
+
 xlwt (0.7.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #510763)

Modified: packages/xlwt/trunk/debian/rules
===================================================================
--- packages/xlwt/trunk/debian/rules	2009-01-07 20:51:36 UTC (rev 7290)
+++ packages/xlwt/trunk/debian/rules	2009-01-07 21:31:17 UTC (rev 7291)
@@ -18,6 +18,7 @@
 install-python%:
 	python$* setup.py install \
 	  --root $(CURDIR)/debian/python-xlwt
+	rm -r $(CURDIR)/debian/python-xlwt/usr/lib/python$*/site-packages/xlwt/examples
 	touch $@
 
 binary-indep: build install




More information about the Python-modules-commits mailing list