[SCM] Debian packaging of librt-client-rest-perl branch, master, updated. 2febe0c26a53f1d3b148b0a05463874ccbe53685

gregor herrmann gregoa at debian.org
Fri Jan 20 21:04:45 UTC 2012


The following commit has been merged in the master branch:
commit 601982f4e6d75ed5cdabc84af8c17caacb931a6d
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 21:51:12 2012 +0100

    Add patch to fix grammar glitch in the POD.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..41519f9
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,51 @@
+Description: spelling (or more precisely: grammar) improvement
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=74191
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74191
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-01-20
+
+--- a/lib/RT/Client/REST/Group.pm
++++ b/lib/RT/Client/REST/Group.pm
+@@ -31,7 +31,7 @@
+ =head1 DESCRIPTION
+ 
+ B<RT::Client::REST::Group> is based on L<RT::Client::REST::Object>.
+-The representation allows to retrieve, edit, and create groups in RT.
++The representation allows one to retrieve, edit, and create groups in RT.
+ 
+ Note: RT currently does not allow REST client to search groups.
+ 
+--- a/lib/RT/Client/REST/Queue.pm
++++ b/lib/RT/Client/REST/Queue.pm
+@@ -34,7 +34,7 @@
+ =head1 DESCRIPTION
+ 
+ B<RT::Client::REST::Queue> is based on L<RT::Client::REST::Object>.
+-The representation allows to retrieve, edit, comment on, and create
++The representation allows one to retrieve, edit, comment on, and create
+ queue in RT.
+ 
+ Note: RT currently does not allow REST client to search queues.
+--- a/lib/RT/Client/REST/Ticket.pm
++++ b/lib/RT/Client/REST/Ticket.pm
+@@ -56,7 +56,7 @@
+ =head1 DESCRIPTION
+ 
+ B<RT::Client::REST::Ticket> is based on L<RT::Client::REST::Object>.
+-The representation allows to retrieve, edit, comment on, and create
++The representation allows one to retrieve, edit, comment on, and create
+ tickets in RT.
+ 
+ =cut
+--- a/lib/RT/Client/REST/User.pm
++++ b/lib/RT/Client/REST/User.pm
+@@ -33,7 +33,7 @@
+ =head1 DESCRIPTION
+ 
+ B<RT::Client::REST::User> is based on L<RT::Client::REST::Object>.
+-The representation allows to retrieve, edit, comment on, and create
++The representation allows one to retrieve, edit, comment on, and create
+ users in RT.
+ 
+ Note: RT currently does not allow REST client to search users.

-- 
Debian packaging of librt-client-rest-perl



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