r49606 - in /trunk/libdebug-client-perl/debian: README.source control patches/ patches/fix-pod.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 31 05:03:03 UTC 2009


Author: jawnsy-guest
Date: Thu Dec 31 05:02:54 2009
New Revision: 49606

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

Added:
    trunk/libdebug-client-perl/debian/README.source
    trunk/libdebug-client-perl/debian/patches/
    trunk/libdebug-client-perl/debian/patches/fix-pod.patch
    trunk/libdebug-client-perl/debian/patches/series
Modified:
    trunk/libdebug-client-perl/debian/control
    trunk/libdebug-client-perl/debian/rules

Added: trunk/libdebug-client-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/README.source?rev=49606&op=file
==============================================================================
--- trunk/libdebug-client-perl/debian/README.source (added)
+++ trunk/libdebug-client-perl/debian/README.source Thu Dec 31 05:02:54 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/libdebug-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/control?rev=49606&op=diff
==============================================================================
--- trunk/libdebug-client-perl/debian/control (original)
+++ trunk/libdebug-client-perl/debian/control Thu Dec 31 05:02:54 2009
@@ -1,7 +1,7 @@
 Source: libdebug-client-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libtest-deep-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>

Added: trunk/libdebug-client-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/patches/fix-pod.patch?rev=49606&op=file
==============================================================================
--- trunk/libdebug-client-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libdebug-client-perl/debian/patches/fix-pod.patch Thu Dec 31 05:02:54 2009
@@ -1,0 +1,15 @@
+Description: fix POD warnings
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Debug/Client.pm
++++ b/lib/Debug/Client.pm
+@@ -433,7 +433,7 @@
+     return ($module, $file, $row, $content);
+ }
+ 
+-=head get
++=head2 get
+ 
+ Actually I think this is an internal method....
+ 

Added: trunk/libdebug-client-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/patches/series?rev=49606&op=file
==============================================================================
--- trunk/libdebug-client-perl/debian/patches/series (added)
+++ trunk/libdebug-client-perl/debian/patches/series Thu Dec 31 05:02:54 2009
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libdebug-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdebug-client-perl/debian/rules?rev=49606&op=diff
==============================================================================
--- trunk/libdebug-client-perl/debian/rules (original)
+++ trunk/libdebug-client-perl/debian/rules Thu Dec 31 05:02:54 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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