r51451 - in /trunk/libcoat-persistent-perl/debian: changelog patches/pod-error.patch patches/whatis-entries.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 24 17:21:14 UTC 2010


Author: gregoa
Date: Sun Jan 24 17:21:08 2010
New Revision: 51451

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51451
Log:
Refresh patches.

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

Modified: trunk/libcoat-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/changelog?rev=51451&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Sun Jan 24 17:21:08 2010
@@ -1,5 +1,6 @@
 libcoat-persistent-perl (0.223-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release (closes: #562384)
     + Add support for undefined primary_keys (RT#47772)
     + Make it possible to bypass DBIx::Sequence (RT#47773)
@@ -7,6 +8,9 @@
   * Standards-Version 3.8.3 (no changes)
   * Refreshed patches
   * Update description
+
+  [ gregor herrmann ]
+  * Refresh patches.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 25 Nov 2009 19:49:32 -0500
 

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=51451&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/pod-error.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/pod-error.patch Sun Jan 24 17:21:08 2010
@@ -5,7 +5,7 @@
 
 --- a/lib/Coat/Persistent.pm
 +++ b/lib/Coat/Persistent.pm
-@@ -882,7 +882,7 @@
+@@ -894,7 +894,7 @@
  inserting, updating). 
  
  Coat::Peristent lets you use SQL if you want to, considering SQL is the best
@@ -14,7 +14,7 @@
  
  =head1 WHY THIS MODULE ?
  
-@@ -1052,7 +1052,7 @@
+@@ -1064,7 +1064,7 @@
  
  =over 4
  
@@ -23,7 +23,7 @@
  file. B<@options> must contains a string as its first element being like the
  following: "f_dir=<DIRECTORY>" where DIRECTORY is the directory where to store
  de CSV files.
-@@ -1063,7 +1063,7 @@
+@@ -1075,7 +1075,7 @@
      use Coat::Persistent;
      __PACKAGE__->map_to_dbi('csv', 'f_dir=./t/csv-directory');
  
@@ -32,7 +32,7 @@
  to a MySQL database. B<@options> must be a list that contains repectively: the
  database name, the database user, the database password.
  
-@@ -1224,8 +1224,6 @@
+@@ -1236,8 +1236,6 @@
  =item B<limit>: An integer determining the limit on the number of rows that should
  be returned.
  
@@ -41,7 +41,7 @@
  Examples without options:
  
      my $obj = Class->find(23);
-@@ -1237,8 +1235,6 @@
+@@ -1249,8 +1247,6 @@
  
      my @list = Class->find($condition, { order => 'field1 desc' })
  
@@ -52,7 +52,7 @@
  Executes a custom sql query against your database and returns all the results
 --- a/lib/Coat/Persistent/Types.pm
 +++ b/lib/Coat/Persistent/Types.pm
-@@ -115,6 +115,8 @@
+@@ -123,6 +123,8 @@
          store_as => 'DateTime',
      );
  

Modified: trunk/libcoat-persistent-perl/debian/patches/whatis-entries.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/patches/whatis-entries.patch?rev=51451&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/whatis-entries.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/whatis-entries.patch Sun Jan 24 17:21:08 2010
@@ -7,7 +7,7 @@
 
 --- a/lib/Coat/Persistent/Types.pm
 +++ b/lib/Coat/Persistent/Types.pm
-@@ -55,7 +55,7 @@
+@@ -63,7 +63,7 @@
  
  =head1 NAME 
  




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