[SCM] Debian packaging of libwx-perl branch, master, updated. debian/1%0.9911-1-12-g933e847

Dominique Dumont dod at debian.org
Thu May 2 18:00:46 UTC 2013


The following commit has been merged in the master branch:
commit b0095489d8e6ad155ab4b30f33a59a70c4ed9203
Author: Dominique Dumont <dod at debian.org>
Date:   Thu May 2 19:56:52 2013 +0200

    added patch to fix Wx man page spelling errors

diff --git a/debian/patches/fix-man-spelling b/debian/patches/fix-man-spelling
new file mode 100644
index 0000000..87460b9
--- /dev/null
+++ b/debian/patches/fix-man-spelling
@@ -0,0 +1,30 @@
+Description: Fix man spelling
+Author: dod
+--- a/Wx.pm
++++ b/Wx.pm
+@@ -342,14 +342,14 @@
+ 
+  Wx::DisableAssertHandler();
+ 
+-You may also set en enviroment variable to cause all invocations
++You may also set an enviroment variable to cause all invocations
+ of Wx to call Wx::EnableDefaultAssertHandler().
+ 
+  export WXPERL_OPTIONS=ENABLE_DEFAULT_ASSERT_HANDLER
+ 
+ This may be useful during tests.
+ 
+-The enviroment setting WXPERL_OPTIONS can contain multiple
++The environment setting WXPERL_OPTIONS can contain multiple
+ options. Options are checked for using a simple regex match.
+ So
+ 
+@@ -386,7 +386,7 @@
+ 
+  $ENV{WXPERL_OPTIONS} = 'NO_MAC_SETFRONTPROCESS';
+ 
+-The enviroment setting WXPERL_OPTIONS can contain multiple
++The environment setting WXPERL_OPTIONS can contain multiple
+ options. Options are checked for using a simple regex match.
+ So
+ 
diff --git a/debian/patches/series b/debian/patches/series
index b3fdcc9..fc928c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-man-spelling
 skip-splashfast-tests.patch
 hashbang.patch
 fix-fake-pod.patch

-- 
Debian packaging of libwx-perl



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