r29209 - /trunk/libglib-perl/debian/patches/remove-version-checking

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jan 4 10:45:29 UTC 2009


Author: ryan52-guest
Date: Sun Jan  4 10:45:26 2009
New Revision: 29209

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29209
Log:
fix patch

Modified:
    trunk/libglib-perl/debian/patches/remove-version-checking

Modified: trunk/libglib-perl/debian/patches/remove-version-checking
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/remove-version-checking?rev=29209&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/remove-version-checking (original)
+++ trunk/libglib-perl/debian/patches/remove-version-checking Sun Jan  4 10:45:26 2009
@@ -2,15 +2,15 @@
 
 --- a/Glib.xs
 +++ b/Glib.xs
-@@ -392,6 +392,7 @@
+@@ -393,6 +393,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. */
-+
++/*
  	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
  	    ||
  	    (glib_major_version == GLIB_MAJOR_VERSION && 
-@@ -405,6 +407,7 @@
+@@ -406,6 +407,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);




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