r52968 - in /trunk/libtext-csv-xs-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
Wed Feb 17 19:39:34 UTC 2010


Author: jawnsy-guest
Date: Wed Feb 17 19:39:23 2010
New Revision: 52968

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

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

Added: trunk/libtext-csv-xs-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/README.source?rev=52968&op=file
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/README.source (added)
+++ trunk/libtext-csv-xs-perl/debian/README.source Wed Feb 17 19:39:23 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/libtext-csv-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/changelog?rev=52968&op=diff
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/changelog (original)
+++ trunk/libtext-csv-xs-perl/debian/changelog Wed Feb 17 19:39:23 2010
@@ -3,6 +3,7 @@
   * New upstream release
   * Update copyright to new DEP5 format
   * Standards-Version 3.8.4 (no changes)
+  * Add a patch to fix POD spelling errors
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Feb 2010 14:44:32 -0500
 

Modified: trunk/libtext-csv-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/control?rev=52968&op=diff
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/control (original)
+++ trunk/libtext-csv-xs-perl/debian/control Wed Feb 17 19:39:23 2010
@@ -1,8 +1,8 @@
 Source: libtext-csv-xs-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl, libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7),
+ perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Damyan Ivanov <dmn at debian.org>,

Added: trunk/libtext-csv-xs-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/patches/fix-pod-spelling.patch?rev=52968&op=file
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libtext-csv-xs-perl/debian/patches/fix-pod-spelling.patch Wed Feb 17 19:39:23 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/CSV_XS.pm
++++ b/CSV_XS.pm
+@@ -1470,7 +1470,7 @@
+ Requests for adding means (methods) that combine C<combine ()> and
+ C<string ()> in a single call will B<not> be honored. Likewise for
+ C<parse ()> and C<fields ()>. Given the trouble with embedded newlines,
+-Using C<getline ()> and C<print ()> instead is the prefered way to go.
++Using C<getline ()> and C<print ()> instead is the preferred way to go.
+ 
+ =item Parse the whole file at once
+ 

Added: trunk/libtext-csv-xs-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/patches/series?rev=52968&op=file
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/patches/series (added)
+++ trunk/libtext-csv-xs-perl/debian/patches/series Wed Feb 17 19:39:23 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libtext-csv-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/rules?rev=52968&op=diff
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/rules (original)
+++ trunk/libtext-csv-xs-perl/debian/rules Wed Feb 17 19:39:23 2010
@@ -4,8 +4,8 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_installexamples:
 	dh_installexamples
-	sed -i '1s|^#!/pro/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libtext-csv-xs-perl/examples/*
+	sed -i '1s|^#!/pro/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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