r17113 - /trunk/libnet-dns-async-perl/debian/rules

waja-guest at users.alioth.debian.org waja-guest at users.alioth.debian.org
Sun Mar 9 21:16:31 UTC 2008


Author: waja-guest
Date: Sun Mar  9 21:16:30 2008
New Revision: 17113

URL: http://svn.debian.org/wsvn/?sc=1&rev=17113
Log:
skip test requireing network connection and minor changes

Modified:
    trunk/libnet-dns-async-perl/debian/rules

Modified: trunk/libnet-dns-async-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-dns-async-perl/debian/rules?rev=17113&op=diff
==============================================================================
--- trunk/libnet-dns-async-perl/debian/rules (original)
+++ trunk/libnet-dns-async-perl/debian/rules Sun Mar  9 21:16:30 2008
@@ -10,6 +10,9 @@
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
+
+# skip the networktest
+TEST_FILES="t/01_use.t"
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -58,9 +61,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
 	dh_installdocs README
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_perl
 	dh_compress
 	dh_fixperms




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