r31925 - in /trunk/libio-socket-socks-perl/debian: control patches/series patches/use_systemwide_test_modules.patch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed Mar 11 23:30:33 UTC 2009


Author: gwolf
Date: Wed Mar 11 23:30:29 2009
New Revision: 31925

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31925
Log:
Use Debian-provided test modules

Added:
    trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch
Modified:
    trunk/libio-socket-socks-perl/debian/control
    trunk/libio-socket-socks-perl/debian/patches/series

Modified: trunk/libio-socket-socks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/control?rev=31925&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/control (original)
+++ trunk/libio-socket-socks-perl/debian/control Wed Mar 11 23:30:29 2009
@@ -1,7 +1,7 @@
 Source: libio-socket-socks-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7), quilt, perl-modules
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Pierre Neyron <pierre.neyron at free.fr>

Modified: trunk/libio-socket-socks-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/series?rev=31925&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/series (original)
+++ trunk/libio-socket-socks-perl/debian/patches/series Wed Mar 11 23:30:29 2009
@@ -1,1 +1,2 @@
+use_systemwide_test_modules.patch
 fix-whatis-entry.patch

Added: trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch?rev=31925&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch (added)
+++ trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch Wed Mar 11 23:30:29 2009
@@ -1,0 +1,20 @@
+Index: libio-socket-socks-perl/t/1_load.t
+===================================================================
+--- libio-socket-socks-perl.orig/t/1_load.t	2009-03-11 17:24:08.000000000 -0600
++++ libio-socket-socks-perl/t/1_load.t	2009-03-11 17:24:10.000000000 -0600
+@@ -1,4 +1,4 @@
+-use lib "t/lib";
++#use lib "t/lib";
+ use Test::More tests=>1;
+ 
+ BEGIN{ use_ok( "IO::Socket::Socks" ); }
+Index: libio-socket-socks-perl/t/2_new.t
+===================================================================
+--- libio-socket-socks-perl.orig/t/2_new.t	2009-03-11 17:24:15.000000000 -0600
++++ libio-socket-socks-perl/t/2_new.t	2009-03-11 17:24:17.000000000 -0600
+@@ -1,4 +1,4 @@
+-use lib "t/lib";
++#use lib "t/lib";
+ use Test::More tests=>3;
+ 
+ BEGIN{ use_ok( "IO::Socket::Socks" ); }




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