[SCM] Debian packaging of libwx-perl branch, master, updated. debian/0.9901-1

Damyan Ivanov dmn at debian.org
Fri Aug 19 08:12:26 UTC 2011


The following commit has been merged in the master branch:
commit 8b2423a6b95f94f412c41725da6395454a578f99
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 19 11:06:14 2011 +0300

    add spelling.patch fixing a small spelling mistake in cpp/overload.cpp

diff --git a/debian/changelog b/debian/changelog
index 044beba..80e6baf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ libwx-perl (1:0.9901-1) UNRELEASED; urgency=low
   * describe interface/wx in debian/copyright
   * rules: consistently make all examples executable
   * add fix-fake-pod.patch fixing unintentionally created manual page
+  * add spelling.patch fixing a small spelling mistake in cpp/overload.cpp
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 11 Jun 2011 10:55:39 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index c92fc1f..b3fdcc9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 skip-splashfast-tests.patch
 hashbang.patch
 fix-fake-pod.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..b938f32
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,16 @@
+Description: Fix a small spelling mistake
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=70363
+Forwarded: yes
+
+--- a/cpp/overload.cpp
++++ b/cpp/overload.cpp
+@@ -145,7 +145,7 @@ void wxPli_overload_error( pTHX_ const c
+                            wxPliPrototype* prototypes[] )
+ {
+     dXSARGS; // restore the mark we implicitly popped in dMARK!
+-    SV* message = newSVpv( "Availble methods:\n", 0 );
++    SV* message = newSVpv( "Available methods:\n", 0 );
+     sv_2mortal( message );
+ 
+     for( int j = 0; prototypes[j]; ++j )

-- 
Debian packaging of libwx-perl



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