r13078 - /packages/unstable/gossip/debian/patches/01_debian-branding.patch

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Fri Oct 12 17:04:45 UTC 2007


Author: nobse
Date: Fri Oct 12 17:04:45 2007
New Revision: 13078

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13078
Log:
Updated patch.

Modified:
    packages/unstable/gossip/debian/patches/01_debian-branding.patch

Modified: packages/unstable/gossip/debian/patches/01_debian-branding.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/01_debian-branding.patch?rev=13078&op=diff
==============================================================================
--- packages/unstable/gossip/debian/patches/01_debian-branding.patch (original)
+++ packages/unstable/gossip/debian/patches/01_debian-branding.patch Fri Oct 12 17:04:45 2007
@@ -5,13 +5,13 @@
  		struct utsname osinfo;
  
  		uname (&osinfo);
-+		gchar *os;
-+		os = g_strconcat ("Debian GNU/", osinfo.sysname, NULL);
++		gchar *os_name = NULL;
++		os_name = g_strconcat ("Debian GNU/", osinfo.sysname, NULL);
  		info = g_object_new (GOSSIP_TYPE_VERSION_INFO,
  				     "name", "Imendio Gossip",
  				     "version", PACKAGE_VERSION,
 -				     "os", osinfo.sysname,
-+				     "os", os,
++				     "os", os_name,
  				     NULL);
  	}
  




More information about the pkg-gnome-commits mailing list