[SCM] Debian packaging of libdancer-perl branch, master, updated. debian/1.3080+dfsg-1-6-gdac7219

gregor herrmann gregoa at debian.org
Wed Dec 14 16:56:25 UTC 2011


The following commit has been merged in the master branch:
commit ff0d4a8a195889c2342ee8381a9ad22d874542c3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 14 17:48:07 2011 +0100

    Refresh pod-spelling.patch, remove fix-bad-whatis-entry.patch

diff --git a/debian/patches/fix-bad-whatis-entry.patch b/debian/patches/fix-bad-whatis-entry.patch
deleted file mode 100644
index a99723e..0000000
--- a/debian/patches/fix-bad-whatis-entry.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: fix bad-whatis-entry lintian warning
-Forwarded: no
-Author: Alessandro Ghedini <al3xbio at gmail.com>
-Last-Update: 2011-07-15
---- a/lib/Dancer/Exception.pm
-+++ b/lib/Dancer/Exception.pm
-@@ -17,6 +17,9 @@
-                      all => \@EXPORT_OK,
-                    );
- 
-+=head1 NAME
-+
-+Dancer::Exception - lighweight exceptions module
- 
- =head1 SYNOPSIS
- 
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
index 6481b82..396b47d 100644
--- a/debian/patches/pod-spelling.patch
+++ b/debian/patches/pod-spelling.patch
@@ -1,12 +1,14 @@
 Description: fix spelling errors in POD
-Forwarded: no
+Bug: https://rt.cpan.org/Ticket/Display.html?id=73258
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=73258
 Author: Damyan Ivanov <dmn at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-06-16
+Last-Update: 2011-12-14
+Applied-Upstream: *** FIXME ***
 
 --- a/lib/Dancer/FileUtils.pm
 +++ b/lib/Dancer/FileUtils.pm
-@@ -218,7 +218,7 @@
+@@ -220,7 +220,7 @@
  Returns either the content of a file (whose filename is the input), I<undef>
  if the file could not be opened.
  
@@ -17,7 +19,7 @@ Last-Update: 2011-06-16
  =head2 read_glob_content
 --- a/lib/Dancer/Deprecation.pm
 +++ b/lib/Dancer/Deprecation.pm
-@@ -65,7 +65,7 @@
+@@ -66,7 +66,7 @@
  
  =back
  
@@ -28,7 +30,7 @@ Last-Update: 2011-06-16
  
 --- a/lib/Dancer/Route/Cache.pm
 +++ b/lib/Dancer/Route/Cache.pm
-@@ -160,7 +160,7 @@
+@@ -161,7 +161,7 @@
  A major drawback is that L<Dancer> has to go over the matching on every request,
  which (especially on CGI-based applications) can be very time consuming.
  
@@ -37,7 +39,7 @@ Last-Update: 2011-06-16
  B<NOT> specific results) and run those routes on a specific path. This allows us
  to speed up L<Dancer> quite a lot.
  
-@@ -214,7 +214,7 @@
+@@ -215,7 +215,7 @@
  
  =head2 size_limit($limit)
  
@@ -46,3 +48,23 @@ Last-Update: 2011-06-16
  
  Returns the limit (post-set).
  
+--- a/lib/Dancer/Exception.pm
++++ b/lib/Dancer/Exception.pm
+@@ -216,7 +216,7 @@
+ implementation.
+ 
+ If the exception class name starts with a C<+>, then the
+-C<Dancer::Exception::Base::> won't be added. This allows to build their own
++C<Dancer::Exception::Base::> won't be added. This allows one to build their own
+ exception class hierarchy, but you should first look at C<register_exception>
+ before implementing your own class hierarchy. If you really wish to build your
+ own exception class hierarchy, we recommend that all exceptions inherit of
+@@ -229,7 +229,7 @@
+ 
+ =head2 register_exception
+ 
+-This method allows to register custom exceptions, usable by Dancer users in
++This method allows one to register custom exceptions, usable by Dancer users in
+ their route code (actually pretty much everywhere).
+ 
+   # simple exception
diff --git a/debian/patches/series b/debian/patches/series
index 038bf47..ad85da2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-bad-whatis-entry.patch
 pod-spelling.patch

-- 
Debian packaging of libdancer-perl



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