[Python-modules-commits] r8926 - in packages/python-toscawidgets/trunk/debian (changelog rules)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Jul 3 16:16:12 UTC 2009


    Date: Friday, July 3, 2009 @ 16:16:00
  Author: zack
Revision: 8926

debian/rules: remove *.pyc before building

Modified:
  packages/python-toscawidgets/trunk/debian/changelog
  packages/python-toscawidgets/trunk/debian/rules

Modified: packages/python-toscawidgets/trunk/debian/changelog
===================================================================
--- packages/python-toscawidgets/trunk/debian/changelog	2009-07-03 14:57:29 UTC (rev 8925)
+++ packages/python-toscawidgets/trunk/debian/changelog	2009-07-03 16:16:00 UTC (rev 8926)
@@ -1,3 +1,9 @@
+python-toscawidgets (0.9.7.1-2) UNRELEASED; urgency=low
+
+  * debian/rules: remove *.pyc before building
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 03 Jul 2009 13:32:00 +0200
+
 python-toscawidgets (0.9.7.1-1) experimental; urgency=low
 
   * new upstream release

Modified: packages/python-toscawidgets/trunk/debian/rules
===================================================================
--- packages/python-toscawidgets/trunk/debian/rules	2009-07-03 14:57:29 UTC (rev 8925)
+++ packages/python-toscawidgets/trunk/debian/rules	2009-07-03 16:16:00 UTC (rev 8926)
@@ -12,6 +12,9 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
+makebuilddir/$(PKG)::
+	find . -name '*.pyc' -exec rm {} \;
+
 # avoid installing useless *.pth files ; fix spurious +x bits
 install/$(PKG)::
 	rm -f debian/$(PKG)/usr/lib/python*/site-packages/*.pth




More information about the Python-modules-commits mailing list