[SCM] Debian packaging of URI-Title CPAN distribution branch, master, updated. debian/1.86-1-4-ge6b8907

gregor herrmann gregoa at debian.org
Thu Jan 10 16:20:54 UTC 2013


The following commit has been merged in the master branch:
commit 88b5819cee5cb16fa718b8f428cf8f628c826053
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 10 17:13:38 2013 +0100

    Skip test t/html.t during build.
    
    While it deals fine with a missing internet connection, it might fail if the
    retrieved webpages change.
    
    Thanks: Ansgar Burchardt for pointing out this issue.

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

-- 
Debian packaging of URI-Title CPAN distribution



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