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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Dec 27 01:22:41 UTC 2010


Author: jawnsy-guest
Date: Mon Dec 27 01:22:35 2010
New Revision: 66485

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

Added:
    trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch
      - copied, changed from r66476, trunk/libmojolicious-perl/debian/patches/spelling.patch
Removed:
    trunk/libmojolicious-perl/debian/patches/spelling.patch
Modified:
    trunk/libmojolicious-perl/debian/changelog
    trunk/libmojolicious-perl/debian/control
    trunk/libmojolicious-perl/debian/patches/series

Modified: trunk/libmojolicious-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/changelog?rev=66485&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/changelog (original)
+++ trunk/libmojolicious-perl/debian/changelog Mon Dec 27 01:22:35 2010
@@ -1,11 +1,12 @@
-libmojolicious-perl (1.0-1) UNRELEASED; urgency=low
-
-  Images in Mojolicious::Static (embedded in the .pm) are non-free.
-  Ugh.
+libmojolicious-perl (1.0-1) unstable; urgency=low
 
   * New upstream release
+  * Move this package to non-free, due to the embedded images in
+    Mojolicious::Static (license is not DFSG compliant, and files
+    are not in a preferred modification format)
+  * Refresh and rename POD spelling patch
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 26 Dec 2010 17:31:01 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 26 Dec 2010 20:38:58 -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=66485&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/control (original)
+++ trunk/libmojolicious-perl/debian/control Mon Dec 27 01:22:35 2010
@@ -1,5 +1,5 @@
 Source: libmojolicious-perl
-Section: perl
+Section: non-free/perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl,

Copied: trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch (from r66476, trunk/libmojolicious-perl/debian/patches/spelling.patch)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch?rev=66485&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/patches/spelling.patch (original)
+++ trunk/libmojolicious-perl/debian/patches/fix-pod-spelling.patch Mon Dec 27 01:22:35 2010
@@ -1,12 +1,11 @@
-Description: fix a spelling mistake
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-08-28
 
 --- a/lib/Mojo/Client.pm
 +++ b/lib/Mojo/Client.pm
-@@ -1664,7 +1664,7 @@
+@@ -1658,7 +1658,7 @@
  
      my $port = $client->test_server;
  
@@ -15,3 +14,25 @@
  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

Modified: trunk/libmojolicious-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmojolicious-perl/debian/patches/series?rev=66485&op=diff
==============================================================================
--- trunk/libmojolicious-perl/debian/patches/series (original)
+++ trunk/libmojolicious-perl/debian/patches/series Mon Dec 27 01:22:35 2010
@@ -1,1 +1,1 @@
-spelling.patch
+fix-pod-spelling.patch




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