r46539 - in /trunk/libio-all-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Oct 30 16:25:15 UTC 2009
Author: gregoa
Date: Fri Oct 30 16:25:09 2009
New Revision: 46539
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46539
Log:
Only run test suite when localhost is available; thanks to Joey Hess for
the bug report (closes: #537711).
Modified:
trunk/libio-all-perl/debian/changelog
trunk/libio-all-perl/debian/control
trunk/libio-all-perl/debian/rules
Modified: trunk/libio-all-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/changelog?rev=46539&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/changelog (original)
+++ trunk/libio-all-perl/debian/changelog Fri Oct 30 16:25:09 2009
@@ -11,6 +11,8 @@
* Minimize debian/rules.
* Add /me to Uploaders.
* Set Standards-Version to 3.8.3 (no changes).
+ * Only run test suite when localhost is available; thanks to Joey Hess for
+ the bug report (closes: #537711).
-- Ryan Niebur <ryanryan52 at gmail.com> Wed, 08 Apr 2009 19:00:09 -0700
Modified: trunk/libio-all-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/control?rev=46539&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/control (original)
+++ trunk/libio-all-perl/debian/control Fri Oct 30 16:25:09 2009
@@ -5,7 +5,7 @@
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
Rene Mayorga <rmayorga at debian.org.sv>,
gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libspiffy-perl, libmldbm-perl, libfile-readbackwards-perl,
libio-string-perl
Standards-Version: 3.8.3
Modified: trunk/libio-all-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/rules?rev=46539&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/rules (original)
+++ trunk/libio-all-perl/debian/rules Fri Oct 30 16:25:09 2009
@@ -2,3 +2,7 @@
%:
dh --with quilt $@
+
+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