[libglib-perl] 02/04: Drop Add-missing-information-to-POD.patch and Fix-typos-in-POD.patch: applied upstream.

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 60c6b199e675f8e6ad8bc3f77f8d04e91031236b
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Oct 2 08:06:00 2016 +0000

    Drop Add-missing-information-to-POD.patch and Fix-typos-in-POD.patch: applied upstream.
---
 .../patches/Add-missing-information-to-POD.patch   | 138 ---------------------
 debian/patches/Fix-typos-in-POD.patch              |  50 --------
 debian/patches/series                              |   2 -
 3 files changed, 190 deletions(-)

diff --git a/debian/patches/Add-missing-information-to-POD.patch b/debian/patches/Add-missing-information-to-POD.patch
deleted file mode 100644
index 1d52463..0000000
--- a/debian/patches/Add-missing-information-to-POD.patch
+++ /dev/null
@@ -1,138 +0,0 @@
-From: intrigeri <intrigeri at boum.org>
-Date: Mon, 10 Aug 2015 12:56:44 +0000
-Subject: Add missing information to POD.
-Bug: https://bugzilla.gnome.org/show_bug.cgi?id=753466
-
----
- GOption.xs    |  8 ++++++++
- GParamSpec.xs | 27 +++++++++++++++++++++++----
- GType.xs      |  2 ++
- GUtils.xs     |  3 +++
- 4 files changed, 36 insertions(+), 4 deletions(-)
-
-diff --git a/GOption.xs b/GOption.xs
-index cae3b6b..4c19e62 100644
---- a/GOption.xs
-+++ b/GOption.xs
-@@ -610,6 +610,14 @@
- 	gperl_register_fundamental (GPERL_TYPE_OPTION_ARG, "Glib::OptionArg");
- 	gperl_register_fundamental (GPERL_TYPE_OPTION_FLAGS, "Glib::OptionFlags");
- 
-+=for object Glib::OptionContext defines options accepted by the commandline option parser
-+
-+=cut
-+
-+=for object Glib::OptionGroup group of options for command line option parsing
-+
-+=cut
-+
- =for position SYNOPSIS
- 
- =head1 SYNOPSIS
-diff --git a/GParamSpec.xs b/GParamSpec.xs
-index 909deb5..4f94891 100644
---- a/GParamSpec.xs
-+++ b/GParamSpec.xs
-@@ -185,6 +185,8 @@
- 
- MODULE = Glib::ParamSpec	PACKAGE = Glib::ParamSpec	PREFIX = g_param_spec_
- 
-+=for object Glib::ParamSpec Wrapper to encapsulate metadate needed to specify parameters
-+
- void
- DESTROY (GParamSpec * pspec)
-     CODE:
-@@ -891,7 +893,7 @@
-  ## similarly, all unsigned integer types
- 
- 
--=for object Glib::Param::UInt
-+=for object Glib::Param::UInt Wrapper for uint parameters in GLib
- 
- =for position post_hierarchy
- 
-@@ -962,7 +964,7 @@
- 
- MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Int64
- 
--=for object Glib::Param::Int64
-+=for object Glib::Param::Int64 Wrapper for int64 parameters in GLib
- 
- =head1 DESCRIPTION
- 
-@@ -989,7 +991,7 @@
- 
- MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::UInt64
- 
--=for object Glib::Param::UInt64
-+=for object Glib::Param::UInt64 Wrapper for uint64 parameters in GLib
- 
- =head1 DESCRIPTION
- 
-@@ -1018,7 +1020,7 @@
- 
-  ## and again for the floating-point types
- 
--=for object Glib::Param::Double
-+=for object Glib::Param::Double Wrapper for double parameters in GLib
- 
- =for position post_hierarchy
- 
-@@ -1037,6 +1039,21 @@
- 
- =cut
- 
-+=for object Glib::Param::Boolean Wrapper for boolean parameters in GLib
-+=cut
-+
-+=for object Glib::Param::Enum Wrapper for enum parameters in GLib
-+=cut
-+
-+=for object Glib::Param::Flags Wrapper for flag parameters in GLib
-+=cut
-+
-+=for object Glib::Param::String Wrapper for string parameters in GLib
-+=cut
-+
-+=for object Glib::Param::Unichar Wrapper for unichar parameters in GLib
-+=cut
-+
- =for see_also Glib::ParamSpec
- =cut
- 
-@@ -1122,6 +1139,8 @@
- 
- #if GLIB_CHECK_VERSION(2, 10, 0)
- 
-+=for object Glib::Param::GType - Paramspecs for glib types
-+
- =for section DESCRIPTION
- 
- =head1 DESCRIPTION
-diff --git a/GType.xs b/GType.xs
-index 142eb55..a957431 100644
---- a/GType.xs
-+++ b/GType.xs
-@@ -2746,6 +2746,8 @@
- 
- MODULE = Glib::Type	PACKAGE = Glib::Flags
- 
-+=for object Glib::Flags Overloaded operators representing GLib flags
-+
- =for position DESCRIPTION
- 
- =head1 DESCRIPTION
-diff --git a/GUtils.xs b/GUtils.xs
-index c59f704..b5c669b 100644
---- a/GUtils.xs
-+++ b/GUtils.xs
-@@ -469,6 +469,9 @@
- 
- MODULE = Glib::Utils	PACKAGE = Glib::Markup	PREFIX = g_markup_
- 
-+=for object Glib::Markup Wrapper for markup handling functions in GLib
-+=cut
-+
- =for apidoc __function__
- =cut
- # gchar* g_markup_escape_text (const gchar *text, gssize length);
diff --git a/debian/patches/Fix-typos-in-POD.patch b/debian/patches/Fix-typos-in-POD.patch
deleted file mode 100644
index 4d3a6a0..0000000
--- a/debian/patches/Fix-typos-in-POD.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From: intrigeri <intrigeri at 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 7338165..0cbb09b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
 remove-version-checking
-Add-missing-information-to-POD.patch
-Fix-typos-in-POD.patch
 Glib-GenPod-honour-SOURCE_DATE_EPOCH-for-embedded-timesta.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