[SCM] Packaging of Config::General in Debian branch, master, updated. upstream/2.52-7-g225b9d9

Francesco Cecconi francesco.cecconi at gmail.com
Fri Jul 19 22:23:59 UTC 2013


The following commit has been merged in the master branch:
commit 225b9d9c4f12a5c1378cc27e3832560554165467
Author: Francesco Cecconi <francesco.cecconi at gmail.com>
Date:   Sat Jul 20 00:21:12 2013 +0200

    added two patches to fix various misspellings.

diff --git a/debian/changelog b/debian/changelog
index d276251..71dc78a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ libconfig-general-perl (2.52-2) UNRELEASED; urgency=low
     + updated source url to metacpan.
   * debian/watch:
     + updated to metacpan.
+  * debian/patch:
+    + added two patches to fix various misspellings (0001-*, 0002-*).
 
  -- Francesco Cecconi <francesco.cecconi at gmail.com>  Wed, 17 Jul 2013 10:26:31 +0200
 
diff --git a/debian/patches/0001-fix_information_misspell.patch b/debian/patches/0001-fix_information_misspell.patch
new file mode 100644
index 0000000..dccfa6d
--- /dev/null
+++ b/debian/patches/0001-fix_information_misspell.patch
@@ -0,0 +1,16 @@
+Description: fix misspell in documentation. (informations -> information)
+Author: francesco.cecconi <francesco.cecconi at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87072
+Last-Update: 2013-07-19
+
+--- libconfig-general-perl-2.52.orig/General.pm
++++ libconfig-general-perl-2.52/General.pm
+@@ -1814,7 +1814,7 @@ you turn on this option, they will be in
+ =item B<-ExtendedAccess>
+ 
+ If set to a true value, you can use object oriented (extended) methods to
+-access the parsed config. See L<Config::General::Extended> for more informations.
++access the parsed config. See L<Config::General::Extended> for more information.
+ 
+ =item B<-StrictObjects>
+ 
diff --git a/debian/patches/0002-fix_allowsone_misspell.patch b/debian/patches/0002-fix_allowsone_misspell.patch
new file mode 100644
index 0000000..c64d7cc
--- /dev/null
+++ b/debian/patches/0002-fix_allowsone_misspell.patch
@@ -0,0 +1,16 @@
+Description: fix misspell in documentation. (Allows to -> Allows one to)
+Author: Francesco Cecconi <francesco.cecconi at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=87080
+Last-Update: 2013-07-19
+
+--- libconfig-general-perl-2.52.orig/General.pm
++++ libconfig-general-perl-2.52/General.pm
+@@ -2709,7 +2709,7 @@ I recommend you to read the following do
+  perllol                        Perl data structures: arrays of arrays
+ 
+  Config::General::Extended      Object oriented interface to parsed configs
+- Config::General::Interpolated  Allows to use variables inside config files
++ Config::General::Interpolated  Allows one to use variables inside config files
+ 
+ =head1 LICENSE AND COPYRIGHT
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..ebe35bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-fix_information_misspell.patch
+0002-fix_allowsone_misspell.patch

-- 
Packaging of Config::General in Debian



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