r51152 - in /trunk/libjifty-plugin-openid-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
Sun Jan 17 19:22:24 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 17 19:22:19 2010
New Revision: 51152

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

Added:
    trunk/libjifty-plugin-openid-perl/debian/README.source
    trunk/libjifty-plugin-openid-perl/debian/patches/
    trunk/libjifty-plugin-openid-perl/debian/patches/fix-pod-spelling.patch
    trunk/libjifty-plugin-openid-perl/debian/patches/series
Modified:
    trunk/libjifty-plugin-openid-perl/debian/changelog
    trunk/libjifty-plugin-openid-perl/debian/control
    trunk/libjifty-plugin-openid-perl/debian/rules

Added: trunk/libjifty-plugin-openid-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/debian/README.source?rev=51152&op=file
==============================================================================
--- trunk/libjifty-plugin-openid-perl/debian/README.source (added)
+++ trunk/libjifty-plugin-openid-perl/debian/README.source Sun Jan 17 19:22:19 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/libjifty-plugin-openid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/debian/changelog?rev=51152&op=diff
==============================================================================
--- trunk/libjifty-plugin-openid-perl/debian/changelog (original)
+++ trunk/libjifty-plugin-openid-perl/debian/changelog Sun Jan 17 19:22:19 2010
@@ -6,13 +6,14 @@
   * Standards-Version 3.8.3 (no changes)
   * Update dependency on Net::OpenID::Consumer
   * Add myself to Uploaders and Copyright
+  * Add patch to fix POD typos
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 14:18:00 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 14:29:59 -0500
 
 libjifty-plugin-openid-perl (1.00-1) unstable; urgency=low
 

Modified: trunk/libjifty-plugin-openid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/debian/control?rev=51152&op=diff
==============================================================================
--- trunk/libjifty-plugin-openid-perl/debian/control (original)
+++ trunk/libjifty-plugin-openid-perl/debian/control Sun Jan 17 19:22:19 2010
@@ -1,7 +1,7 @@
 Source: libjifty-plugin-openid-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libjifty-perl, liblwpx-paranoidagent-perl,
  libnet-openid-consumer-perl (>= 1.03), libcache-cache-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libjifty-plugin-openid-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/debian/patches/fix-pod-spelling.patch?rev=51152&op=file
==============================================================================
--- trunk/libjifty-plugin-openid-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libjifty-plugin-openid-perl/debian/patches/fix-pod-spelling.patch Sun Jan 17 19:22:19 2010
@@ -1,0 +1,25 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+
+--- a/lib/Jifty/Plugin/OpenID.pm
++++ b/lib/Jifty/Plugin/OpenID.pm
+@@ -97,7 +97,7 @@
+ 
+ =head2 Attribute Exchange
+ 
+-You can retrieve informations from remote profile on authentication server with
++You can retrieve information from remote profile on authentication server with
+  OpenID Attribute Exchange service extension.
+ 
+ Set in your config.yml
+@@ -128,7 +128,7 @@
+ 
+ =head3 ax_mapping
+ 
+-mapping of recieve values with our applicalication fields in json format.
++mapping of receive values with our applicalication fields in json format.
+ 
+ =cut
+ 

Added: trunk/libjifty-plugin-openid-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/debian/patches/series?rev=51152&op=file
==============================================================================
--- trunk/libjifty-plugin-openid-perl/debian/patches/series (added)
+++ trunk/libjifty-plugin-openid-perl/debian/patches/series Sun Jan 17 19:22:19 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libjifty-plugin-openid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/debian/rules?rev=51152&op=diff
==============================================================================
--- trunk/libjifty-plugin-openid-perl/debian/rules (original)
+++ trunk/libjifty-plugin-openid-perl/debian/rules Sun Jan 17 19:22:19 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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