r70948 - in /trunk/libmojolicious-perl/debian: changelog control patches/fix-pod-spelling.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 9 12:07:01 UTC 2011


Author: jawnsy-guest
Date: Wed Mar  9 12:03:28 2011
New Revision: 70948

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70948
Log:
builds clean, dch -r

Modified:
    trunk/libmojolicious-perl/debian/changelog
    trunk/libmojolicious-perl/debian/control
    trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libmojolicious-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/changelog?rev=70948&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/changelog (original)
+++ trunk/libmojolicious-perl/debian/changelog Wed Mar  9 12:03:28 2011
@@ -1,11 +1,13 @@
-libmojolicious-perl (1.11-1) UNRELEASED; urgency=low
+libmojolicious-perl (1.11-1) unstable; urgency=low
 
   * New upstream release (Closes: #613350)
   * Refresh and rename POD spelling patch
-  * Drop POD test overrides
+  * No longer run POD tests
   * Bump to debhelper compat 8
+  * Refresh patches
+  * Rewrite control description
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 08 Mar 2011 22:32:17 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 09 Mar 2011 07:21:30 -0500
 
 libmojolicious-perl (0.999950-1) unstable; urgency=low
 

Modified: trunk/libmojolicious-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/control?rev=70948&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/control (original)
+++ trunk/libmojolicious-perl/debian/control Wed Mar  9 12:03:28 2011
@@ -15,7 +15,9 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: libio-socket-ssl-perl (>= 1.34)
-Description: Model-View-Controller Web Application Framework
+Description: simple, yet powerful, Web Application Framework
  Mojolicious is a Perl Web Application Framework built around the familiar
- Model-View-Controller philosophy. It is based on the Mojo flexible runtime
- environment for Perl web applications and frameworks.
+ Model-View-Controller philosophy. It supports a simple single file mode via
+ Mojolicious::Lite, RESTful routes, plugins, Perl-ish templates, session
+ management, signed cookies, a testing framework, internationalization, first
+ class Unicode support, and more.

Modified: trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch?rev=70948&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch Wed Mar  9 12:03:28 2011
@@ -5,34 +5,12 @@
 
 --- a/lib/Mojo/Client.pm
 +++ b/lib/Mojo/Client.pm
-@@ -1658,7 +1658,7 @@
- 
-     my $port = $client->test_server;
+@@ -1734,7 +1734,7 @@
+   my $port = $client->test_server;
+   my $port = $client->test_server('https');
  
 -Starts a test server for C<app> if neccessary and returns the port number.
 +Starts a test server for C<app> if necessary and returns the port number.
  Note that this method is EXPERIMENTAL and might change without warning!
  
  =head2 C<websocket>
---- a/lib/Mojolicious/Guides/Cookbook.pod
-+++ b/lib/Mojolicious/Guides/Cookbook.pod
-@@ -251,7 +251,7 @@
-     $client->start($tx);
- 
- The C<body> callback will be called for every chunk of data that is received,
--even C<chunked> encoding will be handled transparently if neccessary.
-+even C<chunked> encoding will be handled transparently if necessary.
- 
- =head1 JAVASCRIPT
- 
---- a/lib/Mojolicious/Guides/Growing.pod
-+++ b/lib/Mojolicious/Guides/Growing.pod
-@@ -398,7 +398,7 @@
-         my $user = $self->param('user') || '';
-         my $pass = $self->param('pass') || '';
- 
--        # Check password and render "index.html.ep" if neccessary
-+        # Check password and render "index.html.ep" if necessary
-         return $self->render unless $self->users->check($user, $pass);
- 
-         # Store user name in session




More information about the Pkg-perl-cvs-commits mailing list