[SCM] Debian packaging of libio-socket-socks-perl branch, master, updated. 9508952e1d78a52c22cd9c08867a1e80566b13bf

gregor herrmann gregoa at debian.org
Mon Aug 29 20:07:46 UTC 2011


The following commit has been merged in the master branch:
commit 6b524cc6c8d1613e534d9ec87106136b060f288e
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 29 21:52:47 2011 +0200

    remove patch, applied upstream
    
    Git-Dch: Ignore

diff --git a/debian/changelog b/debian/changelog
index a071ea1..49de541 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,6 @@ libio-socket-socks-perl (0.51-1) UNRELEASED; urgency=low
   * Add myself to Uploaders and Copyright.
   * Switch d/compat to 8.
   * Build-Depends: switch to debhelper (>= 8).
-  * Added patch for spelling error in manpage.
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1817668..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling-error.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
deleted file mode 100644
index 49bac1e..0000000
--- a/debian/patches/spelling-error.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Fixing man page
-Author: Fabrizio Regalli <fabreg at fabreg.it>
-Last-Update: 2011-07-01
-Forwarded: no
---- a/lib/IO/Socket/Socks.pm
-+++ b/lib/IO/Socket/Socks.pm
-@@ -2036,7 +2036,7 @@
- =head3 new_from_socket($socket, %cfg)
- 
- Creates a new IO::Socket::Socks client object.  new_from_socket() is the same as
--new(), but allows to create object from an existing socket. Both takes the following
-+new(), but allows one to create object from an existing socket. Both takes the following
- config hash:
- 
-   SocksVersion => 4 or 5. Default is 5
-@@ -2146,7 +2146,7 @@
- =head3
- command( %cfg )
- 
--Allows to execute socks command on already opened socket. Thus you
-+Allows one to execute socks command on already opened socket. Thus you
- can create socks chain. For example see L</EXAMPLES> section.
- 
- %cfg is like hash in the constructor. Only options listed below makes sence:
-@@ -2182,7 +2182,7 @@
- =head3 new_from_socket($socket, %cfg)
- 
- Creates a new IO::Socket::Socks server object. new_from_socket() is the same as
--new(), but allows to create object from an existing socket. Both takes the following
-+new(), but allows one to create object from an existing socket. Both takes the following
- config hash:
- 
-   SocksVersion => 4 for socks v4, 5 for socks v5. Default is 5

-- 
Debian packaging of libio-socket-socks-perl



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