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

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


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

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


Modified: kde-extras/ctemplate/trunk/debian/changelog
===================================================================
--- kde-extras/ctemplate/trunk/debian/changelog	2016-05-06 19:14:48 UTC (rev 20468)
+++ kde-extras/ctemplate/trunk/debian/changelog	2016-05-06 19:17:22 UTC (rev 20469)
@@ -3,6 +3,8 @@
   [ Pino Toscano ]
   * Run the tests without multiple parallel jobs, as it seems they conflict
     or depend on each other; also make the tests run fatal again.
+  * Manually remove few tests-related directories in /tmp not cleaned up by
+    the tests themselves.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 06 May 2016 21:08:15 +0200
 

Modified: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:14:48 UTC (rev 20468)
+++ kde-extras/ctemplate/trunk/debian/rules	2016-05-06 19:17:22 UTC (rev 20469)
@@ -12,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