[SCM] Debian packaging of libdbix-class-perl branch, master, updated. debian/0.08195-1-31-g40a754e

gregor herrmann gregoa at debian.org
Fri May 17 18:20:13 UTC 2013


The following commit has been merged in the master branch:
commit 62ca4cfc30ce6d3587e0d2c03c092b0b93c5e4e8
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 17 19:19:19 2013 +0200

    Refresh fix-doc-typos.patch.

diff --git a/debian/patches/fix-doc-typos.patch b/debian/patches/fix-doc-typos.patch
index 4bd6609..4aa9292 100644
--- a/debian/patches/fix-doc-typos.patch
+++ b/debian/patches/fix-doc-typos.patch
@@ -4,9 +4,9 @@ Author: Olly Betts <olly at survex.com>
 Forwarded: no
 Last-Update: 2011-12-09
 
---- libdbix-class-perl-0.08196.orig/lib/DBIx/Class/Schema.pm
-+++ libdbix-class-perl-0.08196/lib/DBIx/Class/Schema.pm
-@@ -1021,7 +1021,7 @@ sub svp_rollback {
+--- a/lib/DBIx/Class/Schema.pm
++++ b/lib/DBIx/Class/Schema.pm
+@@ -1000,7 +1000,7 @@
  
  Clones the schema and its associated result_source objects and returns the
  copy. The resulting copy will have the same attributes as the source schema,
@@ -15,12 +15,10 @@ Last-Update: 2011-12-09
  
  =cut
  
-diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm
-index 173ae32..92cae5c 100644
 --- a/lib/DBIx/Class/Optional/Dependencies.pm
 +++ b/lib/DBIx/Class/Optional/Dependencies.pm
-@@ -841,7 +841,7 @@ EOD
-     '=item Returns: \%list_of_loaderrors_per_module',
+@@ -897,7 +897,7 @@
+     '=item Return Value: \%list_of_loaderrors_per_module',
      '=back',
      <<'EOD',
 -Returns a hashref containing the actual errors that occured while attempting
@@ -28,11 +26,9 @@ index 173ae32..92cae5c 100644
  to load each module in the requirement group.
  EOD
      '=head1 AUTHOR',
-diff --git a/lib/DBIx/Class/Manual/Component.pod b/lib/DBIx/Class/Manual/Component.pod
-index 46170f9..6865aac 100644
 --- a/lib/DBIx/Class/Manual/Component.pod
 +++ b/lib/DBIx/Class/Manual/Component.pod
-@@ -27,7 +27,7 @@ by prepending the component name with a +.
+@@ -27,7 +27,7 @@
  
    __PACKAGE__->load_components(qw/ +My::Component /);
  
@@ -41,11 +37,9 @@ index 46170f9..6865aac 100644
  that it provides will be available in your class.
  
  The order in which is you load the components may be very
-diff --git a/lib/DBIx/Class/Manual/Features.pod b/lib/DBIx/Class/Manual/Features.pod
-index 8ae1fe6..bebcddf 100644
 --- a/lib/DBIx/Class/Manual/Features.pod
 +++ b/lib/DBIx/Class/Manual/Features.pod
-@@ -258,7 +258,7 @@ See L<DBIx::Class::Schema::Loader> and L<DBIx::Class::Schema::Loader::Base/CONST
+@@ -258,7 +258,7 @@
  
  =head2 Populate
  
@@ -54,7 +48,7 @@ index 8ae1fe6..bebcddf 100644
  
   $schema->populate([ Users =>
      [qw( username password )],
-@@ -274,7 +274,7 @@ I use populate L<here|http://blog.afoolishmanifesto.com/archives/1255> to export
+@@ -274,7 +274,7 @@
  
  =head2 Multicreate
  
@@ -63,11 +57,9 @@ index 8ae1fe6..bebcddf 100644
  
   $schema->resultset('Author')->create({
      name => 'Stephen King',
-diff --git a/lib/DBIx/Class/Manual/FAQ.pod b/lib/DBIx/Class/Manual/FAQ.pod
-index ba6d4d1..6d58c16 100644
 --- a/lib/DBIx/Class/Manual/FAQ.pod
 +++ b/lib/DBIx/Class/Manual/FAQ.pod
-@@ -75,7 +75,7 @@ lot later.
+@@ -75,7 +75,7 @@
  
  =item .. use DBIx::Class across multiple databases?
  
@@ -76,7 +68,7 @@ index ba6d4d1..6d58c16 100644
  databases at once, then so can DBIx::Class. All you need to do is make
  sure you write the database name as part of the
  L<DBIx::Class::ResultSource/table> call. Eg:
-@@ -322,7 +322,7 @@ Use L<DBIx::Class::Row/discard_changes>.
+@@ -314,7 +314,7 @@
  
    $row->discard_changes
  
@@ -85,11 +77,9 @@ index ba6d4d1..6d58c16 100644
  want to discard your local changes, just re-fetch the row from storage.  When you want
  to get a new, fresh copy of the row, just re-fetch the row from storage.
  L<DBIx::Class::Row/discard_changes> does just that by re-fetching the row from storage
-diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod
-index 014ff38..47f55a4 100644
 --- a/lib/DBIx/Class/Manual/Cookbook.pod
 +++ b/lib/DBIx/Class/Manual/Cookbook.pod
-@@ -1189,7 +1189,7 @@ building a renaming facility, like so:
+@@ -1223,7 +1223,7 @@
  
    1;
  
@@ -98,11 +88,9 @@ index 014ff38..47f55a4 100644
  method and extracting a custom option from the provided \%attr hashref one can
  then simply iterate over all the Schema's ResultSources, renaming them as
  needed.
-diff --git a/lib/DBIx/Class/Manual/Joining.pod b/lib/DBIx/Class/Manual/Joining.pod
-index 4bf3331..f7adf83 100644
 --- a/lib/DBIx/Class/Manual/Joining.pod
 +++ b/lib/DBIx/Class/Manual/Joining.pod
-@@ -17,12 +17,12 @@ instead. Skip this part if you know what joins are..
+@@ -17,12 +17,12 @@
  But I'll explain anyway. Assuming you have created your database in a
  more or less sensible way, you will end up with several tables that
  contain C<related> information. For example, you may have a table

-- 
Debian packaging of libdbix-class-perl



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