This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libnet-ssleay-perl.
commit aa42021c362f60e0c536ff01d51bb0a06971f78d Author: Lucas Kanashiro <[email protected]> Date: Sat Apr 23 01:26:26 2016 -0300 Create patch fixing typo in manpage --- debian/changelog | 1 + debian/patches/0001-fix-typo-in-manpage.patch | 26 ++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 28 insertions(+) diff --git a/debian/changelog b/debian/changelog index e9337ab..8d4030a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libnet-ssleay-perl (1.74-1) UNRELEASED; urgency=medium * Import upstream version 1.74 * Declare compliance with Debian policy 3.9.8 * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + * Create patch fixing typo in manpage -- Lucas Kanashiro <[email protected]> Fri, 22 Apr 2016 15:20:46 -0300 diff --git a/debian/patches/0001-fix-typo-in-manpage.patch b/debian/patches/0001-fix-typo-in-manpage.patch new file mode 100644 index 0000000..3f0314d --- /dev/null +++ b/debian/patches/0001-fix-typo-in-manpage.patch @@ -0,0 +1,26 @@ +Description: Fix typo in manpage +Author: Lucas Kanashiro <[email protected]> +Last-Updated: 2016-04-23 + +--- a/lib/Net/SSLeay.pod ++++ b/lib/Net/SSLeay.pod +@@ -624,7 +624,7 @@ should work without trouble. + =head3 Using callbacks + + Do not use callbacks across threads (the module blocks cross-thread callback operations +-and throws a warning). Allways do the callback setup, callback use and callback destruction ++and throws a warning). Always do the callback setup, callback use and callback destruction + within the same thread. + + =head3 Using openssl elements +--- a/lib/Net/SSLeay/Handle.pm ++++ b/lib/Net/SSLeay/Handle.pm +@@ -187,7 +187,7 @@ sub shutdown { + my $debug = Net::SSLeay::Handle->debug() + Net::SSLeay::Handle->debug(1) + +-Get/set debuging mode. Always returns the debug value before the function call. ++Get/set debugging mode. Always returns the debug value before the function call. + if an additional argument is given the debug option will be set to this value. + + =cut diff --git a/debian/patches/series b/debian/patches/series index 3462bc3..a147a3a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +0001-fix-typo-in-manpage.patch 20no-stray-libz-link.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ssleay-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
