r51132 - in /trunk/liborlite-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
Sun Jan 17 18:17:20 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 17 18:17:05 2010
New Revision: 51132

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

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

Added: trunk/liborlite-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/README.source?rev=51132&op=file
==============================================================================
--- trunk/liborlite-perl/debian/README.source (added)
+++ trunk/liborlite-perl/debian/README.source Sun Jan 17 18:17:05 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/liborlite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/changelog?rev=51132&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/changelog (original)
+++ trunk/liborlite-perl/debian/changelog Sun Jan 17 18:17:05 2010
@@ -1,8 +1,9 @@
 liborlite-perl (1.32-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Add patch to fix POD typos
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 13:15:29 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 13:24:46 -0500
 
 liborlite-perl (1.31-1) unstable; urgency=low
 

Modified: trunk/liborlite-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/control?rev=51132&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/control (original)
+++ trunk/liborlite-perl/debian/control Sun Jan 17 18:17:05 2010
@@ -1,7 +1,7 @@
 Source: liborlite-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libdbd-sqlite3-perl (>= 1.27), libdbi-perl (>= 1.607),
  perl (>= 5.10.1) | libfile-temp-perl (>= 0.20), libparams-util-perl (>= 0.33),
  perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), libtest-cpan-meta-perl,

Added: trunk/liborlite-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/patches/fix-pod-spelling.patch?rev=51132&op=file
==============================================================================
--- trunk/liborlite-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/liborlite-perl/debian/patches/fix-pod-spelling.patch Sun Jan 17 18:17:05 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/ORLite.pm
++++ b/lib/ORLite.pm
+@@ -840,7 +840,7 @@
+ While transaction support is always built for every L<ORLite>-generated
+ class tree, if the database is opened C<readonly> the C<commit> method
+ will not exist at all in the API, and your only way of ending the
+-transaction (and the resulting persistant connection) will be C<rollback>.
++transaction (and the resulting persistent connection) will be C<rollback>.
+ 
+ =head2 commit
+ 

Added: trunk/liborlite-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/patches/series?rev=51132&op=file
==============================================================================
--- trunk/liborlite-perl/debian/patches/series (added)
+++ trunk/liborlite-perl/debian/patches/series Sun Jan 17 18:17:05 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/liborlite-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liborlite-perl/debian/rules?rev=51132&op=diff
==============================================================================
--- trunk/liborlite-perl/debian/rules (original)
+++ trunk/liborlite-perl/debian/rules Sun Jan 17 18:17:05 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test




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