r33161 - in /trunk/liblwp-protocol-socks-perl/debian: changelog control

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Mon Apr 13 22:21:35 UTC 2009


Author: npf-guest
Date: Mon Apr 13 22:21:30 2009
New Revision: 33161

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33161
Log:
Fix control file w/ better descriptions. Ready for review/upload

Modified:
    trunk/liblwp-protocol-socks-perl/debian/changelog
    trunk/liblwp-protocol-socks-perl/debian/control

Modified: trunk/liblwp-protocol-socks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-socks-perl/debian/changelog?rev=33161&op=diff
==============================================================================
--- trunk/liblwp-protocol-socks-perl/debian/changelog (original)
+++ trunk/liblwp-protocol-socks-perl/debian/changelog Mon Apr 13 22:21:30 2009
@@ -1,12 +1,5 @@
-liblwp-protocol-socks-perl (1.1-1) UNRELEASED; urgency=low
-
-  minor TODO:
-  debian/control:
-  - short description should be a "noun phrase", i.e. work as
-    $package is a $shortdescription
-  - long description: LWP::Protocol::socks should be mentioned somewhere, and
-    maybe make it a bit more, hm, compact
+liblwp-protocol-socks-perl (1.1-1) unstable; urgency=low
 
   * Initial Release. (Closes: #517027)
 
- -- Pierre Neyron <pierre.neyron at free.fr>  Sat, 11 Apr 2009 23:08:31 +0200
+ -- Pierre Neyron <pierre.neyron at free.fr>  Tue, 14 Apr 2009 00:12:10 +0200

Modified: trunk/liblwp-protocol-socks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-socks-perl/debian/control?rev=33161&op=diff
==============================================================================
--- trunk/liblwp-protocol-socks-perl/debian/control (original)
+++ trunk/liblwp-protocol-socks-perl/debian/control Mon Apr 13 22:21:30 2009
@@ -15,16 +15,8 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl,
  libio-socket-socks-perl (>= 0.1), libio-socket-ssl-perl (>= 0.96)
-Description: adds support for the socks protocol and proxy facility
- Use this package when you wish to use a socks proxy for your connections.
- .
- It provides some essential hooks into the LWP system to implement a socks
- "scheme" similar to http for describing your socks connection, and can be
- used to proxy either http or https connections.
- .
- The use case is to use LWP::UserAgent's proxy method to register your socks
- proxy like so:
- .
- $ua->proxy([qw(http https)] => 'socks://socks.yahoo.com:1080');
- .
- Then just use your $ua object as usual!
+Description: SOCKS proxy support for LWP
+ LWP::Protocol::socks implements the SOCKS protocol for Perl WWW library. It
+ provides the essential hooks into the LWP system to add the capability to
+ setup a LWP::UserAgent to use a SOCKS proxy the same way as already possible
+ for a HTTP proxy.




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