This is an automated email from the git hooks/post-receive script. grinorcole-guest pushed a commit to branch master in repository libcgi-session-driver-chi-perl.
commit 6900bf4ae5d35d9e3c1048657c1455282111fd09 Author: Christopher Hoskin <[email protected]> Date: Sun Feb 1 22:11:04 2015 +0000 Converted quilt patches to DEP-3, improved names, unapplied patches. --- debian/patches/NAME-section-for-manual.patch | 19 ++++++++++++ debian/patches/NAMEsection | 32 -------------------- debian/patches/grammar-fixes-to-documentation. | 35 ---------------------- .../patches/grammar-fixes-to-documentation.patch | 20 +++++++++++++ debian/patches/series | 4 +-- lib/CGI/Session/Driver/chi.pm | 7 +++-- 6 files changed, 45 insertions(+), 72 deletions(-) diff --git a/debian/patches/NAME-section-for-manual.patch b/debian/patches/NAME-section-for-manual.patch new file mode 100644 index 0000000..a93d9d5 --- /dev/null +++ b/debian/patches/NAME-section-for-manual.patch @@ -0,0 +1,19 @@ +Description: Add description to NAME section + Added the required brief description to the NAME section in chi.pm used to + generate the man page. +Author: Christopher Hoskin <[email protected]> +Forwarded: +Last-Update: 2015-02-01 +--- + +--- libcgi-session-driver-chi-perl-1.0.3.orig/lib/CGI/Session/Driver/chi.pm ++++ libcgi-session-driver-chi-perl-1.0.3/lib/CGI/Session/Driver/chi.pm +@@ -1,7 +1,7 @@ + package CGI::Session::Driver::chi; + =head1 NAME + +-CGI::Session::Driver::chi ++CGI::Session::Driver::chi - This driver allows CGI::Session to use CHI as a session store + + =cut + diff --git a/debian/patches/NAMEsection b/debian/patches/NAMEsection deleted file mode 100644 index 89a0646..0000000 --- a/debian/patches/NAMEsection +++ /dev/null @@ -1,32 +0,0 @@ -Description: Fix the NAME section - . - libcgi-session-driver-chi-perl (1.0.3-1) UNRELEASED; urgency=low - . - * Initial Release. Closes: #776324 -Author: Christopher Hoskin <[email protected]> -Bug-Debian: http://bugs.debian.org/776324 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: http://bugs.debian.org/<bugnumber> -Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: <YYYY-MM-DD> - ---- libcgi-session-driver-chi-perl-1.0.3.orig/lib/CGI/Session/Driver/chi.pm -+++ libcgi-session-driver-chi-perl-1.0.3/lib/CGI/Session/Driver/chi.pm -@@ -1,7 +1,7 @@ - package CGI::Session::Driver::chi; - =head1 NAME - --CGI::Session::Driver::chi -+CGI::Session::Driver::chi - This driver allows CGI::Session to use CHI as a session store - - =cut - diff --git a/debian/patches/grammar-fixes-to-documentation. b/debian/patches/grammar-fixes-to-documentation. deleted file mode 100644 index 8c8e9ff..0000000 --- a/debian/patches/grammar-fixes-to-documentation. +++ /dev/null @@ -1,35 +0,0 @@ -Description: Grammar fixes to documentation - . - libcgi-session-driver-chi-perl (1.0.3-1) UNRELEASED; urgency=low - . - * Initial Release. Closes: #776324 -Author: Christopher Hoskin <[email protected]> -Bug-Debian: http://bugs.debian.org/776324 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: http://bugs.debian.org/<bugnumber> -Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: <YYYY-MM-DD> - ---- libcgi-session-driver-chi-perl-1.0.3.orig/lib/CGI/Session/Driver/chi.pm -+++ libcgi-session-driver-chi-perl-1.0.3/lib/CGI/Session/Driver/chi.pm -@@ -31,9 +31,8 @@ This driver allows L<CGI::Session> to us - - =head2 DRIVER ARGUMENTS - --It accept a hash ref with the same arguements to would pass to L<CHI> -- --An additional arguement chi_class -+The init sub accepts a hash ref with the same arguments as would be passed to -+L<CHI>, plus an additional argument, chi_class. - - =cut - diff --git a/debian/patches/grammar-fixes-to-documentation.patch b/debian/patches/grammar-fixes-to-documentation.patch new file mode 100644 index 0000000..7e1332a --- /dev/null +++ b/debian/patches/grammar-fixes-to-documentation.patch @@ -0,0 +1,20 @@ +Description: Grammar fixes to documentation +Author: Christopher Hoskin <[email protected]> +Forwarded: +Last-Update: 2015-02-01 +--- + +--- libcgi-session-driver-chi-perl-1.0.3.orig/lib/CGI/Session/Driver/chi.pm ++++ libcgi-session-driver-chi-perl-1.0.3/lib/CGI/Session/Driver/chi.pm +@@ -31,9 +31,8 @@ This driver allows L<CGI::Session> to us + + =head2 DRIVER ARGUMENTS + +-It accept a hash ref with the same arguements to would pass to L<CHI> +- +-An additional arguement chi_class ++The init sub accepts a hash ref with the same arguments as would be passed to ++L<CHI>, plus an additional argument, chi_class. + + =cut + diff --git a/debian/patches/series b/debian/patches/series index 632c3b2..0319cea 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ -grammar-fixes-to-documentation. -NAMEsection +grammar-fixes-to-documentation.patch +NAME-section-for-manual.patch diff --git a/lib/CGI/Session/Driver/chi.pm b/lib/CGI/Session/Driver/chi.pm index 0d11070..2074470 100644 --- a/lib/CGI/Session/Driver/chi.pm +++ b/lib/CGI/Session/Driver/chi.pm @@ -1,7 +1,7 @@ package CGI::Session::Driver::chi; =head1 NAME -CGI::Session::Driver::chi - This driver allows CGI::Session to use CHI as a session store +CGI::Session::Driver::chi =cut @@ -31,8 +31,9 @@ This driver allows L<CGI::Session> to use L<CHI> as a session store =head2 DRIVER ARGUMENTS -The init sub accepts a hash ref with the same arguments as would be passed to -L<CHI>, plus an additional argument, chi_class. +It accept a hash ref with the same arguements to would pass to L<CHI> + +An additional arguement chi_class =cut -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-session-driver-chi-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
