This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libur-perl.
commit dd4d9bb989b38a3b560c5322b2996ebffc89b554 Author: gregor herrmann <[email protected]> Date: Fri May 29 19:29:00 2015 +0200 Update spelling.patch. Lintian found some more issues. --- debian/patches/spelling.patch | 44 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch index 012fb70..0e609dd 100644 --- a/debian/patches/spelling.patch +++ b/debian/patches/spelling.patch @@ -3,7 +3,7 @@ Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=85982 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85982 Author: gregor herrmann <[email protected]> -Last-Update: 2013-06-08 +Last-Update: 2015-05-29 --- a/lib/UR/Context/Process.pm +++ b/lib/UR/Context/Process.pm @@ -27,3 +27,45 @@ Last-Update: 2013-06-08 my ($self, $dbh) = @_; +--- a/lib/UR/Namespace/Command/Sys/ClassBrowser.pm ++++ b/lib/UR/Namespace/Command/Sys/ClassBrowser.pm +@@ -57,7 +57,7 @@ + + sub help_detail { + q(The class-browser command starts an embedded web server containing an app for +-browsing throught the class structure. After starting, it prints a URL on ++browsing through the class structure. After starting, it prints a URL on + STDOUT that can be copy-and-pasted into a browser to run the app.); + } + +@@ -647,7 +647,7 @@ + =head1 DESCRIPTION + + The class-browser command starts an embedded web server containing an app for +-browsing throught the class structure. After starting, it prints a URL on ++browsing through the class structure. After starting, it prints a URL on + STDOUT that can be copy-and-pasted into a browser to run the app. + + =head1 COMMAND-LINE OPTIONS +--- a/lib/UR/Namespace/Command/Update/ClassesFromDb.pm ++++ b/lib/UR/Namespace/Command/Update/ClassesFromDb.pm +@@ -1371,7 +1371,7 @@ + $status_message_this_update .= "A " . $class_obj->module_path; + } + $class_obj->rewrite_module_header() unless ($no_commit); +- # FIXME A test of automaticly making DBIx::Class modules ++ # FIXME A test of automatically making DBIx::Class modules + #$class_obj->dbic_rewrite_module_header() unless ($no_commit); + + } +--- a/lib/UR/Service/WebServer.pm ++++ b/lib/UR/Service/WebServer.pm +@@ -189,7 +189,7 @@ + =item server + + Holds a reference to an object that isa HTTP::Server::PSGI. This will be +-automaticly created the first time run() is called. ++automatically created the first time run() is called. + + =item cb + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libur-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
