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

Pino Toscano pino at moszumanska.debian.org
Tue May 10 17:33:34 UTC 2016


Author: pino
Date: 2016-05-10 17:33:33 +0000 (Tue, 10 May 2016)
New Revision: 20475

Modified:
   kde-extras/ctemplate/trunk/debian/rules
Log:
remove tests leftovers after dh_auto_test


Modified: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	2016-05-10 17:30:50 UTC (rev 20474)
+++ kde-extras/ctemplate/trunk/debian/rules	2016-05-10 17:33:33 UTC (rev 20475)
@@ -5,14 +5,6 @@
 %:
 	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-
 
@@ -20,6 +12,11 @@
 	# 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