[SCM] Debian packaging of libencode-imaputf7-perl branch, master, updated. debian/1.05-2

Damyan Ivanov dmn at debian.org
Sun Sep 25 12:43:35 UTC 2011


The following commit has been merged in the master branch:
commit 10b7bd13fa7f324240a1f6e77e0c3621855dbba3
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Sep 25 15:25:31 2011 +0300

    add a patch adding 'use Encode::IMAPUTF7;' to the SYNOPSIS
    
    Closes: #642819

diff --git a/debian/changelog b/debian/changelog
index b44c822..973a529 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libencode-imaputf7-perl (1.05-2) UNRELEASED; urgency=low
 
   [ Damyan Ivanov ]
   * remove libtest-nowarnings-perl from Depends
+  * add a patch adding 'use Encode::IMAPUTF7;' to the SYNOPSIS part of the
+    documentation. Closes: #642819
 
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:43:36 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6ba2111
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+synopsis-use.patch
diff --git a/debian/patches/synopsis-use.patch b/debian/patches/synopsis-use.patch
new file mode 100644
index 0000000..71f155e
--- /dev/null
+++ b/debian/patches/synopsis-use.patch
@@ -0,0 +1,15 @@
+Description: add 'use Encode::IMAPUTF7;' to SYNOPSIS
+Bug-Debian: http://bugs.debian.org/642819
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71216
+
+--- a/lib/Encode/IMAPUTF7.pm
++++ b/lib/Encode/IMAPUTF7.pm
+@@ -86,6 +86,7 @@ Encode::IMAPUTF7 - modification of UTF-7
+ =head1 SYNOPSIS
+ 
+   use Encode qw/encode decode/;
++  use Encode::IMAPUTF7;
+ 
+   print encode('IMAP-UTF-7', 'Répertoire');
+   print decode('IMAP-UTF-7', R&AOk-pertoire');

-- 
Debian packaging of libencode-imaputf7-perl



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