rev 20471 - kde-extras/ctemplate/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Fri May 6 19:22:18 UTC 2016


Author: pino
Date: 2016-05-06 19:22:17 +0000 (Fri, 06 May 2016)
New Revision: 20471

Modified:
   kde-extras/ctemplate/trunk/debian/rules
Log:
clean tests dirs on dh_clean


Modified: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:19:24 UTC (rev 20470)
+++ kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:22:17 UTC (rev 20471)
@@ -5,6 +5,14 @@
 %:
 	dh $@ --parallel --with autoreconf
 
+override_dh_clean:
+	dh_clean
+	# remove temporary directories not cleaned up automatically
+	rm -rf \
+	  /tmp/diff_tpl_auto_escape_unittest_sh_dir \
+	  /tmp/make_tpl_varnames_h_unittest_sh_dir \
+	  /tmp/template_unittest_dir
+
 override_dh_auto_configure:
 	dh_auto_configure -- --program-prefix=ctemplate-
 
@@ -12,11 +20,6 @@
 	# the tests don't run fine together in parallel or in different order,
 	# so run them sequentially
 	dh_auto_test --max-parallel=1
-	# remove temporary directories not cleaned up automatically
-	rm -rf \
-	  /tmp/diff_tpl_auto_escape_unittest_sh_dir \
-	  /tmp/make_tpl_varnames_h_unittest_sh_dir \
-	  /tmp/template_unittest_dir
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-kde-commits mailing list