[libprotocol-acme-perl] 03/04: Drop spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Jul 7 07:19:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libprotocol-acme-perl.

commit bb41413c05b610da40c15fdcb8be4204f9eb20a0
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jul 7 09:14:22 2016 +0200

    Drop spelling-error-in-manpage.patch patch
---
 debian/patches/series                          |  1 -
 debian/patches/spelling-error-in-manpage.patch | 63 --------------------------
 2 files changed, 64 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 978f0d8..0027920 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 tests_no_network.patch
-spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
deleted file mode 100644
index a38d40b..0000000
--- a/debian/patches/spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Description: Fix spelling errors in POD
-Origin: vendor
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2016-07-06
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115919
-Bug: https://rt.cpan.org/Ticket/Display.html?id=115919
-
---- a/README.pod
-+++ b/README.pod
-@@ -44,7 +44,7 @@ Version 0.11
-  if ( $@ )
-  {
-    die if !UNIVERSAL::isa($@, 'Protocol::ACME::Exception');
--   die "Error occured: Status: $@->{status},
-+   die "Error occurred: Status: $@->{status},
-                        Detail: $@->{detail},
-                        Type:   $@->{type}\n";
-  }
-@@ -177,14 +177,14 @@ if any.
- 
- In order to use the Let's Encrypt service, the account needs to accept
- the Terms of Service.  This is provided in a link header in response
--to the new-reg ( or reg ) resouce call.  If the TOS have already been
-+to the new-reg ( or reg ) resource call.  If the TOS have already been
- accepted as indicated by the reg structure returned by the API this
- call will be a noop.
- 
- =item authz( $domain )
- 
- C<authz> needs to be called for each domain ( called identifiers in
--ACME speak ) in the certifcate.  This included the domain in the subject
-+ACME speak ) in the certificate.  This included the domain in the subject
- as well as the Subject Alternate Name (SAN) fields.  Each call to
- C<authz> will result in a challenge being issued from Let's Encrypt.
- These challenges need to be handled individually.
---- a/lib/Protocol/ACME.pm
-+++ b/lib/Protocol/ACME.pm
-@@ -53,7 +53,7 @@ Version 0.11
-  if ( $@ )
-  {
-    die if !UNIVERSAL::isa($@, 'Protocol::ACME::Exception');
--   die "Error occured: Status: $@->{status},
-+   die "Error occurred: Status: $@->{status},
-                        Detail: $@->{detail},
-                        Type:   $@->{type}\n";
-  }
-@@ -186,14 +186,14 @@ if any.
- 
- In order to use the Let's Encrypt service, the account needs to accept
- the Terms of Service.  This is provided in a link header in response
--to the new-reg ( or reg ) resouce call.  If the TOS have already been
-+to the new-reg ( or reg ) resource call.  If the TOS have already been
- accepted as indicated by the reg structure returned by the API this
- call will be a noop.
- 
- =item authz( $domain )
- 
- C<authz> needs to be called for each domain ( called identifiers in
--ACME speak ) in the certifcate.  This included the domain in the subject
-+ACME speak ) in the certificate.  This included the domain in the subject
- as well as the Subject Alternate Name (SAN) fields.  Each call to
- C<authz> will result in a challenge being issued from Let's Encrypt.
- These challenges need to be handled individually.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libprotocol-acme-perl.git



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