r32496 - in /trunk/libio-socket-socks-perl/debian: changelog control libio-socket-socks-perl.docs patches/fix-whatis-entry.patch patches/use_systemwide_test_modules.patch

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Wed Apr 1 21:36:40 UTC 2009


Author: npf-guest
Date: Wed Apr  1 21:36:36 2009
New Revision: 32496

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32496
Log:
- clean quilt patches as advised by pkg-perl quilt howto
- do no ship README
- fix pkg short description

Removed:
    trunk/libio-socket-socks-perl/debian/libio-socket-socks-perl.docs
Modified:
    trunk/libio-socket-socks-perl/debian/changelog
    trunk/libio-socket-socks-perl/debian/control
    trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch
    trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch

Modified: trunk/libio-socket-socks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/changelog?rev=32496&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/changelog (original)
+++ trunk/libio-socket-socks-perl/debian/changelog Wed Apr  1 21:36:36 2009
@@ -1,19 +1,20 @@
 libio-socket-socks-perl (0.1-3) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   TODO
   (nothing dramatic but still ..)
   * Standards-Version 3.8.1
   * add headers to patches
+  * ...
+
+  [ Pierre Neyron ]
   * refresh headers with quilt settings from
     http://pkg-perl.alioth.debian.org/howto/quilt.html
-  * short description doesn't work as
-    $package is a $synopsis
+  * fix short description: remove Module name ($package is a $synopsis)
   * remove debian/libio-socket-socks-perl.docs, the installed README looks not
     really helpful
-  
-  * ...
 
- -- gregor herrmann <gregoa at debian.org>  Mon, 16 Mar 2009 00:08:44 +0100
+ -- Pierre Neyron <pierre.neyron at free.fr>  Wed, 01 Apr 2009 23:29:09 +0200
 
 libio-socket-socks-perl (0.1-2) unstable; urgency=low
 

Modified: trunk/libio-socket-socks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/control?rev=32496&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/control (original)
+++ trunk/libio-socket-socks-perl/debian/control Wed Apr  1 21:36:36 2009
@@ -13,7 +13,7 @@
 Package: libio-socket-socks-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: IO::Socket::Socks provides a SOCKS v5 proxy support for IO::Socket
+Description: SOCKS v5 proxy support for IO::Socket
  IO::Socket::Socks allows to create IO::Socket objects to establish a TCP
  connection through a SOCKS v5 proxy, as well as creating a SOCKS v5 proxy
  server.

Modified: trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch?rev=32496&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch (original)
+++ trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch Wed Apr  1 21:36:36 2009
@@ -1,7 +1,5 @@
-Index: libio-socket-socks-perl/lib/IO/Socket/Socks.pm
-===================================================================
---- libio-socket-socks-perl.orig/lib/IO/Socket/Socks.pm	2009-03-03 23:41:54.000000000 +0100
-+++ libio-socket-socks-perl/lib/IO/Socket/Socks.pm	2009-03-03 23:56:15.000000000 +0100
+--- a/lib/IO/Socket/Socks.pm
++++ b/lib/IO/Socket/Socks.pm
 @@ -22,7 +22,7 @@
  
  =head1 NAME

Modified: 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=32496&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch (original)
+++ trunk/libio-socket-socks-perl/debian/patches/use_systemwide_test_modules.patch Wed Apr  1 21:36:36 2009
@@ -1,17 +1,13 @@
-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
+--- a/t/1_load.t
++++ b/t/1_load.t
 @@ -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
+--- a/t/2_new.t
++++ b/t/2_new.t
 @@ -1,4 +1,4 @@
 -use lib "t/lib";
 +#use lib "t/lib";




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