r45821 - in /trunk/libcatalyst-manual-perl/debian: README.source changelog libcatalyst-manual-perl.lintian-overrides patches/ patches/fix-pod.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 15 03:15:46 UTC 2009


Author: jawnsy-guest
Date: Thu Oct 15 03:15:40 2009
New Revision: 45821

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45821
Log:
* Update the override with the new lintian issue
* Add a patch to fix small POD issue (fixed in upstream SVN)

Added:
    trunk/libcatalyst-manual-perl/debian/README.source
    trunk/libcatalyst-manual-perl/debian/patches/
    trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch
    trunk/libcatalyst-manual-perl/debian/patches/series
Modified:
    trunk/libcatalyst-manual-perl/debian/changelog
    trunk/libcatalyst-manual-perl/debian/libcatalyst-manual-perl.lintian-overrides

Added: trunk/libcatalyst-manual-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/README.source?rev=45821&op=file
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/README.source (added)
+++ trunk/libcatalyst-manual-perl/debian/README.source Thu Oct 15 03:15:40 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libcatalyst-manual-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/changelog?rev=45821&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/changelog (original)
+++ trunk/libcatalyst-manual-perl/debian/changelog Thu Oct 15 03:15:40 2009
@@ -1,12 +1,12 @@
 libcatalyst-manual-perl (5.8001-1) UNRELEASED; urgency=low
-
-  NOTE: fails POD tests
 
   [ Jonathan Yu ]
   * New upstream release
   * Fixed up copyright information
   * Added myself to Uploaders and Copyright
   * Standards-Version 3.8.3 (drop perl version dependency)
+  * Update the override with the new lintian issue
+  * Add a patch to fix small POD issue (fixed in upstream SVN)
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libcatalyst-manual-perl/debian/libcatalyst-manual-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/libcatalyst-manual-perl.lintian-overrides?rev=45821&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/libcatalyst-manual-perl.lintian-overrides (original)
+++ trunk/libcatalyst-manual-perl/debian/libcatalyst-manual-perl.lintian-overrides Thu Oct 15 03:15:40 2009
@@ -1,2 +1,2 @@
 # long link in the POD
-libcatalyst-manual-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::05_Authentication.3pm.gz 473: warning [p 5, 8.2i]: can't break line
+libcatalyst-manual-perl: manpage-has-errors-from-man usr/share/man/man3/Catalyst::Manual::Tutorial::05_Authentication.3pm.gz 473: warning [p 5, 5.2i]: can't break line

Added: trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch?rev=45821&op=file
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch Thu Oct 15 03:15:40 2009
@@ -1,0 +1,17 @@
+Description: fix a link in POD
+ this was reported upstream and fixed in SVN, r11534
+ http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=11534
+Origin: vendor
+Forwarded: yes
+Author: Jonathan Yu <jawnsy at cpan.org>
+--- a/lib/Catalyst/Manual/Cookbook.pod
++++ b/lib/Catalyst/Manual/Cookbook.pod
+@@ -1129,7 +1129,7 @@
+ =head3 Type attributes
+ 
+ Each action is a normal method in your controller, except that it has an
+-L<attribute|http://search.cpan.org/~nwclark/perl-5.8.7/lib/attributes.pm>
++L<attribute|attributes>
+ attached. These can be one of several types.
+ 
+ Assume our Controller module starts with the following package declaration:

Added: trunk/libcatalyst-manual-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/patches/series?rev=45821&op=file
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/series (added)
+++ trunk/libcatalyst-manual-perl/debian/patches/series Thu Oct 15 03:15:40 2009
@@ -1,0 +1,1 @@
+fix-pod.patch




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