[Pkg-utopia-commits] r132 - in packages/gnome-volume-manager/trunk/debian: . patches

Sjoerd Simons sjoerd@haydn.debian.org
Mon, 29 Nov 2004 09:17:24 -0700


Author: sjoerd
Date: 2004-11-29 09:16:36 -0700 (Mon, 29 Nov 2004)
New Revision: 132

Added:
   packages/gnome-volume-manager/trunk/debian/patches/30_26_kernel_hint.patch
Modified:
   packages/gnome-volume-manager/trunk/debian/changelog
Log:
Add a hint for user that they need a 2.6 kernel for the utopia stack to work.


Modified: packages/gnome-volume-manager/trunk/debian/changelog
===================================================================
--- packages/gnome-volume-manager/trunk/debian/changelog	2004-11-26 22:34:19 UTC (rev 131)
+++ packages/gnome-volume-manager/trunk/debian/changelog	2004-11-29 16:16:36 UTC (rev 132)
@@ -1,6 +1,9 @@
-gnome-volume-manager (1.1.2-4) UNRELEASED; urgency=low
+gnome-volume-manager (1.1.2-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * debian/patches/30_26_kernel_hint.patch 
+    + Added. If hald is not running, give a hint to the user that they might
+      need to install a 2.6 kernel.  Based on a patch from Michael Banck 
+      (Closes: #283310)
 
  -- Sjoerd Simons <sjoerd@debian.org>  Wed, 24 Nov 2004 12:41:40 +0100
 

Added: packages/gnome-volume-manager/trunk/debian/patches/30_26_kernel_hint.patch
===================================================================
--- packages/gnome-volume-manager/trunk/debian/patches/30_26_kernel_hint.patch	2004-11-26 22:34:19 UTC (rev 131)
+++ packages/gnome-volume-manager/trunk/debian/patches/30_26_kernel_hint.patch	2004-11-29 16:16:36 UTC (rev 132)
@@ -0,0 +1,13 @@
+diff -ruN gnome-volume-manager-old/src/properties.c gnome-volume-manager/src/properties.c
+--- gnome-volume-manager-old/src/properties.c	2004-08-13 21:49:44.000000000 +0200
++++ gnome-volume-manager/src/properties.c	2004-11-29 16:58:34.000000000 +0100
+@@ -376,7 +376,8 @@
+ 			"</span>\n\n"
+ 			"The \"hald\" service is required but not currently "
+ 			"running. Enable the service and rerun this applet, "
+-			"or contact your system administrator.");
++			"or contact your system administrator. Note: You "
++			"need Linux kernel 2.6 for volume management to work.");
+ 		gtk_dialog_run (GTK_DIALOG (dialog));
+ 		gtk_widget_destroy (dialog);
+ 		exit (EXIT_FAILURE);