[Pkg-utopia-commits] r2235 - in /packages/unstable/gnome-volume-manager/debian: changelog patches/04_ignore-ejects.patch

samm-guest at users.alioth.debian.org samm-guest at users.alioth.debian.org
Sat Apr 26 15:22:58 UTC 2008


Author: samm-guest
Date: Sat Apr 26 15:22:58 2008
New Revision: 2235

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2235
Log:
* New upstream release. This, along with 04_ignore-ejects.patch closes:
  #473808.
* 04_ignore-ejects.patch: ignore device ejects. From
  <http://bugzilla.gnome.org/show_bug.cgi?id=509824#c23>.

Added:
    packages/unstable/gnome-volume-manager/debian/patches/04_ignore-ejects.patch
Modified:
    packages/unstable/gnome-volume-manager/debian/changelog

Modified: packages/unstable/gnome-volume-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-volume-manager/debian/changelog?rev=2235&op=diff
==============================================================================
--- packages/unstable/gnome-volume-manager/debian/changelog (original)
+++ packages/unstable/gnome-volume-manager/debian/changelog Sat Apr 26 15:22:58 2008
@@ -5,8 +5,11 @@
     - Add Build-Depends on pkg-config.
 
   [ Sam Morris ]
-  * New upstream release. 
+  * New upstream release. This, along with 04_ignore-ejects.patch closes:
+    #473808.
   * Launch serpentine with parameters telling it which CD recorder to use.
+  * 04_ignore-ejects.patch: ignore device ejects. From
+    <http://bugzilla.gnome.org/show_bug.cgi?id=509824#c23>.
 
  -- Sam Morris <sam at robots.org.uk>  Sat, 26 Apr 2008 11:48:08 +0100
 

Added: packages/unstable/gnome-volume-manager/debian/patches/04_ignore-ejects.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-volume-manager/debian/patches/04_ignore-ejects.patch?rev=2235&op=file
==============================================================================
--- packages/unstable/gnome-volume-manager/debian/patches/04_ignore-ejects.patch (added)
+++ packages/unstable/gnome-volume-manager/debian/patches/04_ignore-ejects.patch Sat Apr 26 15:22:58 2008
@@ -1,0 +1,12 @@
+--- gnome-volume-manager-2.22.1/src/manager.c
++++ gnome-volume-manager-2.22.1.new/src/manager.c
+@@ -3294,7 +3315,9 @@
+	libhal_ctx_set_device_new_capability (ctx, hal_device_new_capability);
+	libhal_ctx_set_device_lost_capability (ctx,hal_device_lost_capability);
+	libhal_ctx_set_device_property_modified (ctx, hal_property_modified);
++	/* only needed for eject ATM, which is done by nautilus; disable
+	libhal_ctx_set_device_condition (ctx, hal_device_condition);
++	*/
+	
+	dbus_error_init (&error);
+	if (!libhal_device_property_watch_all (ctx, &error)) {




More information about the Pkg-utopia-commits mailing list