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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Thu Jun 13 12:47:00 UTC 2013


    Date: Thursday, June 13, 2013 @ 12:46:58
  Author: mitya57-guest
Revision: 24800

Also delete .pyc files in clean target

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

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2013-06-13 12:23:19 UTC (rev 24799)
+++ packages/python-keyring/trunk/debian/changelog	2013-06-13 12:46:58 UTC (rev 24800)
@@ -25,7 +25,7 @@
   * Bump python-defaults build-dependency to ensure that python2.7 is
     available, as we use it directly in tests.
   * Build-depend on python[3]-mock and python[3]-crypto, for the testsuite.
-  * Remove build directory in clean target.
+  * Remove build directory and .pyc files in clean target.
   * Update some file names to match upstream renamings.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 08 Jun 2013 14:46:41 +0400

Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules	2013-06-13 12:23:19 UTC (rev 24799)
+++ packages/python-keyring/trunk/debian/rules	2013-06-13 12:46:58 UTC (rev 24800)
@@ -22,6 +22,7 @@
 
 override_dh_auto_clean:
 	rm -rf build
+	find -type f -name *.pyc -delete
 
 override_dh_auto_build:
 	dh_auto_build




More information about the Python-modules-commits mailing list