r52971 - in /trunk/libdevel-caller-perl/debian: README.source changelog control patches/ patches/fix-pod.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Feb 17 19:48:30 UTC 2010


Author: jawnsy-guest
Date: Wed Feb 17 19:48:13 2010
New Revision: 52971

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52971
Log:
Add a patch to fix POD errors

Added:
    trunk/libdevel-caller-perl/debian/README.source
    trunk/libdevel-caller-perl/debian/patches/
    trunk/libdevel-caller-perl/debian/patches/fix-pod.patch
    trunk/libdevel-caller-perl/debian/patches/series
Modified:
    trunk/libdevel-caller-perl/debian/changelog
    trunk/libdevel-caller-perl/debian/control
    trunk/libdevel-caller-perl/debian/rules

Added: trunk/libdevel-caller-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-perl/debian/README.source?rev=52971&op=file
==============================================================================
--- trunk/libdevel-caller-perl/debian/README.source (added)
+++ trunk/libdevel-caller-perl/debian/README.source Wed Feb 17 19:48:13 2010
@@ -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/libdevel-caller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-perl/debian/changelog?rev=52971&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/changelog (original)
+++ trunk/libdevel-caller-perl/debian/changelog Wed Feb 17 19:48:13 2010
@@ -8,6 +8,7 @@
   * Use new short debhelper 7 rules format
   * Rewrite control description
   * Update copyright to DEP5 format
+  * Add a patch to fix POD errors
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libdevel-caller-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-perl/debian/control?rev=52971&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/control (original)
+++ trunk/libdevel-caller-perl/debian/control Wed Feb 17 19:48:13 2010
@@ -1,7 +1,8 @@
 Source: libdevel-caller-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libpadwalker-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7),
+ perl, libpadwalker-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4

Added: trunk/libdevel-caller-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-perl/debian/patches/fix-pod.patch?rev=52971&op=file
==============================================================================
--- trunk/libdevel-caller-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libdevel-caller-perl/debian/patches/fix-pod.patch Wed Feb 17 19:48:13 2010
@@ -1,0 +1,14 @@
+Description: fix POD errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Devel/Caller.pm
++++ b/lib/Devel/Caller.pm
+@@ -205,6 +205,7 @@
+ C<called_as_method> returns true if the subroutine at $level was
+ called as a method.
+ 
++=back
+ 
+ =head1 BUGS
+ 

Added: trunk/libdevel-caller-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-perl/debian/patches/series?rev=52971&op=file
==============================================================================
--- trunk/libdevel-caller-perl/debian/patches/series (added)
+++ trunk/libdevel-caller-perl/debian/patches/series Wed Feb 17 19:48:13 2010
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libdevel-caller-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-caller-perl/debian/rules?rev=52971&op=diff
==============================================================================
--- trunk/libdevel-caller-perl/debian/rules (original)
+++ trunk/libdevel-caller-perl/debian/rules Wed Feb 17 19:48:13 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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