[Python-modules-commits] r19553 - in packages/shiboken/trunk/debian (rules)
odyx at users.alioth.debian.org
odyx at users.alioth.debian.org
Thu Dec 8 18:32:46 UTC 2011
Date: Thursday, December 8, 2011 @ 18:32:45
Author: odyx
Revision: 19553
In clean, remove upstream .pyc files changed by the build process.
Modified:
packages/shiboken/trunk/debian/rules
Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules 2011-12-08 18:32:35 UTC (rev 19552)
+++ packages/shiboken/trunk/debian/rules 2011-12-08 18:32:45 UTC (rev 19553)
@@ -133,6 +133,8 @@
rm -f debian/libshiboken1.0.symbols-py*
rm -f debian/libshiboken-py3-1.0.symbols
rm -f debian/libshiboken-py3-1.0.symbols-py*
+ - rm -f tests/py3kcompat.pyc
+ - rm -f tests/__pycache__/py3k*.cpython-*.pyc
#### DEBIAN INSTALL ####
More information about the Python-modules-commits
mailing list