This is an automated email from the git hooks/post-receive script. grinorcole-guest pushed a commit to branch master in repository libapache-session-memcached-perl.
commit fc836d0097389e13185b859a53a134a34493ed14 Author: Christopher Hoskin <[email protected]> Date: Sat Jan 24 11:16:25 2015 +0000 Minor grammar and formating corrections to satisfy lintian -EviIL +pedantic --- .gitignore | 1 + debian/changelog | 2 +- debian/control | 9 ++++++--- debian/patches/grammar | 33 +++++++++++++++++++++++++++++++++ debian/patches/series | 1 + lib/Apache/Session/Memcached.pm | 2 +- 6 files changed, 43 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..845ca06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pc diff --git a/debian/changelog b/debian/changelog index ee973fc..c29feaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ libapache-session-memcached-perl (0.03-1) UNRELEASED; urgency=low - * Initial Release. + * Initial Release. Closes: #775796 -- Christopher Hoskin <[email protected]> Wed, 21 Jan 2015 20:18:30 +0000 diff --git a/debian/control b/debian/control index da69ef4..5185299 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,12 @@ Depends: ${misc:Depends}, ${perl:Depends}, libapache-session-perl (>= 1.54), libcache-memcached-perl (>= 1.14) Description: Perl module for storing persistent data using memcached - Apache::Session::Memcached is a bridge between Apache::Session and memcached, a distributed memory cache daemon. + Apache::Session::Memcached is a bridge between Apache::Session and memcached, + a distributed memory cache daemon. . - More informations about memcached are available at http://www.danga.com/memcached. + More information about memcached is available at + http://www.danga.com/memcached. . - Apache::Session::Memcached provides a way to use Cache::Memcached (memcached Perl API) as Apache::Session storage implementation. + Apache::Session::Memcached provides a way to use Cache::Memcached (memcached + Perl API) as Apache::Session storage implementation. diff --git a/debian/patches/grammar b/debian/patches/grammar new file mode 100644 index 0000000..81bec1e --- /dev/null +++ b/debian/patches/grammar @@ -0,0 +1,33 @@ +Description: Minor grammar corrections + Minor grammar corrections + . + libapache-session-memcached-perl (0.03-1) UNRELEASED; urgency=low + . + * Initial Release. Closes: #775796 +Author: Christopher Hoskin <[email protected]> +Bug-Debian: https://bugs.debian.org/775796 + +--- +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: https://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> + +--- libapache-session-memcached-perl-0.03.orig/lib/Apache/Session/Memcached.pm ++++ libapache-session-memcached-perl-0.03/lib/Apache/Session/Memcached.pm +@@ -46,7 +46,7 @@ cache daemon) for Apache::Session storag + Apache::Session::Memcached is a bridge between Apache::Session and + memcached, a distributed memory cache daemon. + +-More informations about memcached are available at ++More information about memcached is available at + L<http://www.danga.com/memcached>. + + This module provides a way to use Cache::Memcached (memcached Perl API) as diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..ab0f349 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +grammar diff --git a/lib/Apache/Session/Memcached.pm b/lib/Apache/Session/Memcached.pm index 8ee5010..86dcb21 100644 --- a/lib/Apache/Session/Memcached.pm +++ b/lib/Apache/Session/Memcached.pm @@ -46,7 +46,7 @@ cache daemon) for Apache::Session storage Apache::Session::Memcached is a bridge between Apache::Session and memcached, a distributed memory cache daemon. -More informations about memcached are available at +More information about memcached is available at L<http://www.danga.com/memcached>. This module provides a way to use Cache::Memcached (memcached Perl API) as -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
