r11527 - in /packages/unstable/xchat-gnome/debian: changelog patches/65_implicit-pointer-conversion-gettext.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jun 14 11:17:51 UTC 2007


Author: lool
Date: Thu Jun 14 11:17:51 2007
New Revision: 11527

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11527
Log:
* New patch, 65_implicit-pointer-conversion-gettext, fixes a couple of
  implicit pointer conversion for the _() gettext function; thanks
  Dann Frazier for the report; note: a different fix thant the proposed
  patch was used; GNOME #447453; closes: #428459.

Added:
    packages/unstable/xchat-gnome/debian/patches/65_implicit-pointer-conversion-gettext.patch
Modified:
    packages/unstable/xchat-gnome/debian/changelog

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=11527&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog (original)
+++ packages/unstable/xchat-gnome/debian/changelog Thu Jun 14 11:17:51 2007
@@ -1,8 +1,12 @@
-xchat-gnome (1:0.17-2) UNRELEASED; urgency=low
+xchat-gnome (1:0.17-2) unstable; urgency=low
 
   * Remove duplicate libglib2.0-dev build-dep.
-
- -- Loic Minier <lool at dooz.org>  Mon, 11 Jun 2007 13:29:04 +0200
+  * New patch, 65_implicit-pointer-conversion-gettext, fixes a couple of
+    implicit pointer conversion for the _() gettext function; thanks
+    Dann Frazier for the report; note: a different fix thant the proposed
+    patch was used; GNOME #447453; closes: #428459.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 14 Jun 2007 11:52:40 +0200
 
 xchat-gnome (1:0.17-1) unstable; urgency=low
 

Added: packages/unstable/xchat-gnome/debian/patches/65_implicit-pointer-conversion-gettext.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/patches/65_implicit-pointer-conversion-gettext.patch?rev=11527&op=file
==============================================================================
--- packages/unstable/xchat-gnome/debian/patches/65_implicit-pointer-conversion-gettext.patch (added)
+++ packages/unstable/xchat-gnome/debian/patches/65_implicit-pointer-conversion-gettext.patch Thu Jun 14 11:17:51 2007
@@ -1,0 +1,25 @@
+Debian #428459; GNOME #447453
+
+diff -Nur xchat-gnome-0.17/plugins/python/python.c xchat-gnome-0.17.new/plugins/python/python.c
+--- xchat-gnome-0.17/plugins/python/python.c	2007-03-06 23:47:26.000000000 +0100
++++ xchat-gnome-0.17.new/plugins/python/python.c	2007-06-14 11:18:29.000000000 +0200
+@@ -51,6 +51,8 @@
+  *
+  */
+ 
++#include <config.h>
++#include <glib/gi18n.h>
+ #include <glib.h>
+ #include <string.h>
+ #include <unistd.h>
+diff -Nur xchat-gnome-0.17/plugins/tcl/tclplugin.c xchat-gnome-0.17.new/plugins/tcl/tclplugin.c
+--- xchat-gnome-0.17/plugins/tcl/tclplugin.c	2007-03-06 23:47:26.000000000 +0100
++++ xchat-gnome-0.17.new/plugins/tcl/tclplugin.c	2007-06-14 11:20:31.000000000 +0200
+@@ -18,6 +18,7 @@
+ static char RCSID[] = "$Id: tclplugin.c,v 1.59 2005/08/11 02:37:55 mooooooo Exp $";
+ 
+ #include <config.h>
++#include <glib/gi18n.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>




More information about the pkg-gnome-commits mailing list