[Pkg-utopia-commits] r244 - packages/unstable/gnome-volume-manager/debian/patches

Sjoerd Simons sjoerd@costa.debian.org
Wed, 22 Jun 2005 09:25:13 +0000


Author: sjoerd
Date: 2005-06-22 09:25:12 +0000 (Wed, 22 Jun 2005)
New Revision: 244

Added:
   packages/unstable/gnome-volume-manager/debian/patches/03_kernel_hint.patch
Removed:
   packages/unstable/gnome-volume-manager/debian/patches/30_26_kernel_hint.patch
Log:
Move around to have the same order as in the ubuntu package

Copied: packages/unstable/gnome-volume-manager/debian/patches/03_kernel_hint.patch (from rev 242, packages/unstable/gnome-volume-manager/debian/patches/30_26_kernel_hint.patch)

Deleted: packages/unstable/gnome-volume-manager/debian/patches/30_26_kernel_hint.patch
===================================================================
--- packages/unstable/gnome-volume-manager/debian/patches/30_26_kernel_hint.patch	2005-06-22 09:22:52 UTC (rev 243)
+++ packages/unstable/gnome-volume-manager/debian/patches/30_26_kernel_hint.patch	2005-06-22 09:25:12 UTC (rev 244)
@@ -1,13 +0,0 @@
-diff -ruN gnome-volume-manager-1.3.1-old/src/properties.c gnome-volume-manager-1.3.1/src/properties.c
---- gnome-volume-manager-1.3.1-old/src/properties.c	2005-03-31 18:27:07.000000000 +0200
-+++ gnome-volume-manager-1.3.1/src/properties.c	2005-04-13 14:54:00.994187816 +0200
-@@ -396,7 +396,8 @@
- 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
- 							  _("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);