r49748 - in /trunk/librose-db-object-perl/debian: README.source changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 1 05:06:41 UTC 2010


Author: jawnsy-guest
Date: Fri Jan  1 05:06:28 2010
New Revision: 49748

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49748
Log:
Add patch to fix POD spelling issues

Added:
    trunk/librose-db-object-perl/debian/README.source
    trunk/librose-db-object-perl/debian/patches/
    trunk/librose-db-object-perl/debian/patches/fix-pod-spelling.patch
    trunk/librose-db-object-perl/debian/patches/series
Modified:
    trunk/librose-db-object-perl/debian/changelog
    trunk/librose-db-object-perl/debian/control
    trunk/librose-db-object-perl/debian/rules

Added: trunk/librose-db-object-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/README.source?rev=49748&op=file
==============================================================================
--- trunk/librose-db-object-perl/debian/README.source (added)
+++ trunk/librose-db-object-perl/debian/README.source Fri Jan  1 05:06:28 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/librose-db-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/changelog?rev=49748&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/changelog (original)
+++ trunk/librose-db-object-perl/debian/changelog Fri Jan  1 05:06:28 2010
@@ -1,6 +1,7 @@
 librose-db-object-perl (1:0.785-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Add patch to fix POD spelling issues
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 31 Dec 2009 23:55:12 -0500
 

Modified: trunk/librose-db-object-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/control?rev=49748&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/control (original)
+++ trunk/librose-db-object-perl/debian/control Fri Jan  1 05:06:28 2010
@@ -1,7 +1,7 @@
 Source: librose-db-object-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libdatetime-perl, libbit-vector-perl,
  librose-db-perl (>= 0.753), liblist-moreutils-perl, libdbi-perl,
  libclone-perl (>= 0.29), librose-object-perl (>= 0.854), libtest-pod-perl,

Added: trunk/librose-db-object-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/patches/fix-pod-spelling.patch?rev=49748&op=file
==============================================================================
--- trunk/librose-db-object-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/librose-db-object-perl/debian/patches/fix-pod-spelling.patch Fri Jan  1 05:06:28 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Rose/DB/Object/Metadata.pm
++++ b/lib/Rose/DB/Object/Metadata.pm
+@@ -5553,7 +5553,7 @@
+ 
+ =item B<include_predicated_unique_indexes [BOOL]>
+ 
+-Get or set a boolean value that indicates whether or not the L<auto_init_unique_keys|/auto_init_unique_keys> method will create L<unique keys|/add_unique_keys> for unique indexes that have predicates.  The default value is false.  This feature is currently only suppported for PostgreSQL.
++Get or set a boolean value that indicates whether or not the L<auto_init_unique_keys|/auto_init_unique_keys> method will create L<unique keys|/add_unique_keys> for unique indexes that have predicates.  The default value is false.  This feature is currently only supported for PostgreSQL.
+ 
+ Here's an example of a unique index that has a predicate:
+ 

Added: trunk/librose-db-object-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/patches/series?rev=49748&op=file
==============================================================================
--- trunk/librose-db-object-perl/debian/patches/series (added)
+++ trunk/librose-db-object-perl/debian/patches/series Fri Jan  1 05:06:28 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/librose-db-object-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/rules?rev=49748&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/rules (original)
+++ trunk/librose-db-object-perl/debian/rules Fri Jan  1 05:06:28 2010
@@ -4,7 +4,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_fixperms:
 	dh_fixperms




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