[SCM] Debian packaging of libdebug-client-perl branch, master, updated. debian/0.25-1-10-g48287e0
gregor herrmann
gregoa at debian.org
Fri Jun 7 20:01:49 UTC 2013
The following commit has been merged in the master branch:
commit 52c21d12d83da3f56581773aa35d7b8bdc562248
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 7 21:57:28 2013 +0200
Run test suite under TERM=dumb.
diff --git a/debian/rules b/debian/rules
index 20e1e87..318f418 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ TEST_FILES = $(filter-out t/00-check-deps.t t/01-compile.t,$(shell echo t/*.t))
dh $@
override_dh_auto_test:
- dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+ TERM=dumb dh_auto_test -- TEST_FILES="$(TEST_FILES)"
--
Debian packaging of libdebug-client-perl
More information about the Pkg-perl-cvs-commits
mailing list