[SCM] Debian packaging of libglib-perl branch, master, updated. debian/3%1.280-2-6-g4552d21

gregor herrmann gregoa at debian.org
Sat May 18 19:12:56 UTC 2013


The following commit has been merged in the master branch:
commit 046a28d977bff430acaf7a24ca2d2902093c4f77
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 18 21:06:25 2013 +0200

    Refresh patch remove-version-checking (offset).

diff --git a/debian/patches/remove-version-checking b/debian/patches/remove-version-checking
index 217b41a..76257b1 100644
--- a/debian/patches/remove-version-checking
+++ b/debian/patches/remove-version-checking
@@ -5,7 +5,7 @@ Author: Ryan Niebur <ryan at debian.org>
 
 --- a/Glib.xs
 +++ b/Glib.xs
-@@ -407,6 +407,7 @@
+@@ -429,6 +429,7 @@
  #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
  	/* make sure that we're running/linked against a version at least as 
  	 * new as we built against, otherwise bad things will happen. */
@@ -13,7 +13,7 @@ Author: Ryan Niebur <ryan at debian.org>
  	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
  	    ||
  	    (glib_major_version == GLIB_MAJOR_VERSION && 
-@@ -420,6 +421,7 @@
+@@ -442,6 +443,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);

-- 
Debian packaging of libglib-perl



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