This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libnetxap-perl.
commit 54dc0ee83780c988bf21019b2f5f2e4c4d90c603 Author: Axel Beckert <[email protected]> Date: Thu Nov 9 22:02:53 2017 +0100 Add patch to fix spelling errors found by lintian --- debian/changelog | 1 + debian/patches/95spelling.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 27 insertions(+) diff --git a/debian/changelog b/debian/changelog index 70f8095..bb88a7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,7 @@ libnetxap-perl (0.02-8) UNRELEASED; urgency=low * Drop article from short package description. * Install file "NEWS" as upstream changelog. * Mention additionally supported protocols in long package description. + * Add patch to fix spelling errors found by lintian. -- Fabrizio Regalli <[email protected]> Wed, 15 Jun 2011 09:37:55 +0200 diff --git a/debian/patches/95spelling.patch b/debian/patches/95spelling.patch new file mode 100644 index 0000000..e31c0b6 --- /dev/null +++ b/debian/patches/95spelling.patch @@ -0,0 +1,25 @@ +Description: Fix spelling errors found by lintian +Author: Axel Beckert <[email protected]> + +--- a/Net/IMAP.pm ++++ b/Net/IMAP.pm +@@ -472,7 +472,7 @@ + + If server returns a C<no> response containing a C<newname> response + code, this means C<$mailbox> does not exist but the server thinks this +-is because the folder was renamed. In this case, try specifiying the ++is because the folder was renamed. In this case, try specifying the + new folder name provided with the C<newname> response code. + + =cut +--- a/Net/xAP.pm ++++ b/Net/xAP.pm +@@ -640,7 +640,7 @@ + + =head2 text + +-Returns the human readable text assocated with the status of the ++Returns the human readable text associated with the status of the + response object. + + This will typically be overridden by a subclass of the C<xAP> class to diff --git a/debian/patches/series b/debian/patches/series index 494d8f9..1663043 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,4 +7,5 @@ 70search.patch 80expunge.patch 90quota.patch +95spelling.patch 98testsuite-courier.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnetxap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
