r49651 - in /trunk/libdata-formvalidator-perl/debian: README.source changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

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


Author: jawnsy-guest
Date: Thu Dec 31 21:49:58 2009
New Revision: 49651

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

Added:
    trunk/libdata-formvalidator-perl/debian/README.source
    trunk/libdata-formvalidator-perl/debian/patches/
    trunk/libdata-formvalidator-perl/debian/patches/fix-pod-spelling.patch
    trunk/libdata-formvalidator-perl/debian/patches/series
Modified:
    trunk/libdata-formvalidator-perl/debian/changelog
    trunk/libdata-formvalidator-perl/debian/control
    trunk/libdata-formvalidator-perl/debian/rules

Added: trunk/libdata-formvalidator-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/README.source?rev=49651&op=file
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/README.source (added)
+++ trunk/libdata-formvalidator-perl/debian/README.source Thu Dec 31 21:49:58 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/libdata-formvalidator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/changelog?rev=49651&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/changelog (original)
+++ trunk/libdata-formvalidator-perl/debian/changelog Thu Dec 31 21:49:58 2009
@@ -7,6 +7,7 @@
   * Drop unnecessary version dependencies
   * Rewrote control description
   * Use new short debhelper rules format
+  * Add patch to fix POD typos
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libdata-formvalidator-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/control?rev=49651&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/control (original)
+++ trunk/libdata-formvalidator-perl/debian/control Thu Dec 31 21:49:58 2009
@@ -1,7 +1,8 @@
 Source: libdata-formvalidator-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7),
+ perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl, libcgi-pm-perl (>= 3.48), libcgi-simple-perl,
  libdate-calc-perl, libemail-valid-perl, libfile-mmagic-perl,
  libimage-size-perl, libmime-types-perl,

Added: trunk/libdata-formvalidator-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/patches/fix-pod-spelling.patch?rev=49651&op=file
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdata-formvalidator-perl/debian/patches/fix-pod-spelling.patch Thu Dec 31 21:49:58 2009
@@ -1,0 +1,25 @@
+Description: fix POD spelling mistakes
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: yes
+Bug-CPAN: http://rt.cpan.org/Ticket/Display.html?id=53265
+--- a/lib/Data/FormValidator.pm
++++ b/lib/Data/FormValidator.pm
+@@ -224,7 +224,7 @@
+ 
+ This is a list of fields which are unknown to the profile. Whether or
+ not this indicates an error in the user input is application
+-dependant.
++dependent.
+ 
+ =back
+ 
+@@ -1087,7 +1087,7 @@
+ 
+ This is a list of fields which are unknown to the profile. Whether or
+ not this indicates an error in the user input is application
+-dependant.
++dependent.
+ 
+ =back
+ 

Added: trunk/libdata-formvalidator-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/patches/series?rev=49651&op=file
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/patches/series (added)
+++ trunk/libdata-formvalidator-perl/debian/patches/series Thu Dec 31 21:49:58 2009
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libdata-formvalidator-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-formvalidator-perl/debian/rules?rev=49651&op=diff
==============================================================================
--- trunk/libdata-formvalidator-perl/debian/rules (original)
+++ trunk/libdata-formvalidator-perl/debian/rules Thu Dec 31 21:49:58 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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