r49722 - in /trunk/libforest-perl/debian: README.source control patches/ patches/fix-pod-spelling.patch patches/pod-fix-whatis.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 1 02:50:01 UTC 2010


Author: jawnsy-guest
Date: Fri Jan  1 02:49:56 2010
New Revision: 49722

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49722
Log:
add patches to fix spelling + whatis issues

Added:
    trunk/libforest-perl/debian/README.source
    trunk/libforest-perl/debian/patches/
    trunk/libforest-perl/debian/patches/fix-pod-spelling.patch
    trunk/libforest-perl/debian/patches/pod-fix-whatis.patch
    trunk/libforest-perl/debian/patches/series
Modified:
    trunk/libforest-perl/debian/control
    trunk/libforest-perl/debian/rules

Added: trunk/libforest-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/README.source?rev=49722&op=file
==============================================================================
--- trunk/libforest-perl/debian/README.source (added)
+++ trunk/libforest-perl/debian/README.source Fri Jan  1 02:49:56 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/libforest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/control?rev=49722&op=diff
==============================================================================
--- trunk/libforest-perl/debian/control (original)
+++ trunk/libforest-perl/debian/control Fri Jan  1 02:49:56 2010
@@ -1,7 +1,7 @@
 Source: libforest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl,
  libmoosex-attributehelpers-perl, libmoose-perl (>= 0.35)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libforest-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/patches/fix-pod-spelling.patch?rev=49722&op=file
==============================================================================
--- trunk/libforest-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libforest-perl/debian/patches/fix-pod-spelling.patch Fri Jan  1 02:49:56 2010
@@ -1,0 +1,18 @@
+Description: fix POD typos
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Forest.pm
++++ b/lib/Forest.pm
+@@ -54,9 +54,9 @@
+ core implementation. There is some good code in here, but the project seems to be
+ very much on the back-burner at this time.
+ 
+-=item O'Caml port of Forest
++=item OCaml port of Forest
+ 
+-Ask me about the O'Caml port of this module, it is also sitting on my hard drive
++Ask me about the OCaml port of this module, it is also sitting on my hard drive
+ waiting for release. It actually helped quite a bit in terms of helping me settle
+ on the APIs for this module. Static typing can be very helpful sometimes.
+ 

Added: trunk/libforest-perl/debian/patches/pod-fix-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/patches/pod-fix-whatis.patch?rev=49722&op=file
==============================================================================
--- trunk/libforest-perl/debian/patches/pod-fix-whatis.patch (added)
+++ trunk/libforest-perl/debian/patches/pod-fix-whatis.patch Fri Jan  1 02:49:56 2010
@@ -1,0 +1,16 @@
+Description: add a whatis entry
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+
+--- a/lib/Forest/Tree/Roles/HasNodeFormatter.pm
++++ b/lib/Forest/Tree/Roles/HasNodeFormatter.pm
+@@ -26,6 +26,8 @@
+ 
+ =head1 NAME
+ 
++Forest::Tree::Roles::HasNodeFormatter - Moose role to format nodes
++
+ =head1 SYNOPSIS
+ 
+ =head1 DESCRIPTION

Added: trunk/libforest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/patches/series?rev=49722&op=file
==============================================================================
--- trunk/libforest-perl/debian/patches/series (added)
+++ trunk/libforest-perl/debian/patches/series Fri Jan  1 02:49:56 2010
@@ -1,0 +1,2 @@
+fix-pod-spelling.patch
+pod-fix-whatis.patch

Modified: trunk/libforest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/rules?rev=49722&op=diff
==============================================================================
--- trunk/libforest-perl/debian/rules (original)
+++ trunk/libforest-perl/debian/rules Fri Jan  1 02:49:56 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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