r69591 - in /trunk/libdbix-class-perl/debian: changelog control patches/ patches/fix-pod-spelling.patch patches/fix-pod.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Feb 25 02:48:33 UTC 2011


Author: jawnsy-guest
Date: Fri Feb 25 02:48:18 2011
New Revision: 69591

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69591
Log:
builds clean, dch -r

Added:
    trunk/libdbix-class-perl/debian/patches/
    trunk/libdbix-class-perl/debian/patches/fix-pod-spelling.patch
    trunk/libdbix-class-perl/debian/patches/fix-pod.patch
    trunk/libdbix-class-perl/debian/patches/series
Modified:
    trunk/libdbix-class-perl/debian/changelog
    trunk/libdbix-class-perl/debian/control

Modified: trunk/libdbix-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/changelog?rev=69591&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Fri Feb 25 02:48:18 2011
@@ -1,10 +1,4 @@
-libdbix-class-perl (0.08127-1) UNRELEASED; urgency=low
-
-  NEEDS:
-  - updated CAG (ribasushi is working on a minimal patch for that)
-  - updated SQL::Abstract (may not be a good idea during freeze)
-
-  WAITS-FOR: libnamespace-clean-perl 0.20
+libdbix-class-perl (0.08127-1) unstable; urgency=low
 
   [ Antony Gelberg ]
   * New upstream release 0.08124
@@ -17,8 +11,9 @@
   * Standards-Version 3.9.1 (no changes)
   * Update license clauses
   * Update package dependencies per upstream
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 23 Jan 2011 14:37:06 -0500
+  * Add patch to fix typos in POD
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 24 Feb 2011 22:11:35 -0500
 
 libdbix-class-perl (0.08123-1) unstable; urgency=low
 

Modified: trunk/libdbix-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/control?rev=69591&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/control (original)
+++ trunk/libdbix-class-perl/debian/control Fri Feb 25 02:48:18 2011
@@ -83,7 +83,6 @@
  libmoosex-types-path-class-perl,
  libmoosex-types-perl (>= 0.21),
  libnamespace-autoclean-perl (>= 0.09),
- libvariable-magic-perl (>= 0.44),
  libtext-csv-perl (>= 1.16)
 Description: extensible and flexible object <-> relational mapper
  DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI

Added: trunk/libdbix-class-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/fix-pod-spelling.patch?rev=69591&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdbix-class-perl/debian/patches/fix-pod-spelling.patch Fri Feb 25 02:48:18 2011
@@ -1,0 +1,46 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/DBIx/Class/Manual/Features.pod
++++ b/lib/DBIx/Class/Manual/Features.pod
+@@ -12,7 +12,7 @@
+ 
+ =head2 Active Community
+ 
+-Currently (June 9, 2010) 6 active branches (commited to
++Currently (June 9, 2010) 6 active branches (committed to
+ in the last two weeks) in git.  Last release (0.08122)
+ had 14 new features, and 16 bug fixes.  Of course that
+ L<ebbs and flows|http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class.git;a=blob;f=Changes>.)
+@@ -495,7 +495,7 @@
+ 
+ See L<DBIx::Class::Relationship::Base/create_related> and L<DBIx::Class::Relationship::Base/add_to_$rel>
+ 
+-Note that it automaticaly fills in foreign key for you
++Note that it automatically fills in foreign key for you
+ 
+ =head2 Excellent Transaction Support
+ 
+--- a/lib/DBIx/Class/ResultSource.pm
++++ b/lib/DBIx/Class/ResultSource.pm
+@@ -428,7 +428,7 @@
+   my $columns_info = $source->columns_info;
+ 
+ Like L</column_info> but returns information for the requested columns. If
+-the optional column-list arrayref is ommitted it returns info on all columns
++the optional column-list arrayref is omitted it returns info on all columns
+ currently defined on the ResultSource via L</add_columns>.
+ 
+ =cut
+--- a/lib/DBIx/Class/Storage/DBI.pm
++++ b/lib/DBIx/Class/Storage/DBI.pm
+@@ -2222,7 +2222,7 @@
+ =head2 sql_limit_dialect
+ 
+ This is an accessor for the default SQL limit dialect used by a particular
+-storage driver. Can be overriden by supplying an explicit L</limit_dialect>
++storage driver. Can be overridden by supplying an explicit L</limit_dialect>
+ to L<DBIx::Class::Schema/connect>. For a list of available limit dialects
+ see L<DBIx::Class::SQLMaker::LimitDialects>.
+ 

Added: trunk/libdbix-class-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/fix-pod.patch?rev=69591&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libdbix-class-perl/debian/patches/fix-pod.patch Fri Feb 25 02:48:18 2011
@@ -1,0 +1,13 @@
+Description: fix POD syntax to silence errors from `man'
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/DBIx/Class/Manual/Features.pod
++++ b/lib/DBIx/Class/Manual/Features.pod
+@@ -661,5 +661,5 @@
+     price => \['price + ?', [inc => $inc]],
+  });
+ 
+-See L<SQL::Abstract#Literal_SQL_with_placeholders_and_bind_values_(subqueries)>
++See L<SQL::Abstract/Literal_SQL_with_placeholders_and_bind_values_(subqueries)>
+ 

Added: trunk/libdbix-class-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/series?rev=69591&op=file
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/series (added)
+++ trunk/libdbix-class-perl/debian/patches/series Fri Feb 25 02:48:18 2011
@@ -1,0 +1,2 @@
+fix-pod.patch
+fix-pod-spelling.patch




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