[SCM] Debian packaging of libio-async-loop-glib-perl branch, master, updated. debian/0.20-2-7-ge3308be

gregor herrmann gregoa at debian.org
Fri Mar 1 00:29:17 UTC 2013


The following commit has been merged in the master branch:
commit 507c63278450cb7f97b01cc60c5686e6cac8569e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Mar 1 01:13:33 2013 +0100

    Disable t/06loop-control.t.
    
    These tests are unreliable and have been removed by upstream for the next
    release; cf. CPAN RT#83033.
    
    Closes: #699258

diff --git a/debian/rules b/debian/rules
index 2d33f6a..3d5ed1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES=$(filter-out t/06loop-control.t,$(shell echo t/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
Debian packaging of libio-async-loop-glib-perl



More information about the Pkg-perl-cvs-commits mailing list