[SCM] Debian packaging of libpod-constants-perl branch, master, updated. cfca0fb2c4b7d1afcd7dbc60598a66a1f7c69017

gregor herrmann gregoa at debian.org
Tue Nov 15 20:39:22 UTC 2011


The following commit has been merged in the master branch:
commit cbc5f112be05eead97a3711e149b67f3e4cb7fcc
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 15 21:33:16 2011 +0100

    Add a patch to fix 2 spelling mistakes.

diff --git a/debian/patches/series b/debian/patches/series
index ca77614..0a8f5cb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 EUMM_AUTHOR.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..0598e07
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=72452
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72452
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-11-15
+
+--- a/Constants.pm
++++ b/Constants.pm
+@@ -34,7 +34,7 @@
+  =head2 Some list
+ 
+  Each line from this section of the file
+- will be placed into a seperate array element.
++ will be placed into a separate array element.
+  For example, this is $myarray[2].
+ 
+  =head2 Some hash
+@@ -434,7 +434,7 @@
+      (
+       'MyTestModule.pm',
+       'MODULE RELEASE' => sub { ($VERSION) = m/(\d+\.\d+)/ },
+-      'DEPENDANCIES' => ($PREREQ_PM = { }),
++      'DEPENDENCIES' => ($PREREQ_PM = { }),
+        -trim => 1,
+       'NAME' => sub { $ABSTRACT=$_; ($NAME) = m/(\S+)/ },
+       'AUTHOR' => \$AUTHOR,
+@@ -460,7 +460,7 @@
+ 
+  This is release 1.05 of this module.
+ 
+- =head2 DEPENDANCIES
++ =head2 DEPENDENCIES
+ 
+  The following modules are required to make this module:
+ 

-- 
Debian packaging of libpod-constants-perl



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