[SCM] Debian packaging of libaudio-rpld-perl branch, master, updated. debian/0.005-1-8-g1ac77ae

gregor herrmann gregoa at debian.org
Sat Dec 8 19:54:11 UTC 2012


The following commit has been merged in the master branch:
commit 922a3300b19e94cbdbfb6b50704d8e0d3e54f7cf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 8 20:52:31 2012 +0100

    Add spelling.patch.

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..e51521d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,53 @@
+Description: fix a spelling error ("information" is already plural)
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=81809
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81809
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-12-08
+
+--- a/lib/Audio/RPLD.pm
++++ b/lib/Audio/RPLD.pm
+@@ -860,7 +860,7 @@
+ 
+ Send a SERVERINFO command to the server.
+ 
+-This tells basic informations about the server like it's version and location.
++This tells basic information about the server like it's version and location.
+ 
+ The return value is a hashref which contains the following keys (all keys may or may not be set depending on what info the server provides):
+ 
+@@ -880,7 +880,7 @@
+ 
+ =item contact
+ 
+-Those are informations on the server administrator. Normally contains nick or real name
++Those are information on the server administrator. Normally contains nick or real name
+ as well as an e-mail address.
+ 
+ =item serial
+@@ -907,13 +907,13 @@
+ 
+ =item build
+ 
+-This is a build stamp. It contains informations on the build.
++This is a build stamp. It contains information on the build.
+ This is mostly useful when reporting problems to upstream or the distributor.
+ 
+ =item system
+ 
+-This contains a sub-hash with informations about the server's OS.
+-Those informations are normally read via the uname() system call
++This contains a sub-hash with information about the server's OS.
++Those information are normally read via the uname() system call
+ by the server software. This means all limits of uname() also apply
+ to those data.
+ The following keys are know as of this writing:
+@@ -940,7 +940,7 @@
+ 
+ =item x
+ 
+-This is a sub-hash with vendor specific informations.
++This is a sub-hash with vendor specific information.
+ The name is based on the "X-"-prefix those keys have.
+ The content and format is fully up to the server software.
+ However the following keys have been seen in the wild:

-- 
Debian packaging of libaudio-rpld-perl



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