r68385 - in /trunk/liblivejournal-perl/debian: changelog patches/pod.patch patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 11 16:47:33 UTC 2011


Author: gregoa
Date: Fri Feb 11 16:47:23 2011
New Revision: 68385

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68385
Log:
Add 2 patches (spelling mistakes, pod errors).

Added:
    trunk/liblivejournal-perl/debian/patches/pod.patch
    trunk/liblivejournal-perl/debian/patches/spelling.patch
Modified:
    trunk/liblivejournal-perl/debian/changelog
    trunk/liblivejournal-perl/debian/patches/series

Modified: trunk/liblivejournal-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblivejournal-perl/debian/changelog?rev=68385&op=diff
==============================================================================
--- trunk/liblivejournal-perl/debian/changelog (original)
+++ trunk/liblivejournal-perl/debian/changelog Fri Feb 11 16:47:23 2011
@@ -16,6 +16,7 @@
   * Don't install README anymore.
   * Add build dependency on libwww-perl.
   * Split out the changes from -2 into a proper patch.
+  * Add 2 patches (spelling mistakes, pod errors).
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 11 Feb 2011 17:13:46 +0100
 

Added: trunk/liblivejournal-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblivejournal-perl/debian/patches/pod.patch?rev=68385&op=file
==============================================================================
--- trunk/liblivejournal-perl/debian/patches/pod.patch (added)
+++ trunk/liblivejournal-perl/debian/patches/pod.patch Fri Feb 11 16:47:23 2011
@@ -1,0 +1,34 @@
+Description: fix pod errors
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-11
+
+--- a/LiveJournal.pm
++++ b/LiveJournal.pm
+@@ -1095,8 +1095,12 @@
+ Use this method to remove a friend from a user group.  C<USER> is the
+ username of the person and C<GROUP> is the group number.
+ 
++=back
++
+ =head1 JOURNAL METHODS
+ 
++=over
++
+ =item get (INFO)
+ 
+ Use this method to download parts of a user's journal.  C<INFO> is a hash
+@@ -1186,8 +1190,12 @@
+ 
+ http://forbidden.dough.net/~archon/lj/
+ 
++=back
++
+ =head1 SEE ALSO
+ 
++=over
++
+ =item *
+ 
+ perl(1).

Modified: trunk/liblivejournal-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblivejournal-perl/debian/patches/series?rev=68385&op=diff
==============================================================================
--- trunk/liblivejournal-perl/debian/patches/series (original)
+++ trunk/liblivejournal-perl/debian/patches/series Fri Feb 11 16:47:23 2011
@@ -1,1 +1,3 @@
 date.patch
+spelling.patch
+pod.patch

Added: trunk/liblivejournal-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblivejournal-perl/debian/patches/spelling.patch?rev=68385&op=file
==============================================================================
--- trunk/liblivejournal-perl/debian/patches/spelling.patch (added)
+++ trunk/liblivejournal-perl/debian/patches/spelling.patch Fri Feb 11 16:47:23 2011
@@ -1,0 +1,44 @@
+Description: fix spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-11
+
+--- a/LiveJournal.pm
++++ b/LiveJournal.pm
+@@ -242,7 +242,7 @@
+ 		}
+ 		$self->friends($hash{'friend'});
+ 	} else {
+-		carp ("LiveJournal::Friend->parse() requires an arguement.");
++		carp ("LiveJournal::Friend->parse() requires an argument.");
+ 	}
+ }
+ 
+@@ -632,7 +632,7 @@
+ 			}
+ 		}
+ 	} else {
+-		carp ("LiveJournal::->parse_login() requires an arguement.");
++		carp ("LiveJournal::->parse_login() requires an argument.");
+ 	}
+ }
+ 
+@@ -986,7 +986,7 @@
+ 
+ =item get ([ [ FRIENDOF ] [, GROUPS ] ])
+ 
+-Takes two optional arguements.  If C<FRIENDOF> is set to 1, you will also
++Takes two optional arguments.  If C<FRIENDOF> is set to 1, you will also
+ get back the info from the "friendof" mode.  If C<GROUPS> is set to 1, you
+ will get the info from the "getfriendgroups" mode.  This method returns a
+ hash reference which should be passed to B<parse()> to be more
+@@ -995,7 +995,7 @@
+ 
+ =item parse (FRIENDS)
+ 
+-Takes one arguement: the hash reference returned from B<get()>.
++Takes one argument: the hash reference returned from B<get()>.
+ Returns a hash of lists of hashes containing the info (user, name, fg,
+ bg, etc) for each friend such as:
+ 




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