[Python-apps-commits] r5041 - in packages/pylint/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Mar 28 10:16:30 UTC 2010


    Date: Sunday, March 28, 2010 @ 10:16:25
  Author: morph
Revision: 5041

* debian/rules
  - also delete *.pyo files (generated by tests running with -OO)

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2010-03-28 10:12:34 UTC (rev 5040)
+++ packages/pylint/trunk/debian/changelog	2010-03-28 10:16:25 UTC (rev 5041)
@@ -10,8 +10,10 @@
     - bump Standards-Version to 3.8.4 (no changes needed)
     - dropped XB-Python-Version
     - added python-logilab-common to b-d-i to have 'pytest' available
+  * debian/rules
+    - also delete *.pyo files (generated by tests running with -OO)
 
- -- Sandro Tosi <morph at debian.org>  Sun, 28 Mar 2010 11:48:47 +0200
+ -- Sandro Tosi <morph at debian.org>  Sun, 28 Mar 2010 12:13:36 +0200
 
 pylint (0.19.0-1) unstable; urgency=low
 

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2010-03-28 10:12:34 UTC (rev 5040)
+++ packages/pylint/trunk/debian/rules	2010-03-28 10:16:25 UTC (rev 5041)
@@ -33,6 +33,7 @@
 	NO_SETUPTOOLS=1 python setup.py clean
 
 	find . -name "*.pyc" -delete
+	find . -name "*.pyo" -delete
 
 	rm -rf build
 




More information about the Python-apps-commits mailing list