[Python-modules-commits] r20545 - in packages/ocr4gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Feb 23 11:33:25 UTC 2012


    Date: Thursday, February 23, 2012 @ 11:33:23
  Author: jwilk
Revision: 20545

Run dh_testdir in the clean target.

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

Modified: packages/ocr4gamera/trunk/debian/changelog
===================================================================
--- packages/ocr4gamera/trunk/debian/changelog	2012-02-23 11:32:57 UTC (rev 20544)
+++ packages/ocr4gamera/trunk/debian/changelog	2012-02-23 11:33:23 UTC (rev 20545)
@@ -3,8 +3,9 @@
   * Add lintian override for build-depends-on-python-dev-with-no-arch-any.
   * Use build-stamp in build* targets.
   * Reduce build-dependency on debhelper to >= 7.
+  * Run dh_testdir in the clean target.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 23 Feb 2012 12:32:12 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 23 Feb 2012 12:33:11 +0100
 
 ocr4gamera (1.0.6-1) experimental; urgency=low
 

Modified: packages/ocr4gamera/trunk/debian/rules
===================================================================
--- packages/ocr4gamera/trunk/debian/rules	2012-02-23 11:32:57 UTC (rev 20544)
+++ packages/ocr4gamera/trunk/debian/rules	2012-02-23 11:33:23 UTC (rev 20545)
@@ -4,6 +4,7 @@
 
 .PHONY: clean
 clean:
+	dh_testdir
 	dh_clean
 	rm -rf build debian/*.[1-9]
 	find -name '*.py[co]' -delete




More information about the Python-modules-commits mailing list