r46535 - in /trunk/libtest-poe-client-tcp-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 30 16:15:31 UTC 2009


Author: gregoa
Date: Fri Oct 30 16:15:25 2009
New Revision: 46535

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46535
Log:
Only run tests if localhost is available (hopefully closes: #552922).

Modified:
    trunk/libtest-poe-client-tcp-perl/debian/changelog
    trunk/libtest-poe-client-tcp-perl/debian/control
    trunk/libtest-poe-client-tcp-perl/debian/rules

Modified: trunk/libtest-poe-client-tcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/changelog?rev=46535&op=diff
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/changelog (original)
+++ trunk/libtest-poe-client-tcp-perl/debian/changelog Fri Oct 30 16:15:25 2009
@@ -1,7 +1,11 @@
 libtest-poe-client-tcp-perl (1.06-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Now depends on POE 1.28 per upstream
+
+  [ gregor herrmann ]
+  * Only run tests if localhost is available (hopefully closes: #552922).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 26 Oct 2009 18:50:56 -0400
 

Modified: trunk/libtest-poe-client-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/control?rev=46535&op=diff
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/control (original)
+++ trunk/libtest-poe-client-tcp-perl/debian/control Fri Oct 30 16:15:25 2009
@@ -1,7 +1,7 @@
 Source: libtest-poe-client-tcp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, netbase, libpoe-perl (>= 2:1.2800),
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libtest-poe-client-tcp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-client-tcp-perl/debian/rules?rev=46535&op=diff
==============================================================================
--- trunk/libtest-poe-client-tcp-perl/debian/rules (original)
+++ trunk/libtest-poe-client-tcp-perl/debian/rules Fri Oct 30 16:15:25 2009
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	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