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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Sep 22 15:12:54 UTC 2009


Author: jawnsy-guest
Date: Tue Sep 22 15:12:24 2009
New Revision: 44636

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44636
Log:
NOTE: need to fix FTBFS still
* Standards-Version 3.8.3 (no changes)
* Refreshed 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=44636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Tue Sep 22 15:12:24 2009
@@ -1,9 +1,13 @@
 libcoat-persistent-perl (0.221-1) UNRELEASED; urgency=low
+
+  NOTE: need to fix FTBFS still
 
   * New upstream release
     + Add support for undefined primary_keys (RT#47772)
     + Make it possible to bypass DBIx::Sequence (RT#47773)
   * Removed Alexis Sukrieh from Uploaders (Closes: #536128)
+  * Standards-Version 3.8.3 (no changes)
+  * Refreshed patches
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 22 Sep 2009 06:41:51 -0400
 

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=44636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/pod-error.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/pod-error.patch Tue Sep 22 15:12:24 2009
@@ -3,9 +3,9 @@
 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
-@@ -819,7 +819,7 @@
+--- a/lib/Coat/Persistent.pm
++++ b/lib/Coat/Persistent.pm
+@@ -882,7 +882,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 ?
  
-@@ -944,7 +944,7 @@
+@@ -1052,7 +1052,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.
-@@ -955,7 +955,7 @@
+@@ -1063,7 +1063,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.
  
-@@ -1094,8 +1094,6 @@
+@@ -1224,8 +1224,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);
-@@ -1107,8 +1105,6 @@
+@@ -1237,8 +1235,6 @@
  
      my @list = Class->find($condition, { order => 'field1 desc' })
  
@@ -50,9 +50,9 @@
  =item B<find_by_sql($sql, @bind_values>
  
  Executes a custom sql query against your database and returns all the results
---- libcoat-persistent-perl.orig/lib/Coat/Persistent/Types.pm
-+++ libcoat-persistent-perl/lib/Coat/Persistent/Types.pm
-@@ -114,6 +114,8 @@
+--- a/lib/Coat/Persistent/Types.pm
++++ b/lib/Coat/Persistent/Types.pm
+@@ -115,6 +115,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=44636&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/whatis-entries.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/whatis-entries.patch Tue Sep 22 15:12:24 2009
@@ -5,9 +5,9 @@
 This patch adds a missing whatis entry for lib/Coat/Persistent/Types.pm and
 fixes the whatis entry in lib/Coat/Persistent/Types/MySQL.pm.
 
---- libcoat-persistent-perl.orig/lib/Coat/Persistent/Types.pm
-+++ libcoat-persistent-perl/lib/Coat/Persistent/Types.pm
-@@ -54,7 +54,7 @@
+--- a/lib/Coat/Persistent/Types.pm
++++ b/lib/Coat/Persistent/Types.pm
+@@ -55,7 +55,7 @@
  
  =head1 NAME 
  
@@ -16,8 +16,8 @@
  
  =head1 DESCRIPTION
  
---- libcoat-persistent-perl.orig/lib/Coat/Persistent/Types/MySQL.pm
-+++ libcoat-persistent-perl/lib/Coat/Persistent/Types/MySQL.pm
+--- a/lib/Coat/Persistent/Types/MySQL.pm
++++ b/lib/Coat/Persistent/Types/MySQL.pm
 @@ -50,7 +50,7 @@
  
  =head1 NAME




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