r13033 - in /packages/unstable/gossip/debian: changelog patches/01_debian-branding.patch
nobse at users.alioth.debian.org
nobse at users.alioth.debian.org
Sun Oct 7 17:36:33 UTC 2007
Author: nobse
Date: Sun Oct 7 17:36:33 2007
New Revision: 13033
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13033
Log:
Branding
Added:
packages/unstable/gossip/debian/patches/01_debian-branding.patch
Modified:
packages/unstable/gossip/debian/changelog
Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=13033&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Sun Oct 7 17:36:33 2007
@@ -1,3 +1,9 @@
+gossip (1:0.27-4) UNRELEASED; urgency=low
+
+ * Branding.
+
+ -- Norbert Tretkowski <nobse at debian.org> Sun, 07 Oct 2007 19:27:22 +0200
+
gossip (1:0.27-3) experimental; urgency=low
* Upload of 0.27 to experimental.
Added: 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=13033&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/01_debian-branding.patch (added)
+++ packages/unstable/gossip/debian/patches/01_debian-branding.patch Sun Oct 7 17:36:33 2007
@@ -1,0 +1,17 @@
+diff -Nur gossip-0.27.orig/libgossip/gossip-version-info.c gossip-0.27/libgossip/gossip-version-info.c
+--- gossip-0.27.orig/libgossip/gossip-version-info.c 2007-06-01 00:25:20.000000000 +0200
++++ gossip-0.27/libgossip/gossip-version-info.c 2007-10-07 19:26:49.000000000 +0200
+@@ -265,10 +265,12 @@
+ struct utsname osinfo;
+
+ uname (&osinfo);
++ gchar *os;
++ os = 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,
+ NULL);
+ }
+
More information about the pkg-gnome-commits
mailing list