This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdancer2-perl.
commit 5ba465249d359ca467ad1faa3b63e10655bedc9f Author: gregor herrmann <[email protected]> Date: Thu Jun 18 17:34:16 2015 +0200 Drop language.patch, merged upstream. --- debian/patches/language.patch | 33 --------------------------------- debian/patches/series | 1 - 2 files changed, 34 deletions(-) diff --git a/debian/patches/language.patch b/debian/patches/language.patch deleted file mode 100644 index fdbf342..0000000 --- a/debian/patches/language.patch +++ /dev/null @@ -1,33 +0,0 @@ -Description: fix spelling/grammar glitches -Origin: vendor -Author: gregor herrmann <[email protected]> -Last-Update: 2015-05-16 -Forwarded: https://github.com/PerlDancer/Dancer2/issues/910 -Bug: https://github.com/PerlDancer/Dancer2/issues/910 - ---- a/lib/Dancer2/Cookbook.pod -+++ b/lib/Dancer2/Cookbook.pod -@@ -404,10 +404,10 @@ - - =head3 An example - --This example demonstrates a simple Dancer application that allows to search -+This example demonstrates a simple Dancer application that allows one to search - for authors or books. The application is connected to a database, that contains - authors, and their books. The website will have one single page with a form, --that allows to query books or authors, and display the results. -+that allows one to query books or authors, and display the results. - - =head4 Creating the application - ---- a/lib/Dancer2/Manual.pod -+++ b/lib/Dancer2/Manual.pod -@@ -1056,7 +1056,7 @@ - # if we have a session cookie, try to retrieve the session - if (defined $session_id) { - eval { $session = $engine->retrieve(id => $session_id) }; -- croak "Fail to retreive session: $@" -+ croak "Fail to retrieve session: $@" - if $@ && $@ !~ /Unable to retrieve session/; - } - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index f0540bd..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -language.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer2-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
