r46507 - in /trunk/libpoe-loop-tk-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 29 20:40:24 UTC 2009


Author: gregoa
Date: Thu Oct 29 20:40:06 2009
New Revision: 46507

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46507
Log:
debian/rules: only run local network tests when localhost is
available.

Modified:
    trunk/libpoe-loop-tk-perl/debian/changelog
    trunk/libpoe-loop-tk-perl/debian/rules

Modified: trunk/libpoe-loop-tk-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-tk-perl/debian/changelog?rev=46507&op=diff
==============================================================================
--- trunk/libpoe-loop-tk-perl/debian/changelog (original)
+++ trunk/libpoe-loop-tk-perl/debian/changelog Thu Oct 29 20:40:06 2009
@@ -1,3 +1,10 @@
+libpoe-loop-tk-perl (1.302-2) UNRELEASED; urgency=low
+
+  * debian/rules: only run local network tests when localhost is
+    available.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 29 Oct 2009 21:39:40 +0100
+
 libpoe-loop-tk-perl (1.302-1) unstable; urgency=low
 
   * Initial Release (Closes: #548275)

Modified: trunk/libpoe-loop-tk-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-tk-perl/debian/rules?rev=46507&op=diff
==============================================================================
--- trunk/libpoe-loop-tk-perl/debian/rules (original)
+++ trunk/libpoe-loop-tk-perl/debian/rules Thu Oct 29 20:40:06 2009
@@ -4,4 +4,6 @@
 	dh $@
 
 override_dh_auto_test:
+	perl -MNet::Ping -e '(Net::Ping->new()->ping("127.0.0.1", 1)) ? \
+		system("touch run_network_tests") : system("rm -rf run_network_tests");'
 	xvfb-run dh_auto_test




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