r2761 - in /packages/libnetxap-perl/trunk: Net/IMAP.pm Net/xAP.pm debian/patches/00list debian/patches/10debug.dpatch debian/patches/10shebang.dpatch debian/patches/20pod.dpatch debian/patches/50debug.dpatch

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


Author: ntyni-guest
Date: Sat May 13 17:39:17 2006
New Revision: 2761

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2761
Log:
Move three patches to dpatch format.

Added:
    packages/libnetxap-perl/trunk/debian/patches/00list
    packages/libnetxap-perl/trunk/debian/patches/10shebang.dpatch   (with props)
    packages/libnetxap-perl/trunk/debian/patches/20pod.dpatch   (with props)
    packages/libnetxap-perl/trunk/debian/patches/50debug.dpatch
      - copied unchanged from r2760, packages/libnetxap-perl/trunk/debian/patches/10debug.dpatch
Removed:
    packages/libnetxap-perl/trunk/debian/patches/10debug.dpatch
Modified:
    packages/libnetxap-perl/trunk/Net/IMAP.pm
    packages/libnetxap-perl/trunk/Net/xAP.pm

Modified: packages/libnetxap-perl/trunk/Net/IMAP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/Net/IMAP.pm?rev=2761&op=diff
==============================================================================
--- packages/libnetxap-perl/trunk/Net/IMAP.pm (original)
+++ packages/libnetxap-perl/trunk/Net/IMAP.pm Sat May 13 17:39:17 2006
@@ -1,3 +1,4 @@
+#!/usr/local/bin/perl
 #
 # Copyright (c) 1997-1999 Kevin Johnson <kjj at pobox.com>.
 #
@@ -2812,7 +2813,7 @@
 
 =head1 Multipart
 
-This is a container for C<BodyStructure> objects that are multipart entities.
+This is a container for C<BodyStructure objects that are multipart entities.
 
 =head2 parts
 
@@ -2907,12 +2908,12 @@
 
 =head2 envelope
 
-If the MIME content type is C<message/rfc822>, returns a
+If the MIME content type is C<message/rfc822, returns a
 C<Net::IMAP::Envelope> object, otherwise returns undef.
 
 =head2 bodystructure
 
-If the MIME content type is C<message/rfc822>, returns a
+If the MIME content type is C<message/rfc822, returns a
 C<Net::IMAP::BodyStructure> object, otherwise returns undef.
 
 =head2 md5

Modified: packages/libnetxap-perl/trunk/Net/xAP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/Net/xAP.pm?rev=2761&op=diff
==============================================================================
--- packages/libnetxap-perl/trunk/Net/xAP.pm (original)
+++ packages/libnetxap-perl/trunk/Net/xAP.pm Sat May 13 17:39:17 2006
@@ -1,3 +1,4 @@
+#!/usr/local/bin/perl
 #
 # Copyright (c) 1997-1999 Kevin Johnson <kjj at pobox.com>.
 #

Added: packages/libnetxap-perl/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/patches/00list?rev=2761&op=file
==============================================================================
--- packages/libnetxap-perl/trunk/debian/patches/00list (added)
+++ packages/libnetxap-perl/trunk/debian/patches/00list Sat May 13 17:39:17 2006
@@ -1,0 +1,3 @@
+10shebang.dpatch
+20pod.dpatch
+50debug.dpatch

Added: packages/libnetxap-perl/trunk/debian/patches/10shebang.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/patches/10shebang.dpatch?rev=2761&op=file
==============================================================================
--- packages/libnetxap-perl/trunk/debian/patches/10shebang.dpatch (added)
+++ packages/libnetxap-perl/trunk/debian/patches/10shebang.dpatch Sat May 13 17:39:17 2006
@@ -1,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10shebang.dpatch by Niko Tyni <ntyni at iki.fi>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove unneeded shebang lines from the module files.
+
+ at DPATCH@
+diff -urNad trunk~/Net/IMAP.pm trunk/Net/IMAP.pm
+--- trunk~/Net/IMAP.pm	2006-05-13 20:31:41.000000000 +0300
++++ trunk/Net/IMAP.pm	2006-05-13 20:31:50.540724696 +0300
+@@ -1,4 +1,3 @@
+-#!/usr/local/bin/perl
+ #
+ # Copyright (c) 1997-1999 Kevin Johnson <kjj at pobox.com>.
+ #
+diff -urNad trunk~/Net/xAP.pm trunk/Net/xAP.pm
+--- trunk~/Net/xAP.pm	2006-05-13 20:31:41.000000000 +0300
++++ trunk/Net/xAP.pm	2006-05-13 20:31:50.541724525 +0300
+@@ -1,4 +1,3 @@
+-#!/usr/local/bin/perl
+ #
+ # Copyright (c) 1997-1999 Kevin Johnson <kjj at pobox.com>.
+ #

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

Added: packages/libnetxap-perl/trunk/debian/patches/20pod.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/patches/20pod.dpatch?rev=2761&op=file
==============================================================================
--- packages/libnetxap-perl/trunk/debian/patches/20pod.dpatch (added)
+++ packages/libnetxap-perl/trunk/debian/patches/20pod.dpatch Sat May 13 17:39:17 2006
@@ -1,0 +1,35 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20comments.dpatch by Niko Tyni <ntyni at iki.fi>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix POD markup.
+## DP: Originally probably from CPAN #346 by Michael Guennewig
+
+ at DPATCH@
+diff -urNad trunk~/Net/IMAP.pm trunk/Net/IMAP.pm
+--- trunk~/Net/IMAP.pm	2006-05-13 20:38:08.594743712 +0300
++++ trunk/Net/IMAP.pm	2006-05-13 20:38:31.121871020 +0300
+@@ -2812,7 +2812,7 @@
+ 
+ =head1 Multipart
+ 
+-This is a container for C<BodyStructure objects that are multipart entities.
++This is a container for C<BodyStructure> objects that are multipart entities.
+ 
+ =head2 parts
+ 
+@@ -2907,12 +2907,12 @@
+ 
+ =head2 envelope
+ 
+-If the MIME content type is C<message/rfc822, returns a
++If the MIME content type is C<message/rfc822>, returns a
+ C<Net::IMAP::Envelope> object, otherwise returns undef.
+ 
+ =head2 bodystructure
+ 
+-If the MIME content type is C<message/rfc822, returns a
++If the MIME content type is C<message/rfc822>, returns a
+ C<Net::IMAP::BodyStructure> object, otherwise returns undef.
+ 
+ =head2 md5

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




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