r36090 - in /trunk/libmail-imapclient-perl/debian: changelog patches/catch_ssl_attribute.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 21 22:48:09 UTC 2009


Author: gregoa
Date: Thu May 21 22:48:05 2009
New Revision: 36090

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36090
Log:
Refresh patch catch_ssl_attribute.patch.

Modified:
    trunk/libmail-imapclient-perl/debian/changelog
    trunk/libmail-imapclient-perl/debian/patches/catch_ssl_attribute.patch

Modified: trunk/libmail-imapclient-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imapclient-perl/debian/changelog?rev=36090&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/changelog (original)
+++ trunk/libmail-imapclient-perl/debian/changelog Thu May 21 22:48:05 2009
@@ -1,11 +1,15 @@
 libmail-imapclient-perl (3.17-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * mv NEWS -> NEWS.Debian because that's what the patch refers to
   * Updated debian/copyright
   * Added /me to uploaders
   * Added libdigest-hmac-perl to Recommends (for CRAM-MD5)
   * Added libauthen-sasl-perl to Suggests (for DIGEST-MD5)
+
+  [ gregor herrmann ]
+  * Refresh patch catch_ssl_attribute.patch.
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 21 May 2009 16:48:01 -0400
 

Modified: trunk/libmail-imapclient-perl/debian/patches/catch_ssl_attribute.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-imapclient-perl/debian/patches/catch_ssl_attribute.patch?rev=36090&op=diff
==============================================================================
--- trunk/libmail-imapclient-perl/debian/patches/catch_ssl_attribute.patch (original)
+++ trunk/libmail-imapclient-perl/debian/patches/catch_ssl_attribute.patch Thu May 21 22:48:05 2009
@@ -1,9 +1,9 @@
 Author: Damyan Ivanov <dmn at debian.org>
 Description: catch the Ssl attribute introduced by an earlier patch
 
---- libmail-imapclient-perl.orig/lib/Mail/IMAPClient.pm
-+++ libmail-imapclient-perl/lib/Mail/IMAPClient.pm
-@@ -213,6 +213,10 @@
+--- a/lib/Mail/IMAPClient.pm
++++ b/lib/Mail/IMAPClient.pm
+@@ -230,6 +230,10 @@
          my $v = shift;
          $self->{$k} = $v if defined $v;
      }
@@ -11,6 +11,6 @@
 +    # catch Ssl attribute from old Debian patch
 +    Carp::croak 'Ssl is unsupported as attribute. See NEWS.Debian for more info' if exists $self->{Ssl};
 +
-     bless $self, ref($class)||$class;
+     bless $self, ref($class) || $class;
  
-     if(my $sup = $self->{Supportedflags})  # unpack into case-less HASH
+     if ( my $sup = $self->{Supportedflags} ) {    # unpack into case-less HASH




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