r69852 - in /trunk/libpoe-component-sslify-perl/debian: changelog control patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 27 13:59:12 UTC 2011


Author: gregoa
Date: Sun Feb 27 13:59:02 2011
New Revision: 69852

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69852
Log:
* (Build) depend on perl >= 5.10.1 (IO::Handle 1.28, Test::More 0.88).
* Refresh spelling.patch (offset).

Modified:
    trunk/libpoe-component-sslify-perl/debian/changelog
    trunk/libpoe-component-sslify-perl/debian/control
    trunk/libpoe-component-sslify-perl/debian/patches/spelling.patch

Modified: trunk/libpoe-component-sslify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/changelog?rev=69852&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/changelog (original)
+++ trunk/libpoe-component-sslify-perl/debian/changelog Sun Feb 27 13:59:02 2011
@@ -1,10 +1,15 @@
 libpoe-component-sslify-perl (1.002-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Refresh copyright information
   * Bump package to debhelper 8
   * Add myself to Uploaders and Copyright
   * Slight rewrite of control description
+
+  [ gregor herrmann ]
+  * (Build) depend on perl >= 5.10.1 (IO::Handle 1.28, Test::More 0.88).
+  * Refresh spelling.patch (offset).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 26 Feb 2011 15:23:08 -0500
 

Modified: trunk/libpoe-component-sslify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/control?rev=69852&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/control (original)
+++ trunk/libpoe-component-sslify-perl/debian/control Sun Feb 27 13:59:02 2011
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, netbase,
+Build-Depends-Indep: perl (>= 5.10.1), netbase,
  libmodule-build-perl (>= 0.360100) | perl (>= 5.11.4),
  libnet-ssleay-perl (>= 1.36),
  libpoe-perl (>= 2:1.267),
@@ -20,7 +20,7 @@
 Package: libpoe-component-sslify-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
- libnet-ssleay-perl (>= 1.36)
+ libnet-ssleay-perl (>= 1.36), perl (>= 5.10.1)
 Description: module for SSL connection handling in POE Components
  POE::Component::SSLify is a POE Component that represents the standard way to
  handle SSL connections for other POE Components. It allows for the creation of

Modified: trunk/libpoe-component-sslify-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/patches/spelling.patch?rev=69852&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/patches/spelling.patch (original)
+++ trunk/libpoe-component-sslify-perl/debian/patches/spelling.patch Sun Feb 27 13:59:02 2011
@@ -6,7 +6,7 @@
 
 --- a/lib/POE/Component/SSLify/ClientHandle.pm
 +++ b/lib/POE/Component/SSLify/ClientHandle.pm
-@@ -60,7 +60,7 @@ POE::Component::SSLify::ClientHandle - c
+@@ -73,7 +73,7 @@
  
  =head1 DESCRIPTION
  




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