[SCM] Debian packaging of Config-Find CPAN distribution branch, master, updated. 46463f106873ffb59e6edb1be9017cce6f63a7ac

Jotam Jr. Trejo jotamjr at debian.org.sv
Fri Dec 14 20:03:27 UTC 2012


The following commit has been merged in the master branch:
commit 46463f106873ffb59e6edb1be9017cce6f63a7ac
Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Date:   Fri Dec 14 14:02:21 2012 -0600

    Added patch to fix several typos in Config::Find and Config::Find:Where manpages

diff --git a/debian/patches/manpage-typo-fix.patch b/debian/patches/manpage-typo-fix.patch
new file mode 100644
index 0000000..f03e4de
--- /dev/null
+++ b/debian/patches/manpage-typo-fix.patch
@@ -0,0 +1,42 @@
+Description: Fixes several misspells and typos in manpages
+Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Last-Update: 2012-12-14
+
+--- a/lib/Config/Find.pm
++++ b/lib/Config/Find.pm
+@@ -157,13 +157,13 @@
+ 
+ =head1 ABSTRACT
+ 
+-Config::Find searchs for configuration files using OS dependant
++Config::Find searches for configuration files using OS dependent
+ heuristics.
+ 
+ =head1 DESCRIPTION
+ 
+ Every OS has different rules for configuration files placement, this
+-module allows to easily find and create your app configuration files
++module allows one to easily find and create your app configuration files
+ following those rules.
+ 
+ Config::Find references configuration files by the application name or
+--- a/lib/Config/Find/Where.pm
++++ b/lib/Config/Find/Where.pm
+@@ -156,7 +156,7 @@
+ 
+ =head1 ABSTRACT
+ 
+-Config::Find searchs for locations using OS dependant heuristics.
++Config::Find searches for locations using OS dependent heuristics.
+ 
+ =head1 DESCRIPTION
+ 
+@@ -164,7 +164,7 @@
+ reused to also find other interesting things like temporary
+ directories, the script location, etc.
+ 
+-This module adds a public API to all the hiden functionallity.
++This module adds a public API to all the hiden functionality.
+ 
+ =head2 OPTIONS
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..66444e9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-typo-fix.patch

-- 
Debian packaging of Config-Find CPAN distribution



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