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

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

commit 849f53966bdbdfc52dd664754d86f380b132b43b
Author: intrigeri <intrig...@boum.org>
Date:   Sat Jan 2 10:08:53 2016 +0000

    New patch: Fix-typos-in-POD.patch.
---
 debian/patches/Fix-typos-in-POD.patch | 50 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 51 insertions(+)

diff --git a/debian/patches/Fix-typos-in-POD.patch 
b/debian/patches/Fix-typos-in-POD.patch
new file mode 100644
index 0000000..4d3a6a0
--- /dev/null
+++ b/debian/patches/Fix-typos-in-POD.patch
@@ -0,0 +1,50 @@
+From: intrigeri <intrig...@boum.org>
+Date: Sat, 2 Jan 2016 10:07:21 +0000
+Subject: Fix typos in POD.
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=760065
+
+---
+ lib/Glib/GenPod.pm          | 2 +-
+ lib/Glib/MakeHelper.pm      | 2 +-
+ lib/Glib/Object/Subclass.pm | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
+index 96b5015..881218f 100644
+--- a/lib/Glib/GenPod.pm
++++ b/lib/Glib/GenPod.pm
+@@ -1126,7 +1126,7 @@ So, in general, you will want to specify at least one of 
these, so that you
+ don't credit your work to us under the LGPL.
+ 
+ To set them do something similar to the following in the first part of your
+-postamble section in Makefile.PL.  All occurences of <br> in the copyright
++postamble section in Makefile.PL.  All occurrences of <br> in the copyright
+ are replaced with newlines, to make it easier to put in a multi-line string.
+ 
+   POD_SET=Glib::GenPod::set_copyright(qq{Copyright 1999 team-foobar<br>LGPL});
+diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
+index c941859..e863d55 100644
+--- a/lib/Glib/MakeHelper.pm
++++ b/lib/Glib/MakeHelper.pm
+@@ -453,7 +453,7 @@ Create and return the text of Makefile rules to manage 
building RPMs.
+ You'd put this in your Makefile.PL's MY::postamble.
+ 
+ I<HASH> is a set of search and replace keys for the spec file.  All 
+-occurences of @I<key>@ in the spec file template perl-$(DISTNAME).spec.in
++occurrences of @I<key>@ in the spec file template perl-$(DISTNAME).spec.in
+ will be replaced with I<value>.  'VERSION' and 'SOURCE' are supplied for
+ you.  For example:
+ 
+diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
+index e99b17d..238915f 100644
+--- a/lib/Glib/Object/Subclass.pm
++++ b/lib/Glib/Object/Subclass.pm
+@@ -327,7 +327,7 @@ GLib pulls some fancy tricks with function pointers to 
implement methods
+ in C.  This is not very language-binding-friendly, as you might guess.
+ 
+ However, as described above, every signal allows a "class closure"; you
+-may override thie class closure with your own function, and you can chain
++may override the class closure with your own function, and you can chain
+ from the overridden method to the original.  This serves to implement
+ virtual overrides for language bindings.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0724eb4..ffc1ed9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove-version-checking
 Add-missing-information-to-POD.patch
+Fix-typos-in-POD.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to