[Pkg-utopia-commits] r176 - in packages/hal/trunk/debian: . patches

Sjoerd Simons sjoerd@costa.debian.org
Tue, 08 Feb 2005 16:25:34 +0100


Author: sjoerd
Date: 2005-02-08 16:25:34 +0100 (Tue, 08 Feb 2005)
New Revision: 176

Modified:
   packages/hal/trunk/debian/changelog
   packages/hal/trunk/debian/patches/storage-policy-debian.patch
Log:
Enable the quiet mount option on vfat volumes

Modified: packages/hal/trunk/debian/changelog
===================================================================
--- packages/hal/trunk/debian/changelog	2005-02-08 15:18:17 UTC (rev 175)
+++ packages/hal/trunk/debian/changelog	2005-02-08 15:25:34 UTC (rev 176)
@@ -1,3 +1,10 @@
+hal (0.4.7-2) UNRELEASED; urgency=low
+
+  * debian/patches/storage-policy-debian.patch
+    + Updated. Enable the quiet option for vfat volumes (Closes: #292661)
+
+ -- Sjoerd Simons <sjoerd@debian.org>  Tue,  8 Feb 2005 16:23:50 +0100
+
 hal (0.4.7-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/hal/trunk/debian/patches/storage-policy-debian.patch
===================================================================
--- packages/hal/trunk/debian/patches/storage-policy-debian.patch	2005-02-08 15:18:17 UTC (rev 175)
+++ packages/hal/trunk/debian/patches/storage-policy-debian.patch	2005-02-08 15:25:34 UTC (rev 176)
@@ -1,6 +1,6 @@
-diff -ruN hal-0.4.6-old/fdi/90defaultpolicy/storage-policy.fdi hal-0.4.6/fdi/90defaultpolicy/storage-policy.fdi
---- hal-0.4.6-old/fdi/90defaultpolicy/storage-policy.fdi	2005-01-20 18:03:57.000000000 +0100
-+++ hal-0.4.6/fdi/90defaultpolicy/storage-policy.fdi	2005-01-21 17:05:34.000000000 +0100
+diff -ruN hal-0.4.7-old/fdi/90defaultpolicy/storage-policy.fdi hal-0.4.7/fdi/90defaultpolicy/storage-policy.fdi
+--- hal-0.4.7-old/fdi/90defaultpolicy/storage-policy.fdi	2005-01-20 18:03:57.000000000 +0100
++++ hal-0.4.7/fdi/90defaultpolicy/storage-policy.fdi	2005-02-08 16:23:06.443290291 +0100
 @@ -6,11 +6,11 @@
    <device>
      <match key="info.udi" string="/org/freedesktop/Hal/devices/computer">
@@ -27,9 +27,15 @@
  	<match key="@block.storage_device:storage.no_partitions_hint" bool="false">
  
  	  <merge key="volume.policy.should_mount" type="bool">true</merge>
-@@ -168,7 +171,17 @@
+@@ -164,11 +167,22 @@
+ 	    </match>
+ 	  </match>
+ 
+-	  <!-- Use UTF-8 charset for vfat -->
++	  <!-- Use UTF-8 charset and the quiet option for vfat -->
  	  <match key="volume.fstype" string="vfat">
  	    <merge key="volume.policy.mount_option.iocharset=utf8" type="bool">true</merge>
++	    <merge key="volume.policy.mount_option.quiet" type="bool">true</merge>
  	  </match>
 -	  
 +