[Python-modules-commits] r20508 - in packages/greekocr4gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Feb 19 01:11:50 UTC 2012


    Date: Sunday, February 19, 2012 @ 01:11:49
  Author: jwilk
Revision: 20508

Run dh_testdir in the clean target.

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

Modified: packages/greekocr4gamera/trunk/debian/changelog
===================================================================
--- packages/greekocr4gamera/trunk/debian/changelog	2012-02-19 01:10:43 UTC (rev 20507)
+++ packages/greekocr4gamera/trunk/debian/changelog	2012-02-19 01:11:49 UTC (rev 20508)
@@ -1,3 +1,9 @@
+greekocr4gamera (1.0.1-3) UNRELEASED; urgency=low
+
+  * Run dh_testdir in the clean target.
+
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 19 Feb 2012 02:11:36 +0100
+
 greekocr4gamera (1.0.1-2) experimental; urgency=low
 
   * Use xargs to iterate over all Python versions.

Modified: packages/greekocr4gamera/trunk/debian/rules
===================================================================
--- packages/greekocr4gamera/trunk/debian/rules	2012-02-19 01:10:43 UTC (rev 20507)
+++ packages/greekocr4gamera/trunk/debian/rules	2012-02-19 01:11:49 UTC (rev 20508)
@@ -4,6 +4,7 @@
 
 .PHONY: clean
 clean:
+	dh_testdir
 	dh_clean
 	rm -rf build *.egg-info/ debian/*.[1-9]
 	find -name '*.py[co]' -delete




More information about the Python-modules-commits mailing list