[libglib-perl] 24/25: Refresh quilt patches.

Intrigeri intrigeri at moszumanska.debian.org
Tue Dec 29 18:43:56 UTC 2015


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

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

commit 65ee5717b8a1071d803164f04873d2c7094b19be
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Dec 29 18:12:58 2015 +0000

    Refresh quilt patches.
---
 debian/patches/Add-missing-information-to-POD.patch | 20 ++++++++++----------
 debian/patches/remove-version-checking              |  6 +++---
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/patches/Add-missing-information-to-POD.patch b/debian/patches/Add-missing-information-to-POD.patch
index 8118458..1d52463 100644
--- a/debian/patches/Add-missing-information-to-POD.patch
+++ b/debian/patches/Add-missing-information-to-POD.patch
@@ -14,7 +14,7 @@ diff --git a/GOption.xs b/GOption.xs
 index cae3b6b..4c19e62 100644
 --- a/GOption.xs
 +++ b/GOption.xs
-@@ -610,6 +610,14 @@ BOOT:
+@@ -610,6 +610,14 @@
  	gperl_register_fundamental (GPERL_TYPE_OPTION_ARG, "Glib::OptionArg");
  	gperl_register_fundamental (GPERL_TYPE_OPTION_FLAGS, "Glib::OptionFlags");
  
@@ -33,7 +33,7 @@ diff --git a/GParamSpec.xs b/GParamSpec.xs
 index 909deb5..4f94891 100644
 --- a/GParamSpec.xs
 +++ b/GParamSpec.xs
-@@ -185,6 +185,8 @@ SvGParamSpec (SV * sv)
+@@ -185,6 +185,8 @@
  
  MODULE = Glib::ParamSpec	PACKAGE = Glib::ParamSpec	PREFIX = g_param_spec_
  
@@ -42,7 +42,7 @@ index 909deb5..4f94891 100644
  void
  DESTROY (GParamSpec * pspec)
      CODE:
-@@ -891,7 +893,7 @@ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::UChar
+@@ -891,7 +893,7 @@
   ## similarly, all unsigned integer types
  
  
@@ -51,7 +51,7 @@ index 909deb5..4f94891 100644
  
  =for position post_hierarchy
  
-@@ -962,7 +964,7 @@ get_maximum (GParamSpec * pspec)
+@@ -962,7 +964,7 @@
  
  MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Int64
  
@@ -60,7 +60,7 @@ index 909deb5..4f94891 100644
  
  =head1 DESCRIPTION
  
-@@ -989,7 +991,7 @@ get_maximum (GParamSpec * pspec)
+@@ -989,7 +991,7 @@
  
  MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::UInt64
  
@@ -69,7 +69,7 @@ index 909deb5..4f94891 100644
  
  =head1 DESCRIPTION
  
-@@ -1018,7 +1020,7 @@ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::Float
+@@ -1018,7 +1020,7 @@
  
   ## and again for the floating-point types
  
@@ -78,7 +78,7 @@ index 909deb5..4f94891 100644
  
  =for position post_hierarchy
  
-@@ -1037,6 +1039,21 @@ determines the data value range.
+@@ -1037,6 +1039,21 @@
  
  =cut
  
@@ -100,7 +100,7 @@ index 909deb5..4f94891 100644
  =for see_also Glib::ParamSpec
  =cut
  
-@@ -1122,6 +1139,8 @@ MODULE = Glib::ParamSpec	PACKAGE = Glib::Param::GType
+@@ -1122,6 +1139,8 @@
  
  #if GLIB_CHECK_VERSION(2, 10, 0)
  
@@ -113,7 +113,7 @@ diff --git a/GType.xs b/GType.xs
 index 142eb55..a957431 100644
 --- a/GType.xs
 +++ b/GType.xs
-@@ -2746,6 +2746,8 @@ package_from_cname (class, const char * cname)
+@@ -2746,6 +2746,8 @@
  
  MODULE = Glib::Type	PACKAGE = Glib::Flags
  
@@ -126,7 +126,7 @@ diff --git a/GUtils.xs b/GUtils.xs
 index c59f704..b5c669b 100644
 --- a/GUtils.xs
 +++ b/GUtils.xs
-@@ -469,6 +469,9 @@ CHECK_VERSION (class, guint required_major, guint required_minor, guint required
+@@ -469,6 +469,9 @@
  
  MODULE = Glib::Utils	PACKAGE = Glib::Markup	PREFIX = g_markup_
  
diff --git a/debian/patches/remove-version-checking b/debian/patches/remove-version-checking
index 0d04623..bb68d37 100644
--- a/debian/patches/remove-version-checking
+++ b/debian/patches/remove-version-checking
@@ -5,15 +5,15 @@ Author: Ryan Niebur <ryan at debian.org>
 
 --- a/Glib.xs
 +++ b/Glib.xs
-@@ -472,6 +472,7 @@
- #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
+@@ -475,6 +475,7 @@
+ #endif /* GLIB_CHECK_VERSION (2, 24, 0) */
  	/* make sure that we're running/linked against a version at least as 
  	 * new as we built against, otherwise bad things will happen. */
 +/*
  	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
  	    ||
  	    (glib_major_version == GLIB_MAJOR_VERSION && 
-@@ -485,6 +486,7 @@
+@@ -488,6 +489,7 @@
  		      " old.  We'll continue, but expect problems!\n",
  		    GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION,
  		    glib_major_version, glib_minor_version, glib_micro_version);

-- 
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