r13623 - in /desktop/unstable/gnome-session/debian: changelog patches/02_no_warning_crash.patch
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Nov 27 11:16:15 UTC 2007
Author: lool
Date: Tue Nov 27 11:16:15 2007
New Revision: 13623
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13623
Log:
* New patch, 02_no_warning_crash, doesn't make critical warnings fatal when
the version number has 3 dots as in dev releases as this makes the desktop
too unstable.
Added:
desktop/unstable/gnome-session/debian/patches/02_no_warning_crash.patch
Modified:
desktop/unstable/gnome-session/debian/changelog
Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=13623&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog (original)
+++ desktop/unstable/gnome-session/debian/changelog Tue Nov 27 11:16:15 2007
@@ -16,8 +16,11 @@
[ Loic Minier ]
* Only suggest desktop-base; the desktop meta packages should pull branding,
not gnome-session and gnome-session has a default branding anyway.
-
- -- Loic Minier <lool at dooz.org> Tue, 27 Nov 2007 12:09:19 +0100
+ * New patch, 02_no_warning_crash, doesn't make critical warnings fatal when
+ the version number has 3 dots as in dev releases as this makes the desktop
+ too unstable.
+
+ -- Loic Minier <lool at dooz.org> Tue, 27 Nov 2007 12:11:48 +0100
gnome-session (2.20.1-1) unstable; urgency=low
Added: desktop/unstable/gnome-session/debian/patches/02_no_warning_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/patches/02_no_warning_crash.patch?rev=13623&op=file
==============================================================================
--- desktop/unstable/gnome-session/debian/patches/02_no_warning_crash.patch (added)
+++ desktop/unstable/gnome-session/debian/patches/02_no_warning_crash.patch Tue Nov 27 11:16:15 2007
@@ -1,0 +1,20 @@
+diff -Nur -x '*.orig' -x '*~' gnome-session-2.20.1/gnome-session/main.c gnome-session-2.20.1.new/gnome-session/main.c
+--- gnome-session-2.20.1/gnome-session/main.c 2007-11-21 15:48:32.000000000 +0100
++++ gnome-session-2.20.1.new/gnome-session/main.c 2007-11-21 15:49:01.000000000 +0100
+@@ -593,6 +593,7 @@
+ gsm_set_verbose (TRUE);
+
+ /* Help eradicate the critical warnings in unstable releases of GNOME */
++ /*
+ versions = g_strsplit (VERSION, ".", 3);
+ if (versions && versions [0] && versions [1])
+ {
+@@ -605,7 +606,7 @@
+ }
+ }
+ g_strfreev (versions);
+-
++ */
+ set_gtk1_theme_rcfile ();
+
+ /* Initialize the i18n stuff */
More information about the pkg-gnome-commits
mailing list