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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Tue Jun 18 14:22:06 UTC 2013


    Date: Tuesday, June 18, 2013 @ 14:22:05
  Author: mitya57-guest
Revision: 24843

Also remove keyring.egg-info 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-18 03:20:43 UTC (rev 24842)
+++ packages/python-keyring/trunk/debian/changelog	2013-06-18 14:22:05 UTC (rev 24843)
@@ -25,10 +25,11 @@
   * 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 and .pyc files in clean target.
+  * Remove build directory, egg-info directory and .pyc files in clean
+    target.
   * Update some file names to match upstream renamings.
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 13 Jun 2013 19:17:06 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 18 Jun 2013 18:20:24 +0400
 
 python-keyring (0.9.3-1) unstable; urgency=low
 

Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules	2013-06-18 03:20:43 UTC (rev 24842)
+++ packages/python-keyring/trunk/debian/rules	2013-06-18 14:22:05 UTC (rev 24843)
@@ -21,7 +21,7 @@
 endif
 
 override_dh_auto_clean:
-	rm -rf build
+	rm -rf build keyring.egg-info
 	find -type f -name *.pyc -delete
 
 override_dh_auto_build:




More information about the Python-modules-commits mailing list