r37694 - in /trunk/libcoat-persistent-perl/debian: changelog control patches/pod-error.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 6 16:57:42 UTC 2009


Author: gregoa
Date: Sat Jun  6 16:57:37 2009
New Revision: 37694

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37694
Log:
Fix typo in debian/control's long description and in the POD (via the
existing patch).

Modified:
    trunk/libcoat-persistent-perl/debian/changelog
    trunk/libcoat-persistent-perl/debian/control
    trunk/libcoat-persistent-perl/debian/patches/pod-error.patch

Modified: trunk/libcoat-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/changelog?rev=37694&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Sat Jun  6 16:57:37 2009
@@ -11,6 +11,8 @@
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * Fix typo in debian/control's long description and in the POD (via the
+    existing patch).
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libcoat-persistent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/control?rev=37694&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/control (original)
+++ trunk/libcoat-persistent-perl/debian/control Sat Jun  6 16:57:37 2009
@@ -30,4 +30,4 @@
  inserting, updating).
  .
  Coat::Peristent lets you use SQL if you want to, considering SQL is the best
- language when dealing with compelx queries.
+ language when dealing with complex queries.

Modified: trunk/libcoat-persistent-perl/debian/patches/pod-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/patches/pod-error.patch?rev=37694&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/pod-error.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/pod-error.patch Sat Jun  6 16:57:37 2009
@@ -3,8 +3,17 @@
 Date: Mon, 12 May 2008 15:46:44 +0200
 Introduced-In: 0.9-6-2
 
---- libcoat-persistent-perl.orig/lib/Coat/Persistent.pm
-+++ libcoat-persistent-perl/lib/Coat/Persistent.pm
+--- a/lib/Coat/Persistent.pm
++++ b/lib/Coat/Persistent.pm
+@@ -755,7 +755,7 @@
+ inserting, updating). 
+ 
+ Coat::Peristent lets you use SQL if you want to, considering SQL is the best
+-language when dealing with compelx queries.
++language when dealing with complex queries.
+ 
+ =head1 WHY THIS MODULE ?
+ 
 @@ -862,7 +862,7 @@
  
  =over 4




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