[Python-modules-commits] r23588 - in packages/gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Feb 24 23:32:57 UTC 2013


    Date: Sunday, February 24, 2013 @ 23:32:56
  Author: jwilk
Revision: 23588

Don't run dh_auto_clean; remove *.pyc files manually (which was the only thing it did that wasn't done by other means) instead.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2013-02-24 23:31:14 UTC (rev 23587)
+++ packages/gamera/trunk/debian/changelog	2013-02-24 23:32:56 UTC (rev 23588)
@@ -9,8 +9,10 @@
   * Bump standards version to 3.9.4 (no changes needed).
   * Add patch to fix spelling mistakes.
     (fix-typos.diff)
+  * Don't run dh_auto_clean; remove *.pyc files manually (which was the only
+    thing it did that wasn't done by other means) instead.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 25 Feb 2013 00:05:56 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 25 Feb 2013 00:31:33 +0100
 
 gamera (3.3.3-2) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2013-02-24 23:31:14 UTC (rev 23587)
+++ packages/gamera/trunk/debian/rules	2013-02-24 23:32:56 UTC (rev 23588)
@@ -140,7 +140,7 @@
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
-	dh_auto_clean
+	find -name '*.py[co]' -delete
 	rm -Rf doc/html/images/
 	rm -Rf doc/manpage/
 	rm -Rf build/




More information about the Python-modules-commits mailing list