[SCM] Debian packaging of libxml-rss-simplegen-perl branch, master, updated. debian/11.11-3-2-ge31e01b

Salvatore Bonaccorso carnil at debian.org
Sat May 4 07:59:23 UTC 2013


The following commit has been merged in the master branch:
commit d26da84615c71ad7e2b0021dfa7274d7e3175840
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat May 4 09:38:40 2013 +0200

    Don't run tests which need network access
    
    Add override target for dh_auto_test running only the tests which do not
    need network access. Fix FTBFS when no network connectivity present
    during build.
    
    Closes: #706732
    Thanks: Felix Geyer <fgeyer at debian.org>

diff --git a/debian/rules b/debian/rules
index 657234c..5a2c716 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="t/00_about.t t/05_xmltext.t \
+					t/10_html2xmltext.t t/30_simple_xml.t \
+					t/40_item.t t/50_history.t t/80_basedate.t"

-- 
Debian packaging of libxml-rss-simplegen-perl



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