r2766 - in /packages/libnetxap-perl/trunk/debian: changelog patches/00list patches/80expunge.dpatch

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Sat May 13 18:08:25 UTC 2006


Author: ntyni-guest
Date: Sat May 13 18:08:24 2006
New Revision: 2766

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2766
Log:
Fix handling of expunge responses.

Added:
    packages/libnetxap-perl/trunk/debian/patches/80expunge.dpatch   (with props)
Modified:
    packages/libnetxap-perl/trunk/debian/changelog
    packages/libnetxap-perl/trunk/debian/patches/00list

Modified: packages/libnetxap-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/changelog?rev=2766&op=diff
==============================================================================
--- packages/libnetxap-perl/trunk/debian/changelog (original)
+++ packages/libnetxap-perl/trunk/debian/changelog Sat May 13 18:08:24 2006
@@ -10,10 +10,12 @@
   * debian/patches:
     + 20pod.dpatch: One more fix for POD comments.
     + 60lc.dpatch: Fix typo in Net::IMAP:Acl::new()
-    + 70search.dpatch: Fix 'use of uninitialized value' messages 
+    + 70search.dpatch: Fix 'use of uninitialized value' messages
       when an IMAP search doesn't match.
+    + 80expunge.dpatch: Fix handling of expunge responses. 
+      Thanks to Torsten Hilbrich for the patch. (Closes: #366209)
 
- -- Niko Tyni <ntyni at iki.fi>  Sat, 13 May 2006 21:03:15 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Sat, 13 May 2006 21:06:52 +0300
 
 libnetxap-perl (0.02-5) unstable; urgency=low
 

Modified: packages/libnetxap-perl/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/patches/00list?rev=2766&op=diff
==============================================================================
--- packages/libnetxap-perl/trunk/debian/patches/00list (original)
+++ packages/libnetxap-perl/trunk/debian/patches/00list Sat May 13 18:08:24 2006
@@ -5,3 +5,4 @@
 50debug.dpatch
 60lc.dpatch
 70search.dpatch
+80expunge.dpatch

Added: packages/libnetxap-perl/trunk/debian/patches/80expunge.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/patches/80expunge.dpatch?rev=2766&op=file
==============================================================================
--- packages/libnetxap-perl/trunk/debian/patches/80expunge.dpatch (added)
+++ packages/libnetxap-perl/trunk/debian/patches/80expunge.dpatch Sat May 13 18:08:24 2006
@@ -1,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 80expunge.dpatch by Niko Tyni <ntyni at iki.fi>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix handling of expunge responses. (#366209)
+## DP: Patch by Torsten Hilbrich.
+
+ at DPATCH@
+diff -urNad trunk~/Net/IMAP.pm trunk/Net/IMAP.pm
+--- trunk~/Net/IMAP.pm	2006-05-13 21:05:00.000000000 +0300
++++ trunk/Net/IMAP.pm	2006-05-13 21:06:11.260093080 +0300
+@@ -1853,7 +1853,7 @@
+   return $self;
+ }
+ 
+-sub msgnum { $_->{Msgnum} }
++sub msgnum { $_[0]->{Msgnum} }
+ 
+ ###############################################################################
+ 

Propchange: packages/libnetxap-perl/trunk/debian/patches/80expunge.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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