r45637 - /trunk/libpoe-component-irc-perl/debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Oct 12 15:57:30 UTC 2009


Author: jawnsy-guest
Date: Mon Oct 12 15:57:25 2009
New Revision: 45637

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45637
Log:
Note that the whole Net::Ping thing might not be needed...

Modified:
    trunk/libpoe-component-irc-perl/debian/rules

Modified: trunk/libpoe-component-irc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/rules?rev=45637&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/rules (original)
+++ trunk/libpoe-component-irc-perl/debian/rules Mon Oct 12 15:57:25 2009
@@ -4,5 +4,7 @@
 	dh --with quilt $@
 
 override_dh_auto_test:
+	# I'm not sure if this is needed; netbase is in B-D-I so localhost
+	# should be available -- jawnsy (Jonathan Yu)
 	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \
 		|| dh_auto_test




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