[libglib-perl] 03/04: New patches: Fix-POD-for-the-benefit-of-whatis.patch, Fix-typos-in-error-message-and-POD.patch.

Intrigeri intrigeri at moszumanska.debian.org
Sun Oct 2 08:45:41 UTC 2016


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

intrigeri pushed a commit to branch master
in repository libglib-perl.

commit 45f0cc757ae1fe80808769bfb0164bf552129eba
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Oct 2 08:20:54 2016 +0000

    New patches: Fix-POD-for-the-benefit-of-whatis.patch, Fix-typos-in-error-message-and-POD.patch.
---
 .../Fix-POD-for-the-benefit-of-whatis.patch        | 37 ++++++++++++++++++
 .../Fix-typos-in-error-message-and-POD.patch       | 45 ++++++++++++++++++++++
 debian/patches/series                              |  2 +
 3 files changed, 84 insertions(+)

diff --git a/debian/patches/Fix-POD-for-the-benefit-of-whatis.patch b/debian/patches/Fix-POD-for-the-benefit-of-whatis.patch
new file mode 100644
index 0000000..d4944b2
--- /dev/null
+++ b/debian/patches/Fix-POD-for-the-benefit-of-whatis.patch
@@ -0,0 +1,37 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Sun, 2 Oct 2016 08:19:28 +0000
+Subject: Fix POD for the benefit of whatis.
+Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=772329
+
+---
+ GBoxed.xs   | 2 +-
+ GVariant.xs | 3 +++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/GBoxed.xs b/GBoxed.xs
+index f0dc125..5c726aa 100644
+--- a/GBoxed.xs
++++ b/GBoxed.xs
+@@ -910,7 +910,7 @@ DESTROY (sv)
+ 
+ MODULE = Glib::Boxed	PACKAGE = Glib::Bytes	PREFIX = g_bytes_
+ 
+-=for DESCRIPTION
++=for object Glib::Bytes Wrappers for bytes objects in GLib
+ 
+ =head1 DESCRIPTION
+ 
+diff --git a/GVariant.xs b/GVariant.xs
+index 697422e..8e5d5ce 100644
+--- a/GVariant.xs
++++ b/GVariant.xs
+@@ -584,6 +584,9 @@ g_variant_parse (const GVariantType *type, const gchar *text)
+ 
+ MODULE = Glib::Variant	PACKAGE = Glib::VariantType	PREFIX = g_variant_type_
+ 
++=for object Glib::VariantType Utilities for dealing with the GVariant type system
++=cut
++
+ =for see_also Glib::Variant
+ =cut
+ 
diff --git a/debian/patches/Fix-typos-in-error-message-and-POD.patch b/debian/patches/Fix-typos-in-error-message-and-POD.patch
new file mode 100644
index 0000000..b5624cb
--- /dev/null
+++ b/debian/patches/Fix-typos-in-error-message-and-POD.patch
@@ -0,0 +1,45 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Sun, 2 Oct 2016 08:16:07 +0000
+Subject: Fix typos in error message and POD.
+Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=772328
+
+---
+ GType.xs           | 4 ++--
+ lib/Glib/GenPod.pm | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/GType.xs b/GType.xs
+index 614d4af..1a687ae 100644
+--- a/GType.xs
++++ b/GType.xs
+@@ -179,7 +179,7 @@ is not to be modified.
+ Turns I<sv> into its fundamental representation and stores the result in the
+ pre-configured I<value>.  I<value> must not be overwritten; instead one of the
+ various C<g_value_set_*()> functions must be used or the C<value-E<gt>data>
+-pointer must be modifed directly.
++pointer must be modified directly.
+ 
+   typedef void (*GPerlValueUnwrapFunc) (GValue       * value,
+                                         SV           * sv);
+@@ -1117,7 +1117,7 @@ gperl_real_signal_accumulator (GSignalInvocationHint *ihint,
+ 		      "###\n"
+ 		      "### your sub returned %d value%s\n"
+ 		      "###\n"
+-		      "### there's no resonable way to recover from this.\n"
++		      "### there's no reasonable way to recover from this.\n"
+ 		      "### you must fix this code",
+ 		      n, n==1?"":"s");
+ 		croak (Nullch);
+diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
+index a8d4d3f..edf5f0b 100644
+--- a/lib/Glib/GenPod.pm
++++ b/lib/Glib/GenPod.pm
+@@ -877,7 +877,7 @@ pod will be still be placed there.
+ This function is called at all of the specified points through out the process
+ of generating pod for a page. Any pod matching the I<position> passed will be
+ returned, undef if no matches were found.  If I<position> is undef all pods
+-without sepcific postion information will be returned. I<pods> is a reference
++without specific position information will be returned. I<pods> is a reference
+ to an array of pod hashes.
+ 
+ =over
diff --git a/debian/patches/series b/debian/patches/series
index 0cbb09b..ea7b735 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
 remove-version-checking
 Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.patch
+Fix-typos-in-error-message-and-POD.patch
+Fix-POD-for-the-benefit-of-whatis.patch

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



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