[libgnome2-perl] 02/03: add patch fixinf a small typo in documentation

Damyan Ivanov dmn at alioth.debian.org
Thu Oct 17 20:07:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libgnome2-perl.

commit f538218d41afa2f7c3af3721cf1934028d406ff3
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Oct 17 20:02:56 2013 +0000

    add patch fixinf a small typo in documentation
---
 debian/changelog                  |    1 +
 debian/patches/pod-spelling.patch |   15 +++++++++++++++
 debian/patches/series             |    1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aaee7d7..0f6bacb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libgnome2-perl (1.043-1) UNRELEASED; urgency=low
   * rules: install ChangeLog.pre-git as (obsolete, but still useful) upstream
     change log
   * claim conformance with Policy v3.9.4
+  * add patch fixinf a small typo in documentation
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:56 -0700
 
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..9e3e7af
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,15 @@
+Description: fix a tiny typo in POD (correspoding -> corresponding)
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=710417
+
+--- a/xs/BonoboDock.xs
++++ b/xs/BonoboDock.xs
+@@ -65,7 +65,7 @@ bonobo_dock_get_client_area (dock)
+ =for apidoc
+ 
+ Returns a BonoboDockItem, a BonoboDockPlacement and three unsigned integers
+-correspoding to num_band, band_position and offset.
++corresponding to num_band, band_position and offset.
+ 
+ =cut
+ ##  BonoboDockItem *bonobo_dock_get_item_by_name (BonoboDock *dock, const gchar *name, BonoboDockPlacement *placement_return, guint *num_band_return, guint *band_position_return, guint *offset_return) 
diff --git a/debian/patches/series b/debian/patches/series
index cba521c..8f989ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pods-extra-mkdir.patch
+pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgnome2-perl.git



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