Hi,
please consider unblocking hal 0.5.11-6
I fixes #497463 and #501662
The Debian changelog is:
hal (0.5.11-6) unstable; urgency=low
* debian/patches/56_revert_ntfs_locale_mount_option.patch
- The 'locale=' NTFS mount option is not supported by the Linux kernel
NTFS driver, so remove it. The ntfs-3g package will ship a
separate fdi
file which enables this mount option again when the ntfs-3g driver is
used. (Closes: #497463)
* debian/hal.postinst
- Remove existing stop symlinks in rc0 and rc6 on package upgrades.
(Closes: #501662)
-- Michael Biebl <biebl@debian.org> Sat, 25 Oct 2008 15:16:30 +0200
A complete debdiff is attached.
**** NOTE ****
If you unblock this hal version, make sure to also unblock ntfs-3g
1:1.2531-1.1, as those changes in both packages depend on each other.
**************
Thanks for considering,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
changelog | 13 +++++++++++++
hal.postinst | 5 +++++
patches/56_revert_ntfs_locale_mount_option.patch | 12 ++++++++++++
3 files changed, 30 insertions(+)
Index: debian/hal.postinst
===================================================================
--- debian/hal.postinst (.../0.5.11-5) (Revision 2498)
+++ debian/hal.postinst (.../0.5.11-6) (Revision 2498)
@@ -42,6 +42,11 @@
# be sure the run dir is owned by the hal user
chown haldaemon:haldaemon /var/run/hal
+ # Remove old stop symlinks on upgrades
+ if dpkg --compare-versions "$2" lt-nl "0.5.11-6"; then
+ rm -f /etc/rc[06].d/K??hal
+ fi
+
if [ -x /etc/init.d/dbus ]; then
invoke-rc.d dbus force-reload || true
fi
Index: debian/patches/56_revert_ntfs_locale_mount_option.patch
===================================================================
--- debian/patches/56_revert_ntfs_locale_mount_option.patch (.../0.5.11-5) (Revision 0)
+++ debian/patches/56_revert_ntfs_locale_mount_option.patch (.../0.5.11-6) (Revision 2498)
@@ -0,0 +1,12 @@
+Index: hal-0.5.11/fdi/policy/10osvendor/20-storage-methods.fdi
+===================================================================
+--- hal-0.5.11.orig/fdi/policy/10osvendor/20-storage-methods.fdi 2008-10-25 14:53:37.000000000 +0200
++++ hal-0.5.11/fdi/policy/10osvendor/20-storage-methods.fdi 2008-10-25 14:53:45.000000000 +0200
+@@ -246,7 +246,6 @@
+ <append key="volume.mount.valid_options" type="strlist">uid=</append>
+ <append key="volume.mount.valid_options" type="strlist">gid=</append>
+ <append key="volume.mount.valid_options" type="strlist">umask=</append>
+- <append key="volume.mount.valid_options" type="strlist">locale=</append>
+ <append key="volume.mount.valid_options" type="strlist">utf8</append>
+ </match>
+ <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="FreeBSD">
Index: debian/changelog
===================================================================
--- debian/changelog (.../0.5.11-5) (Revision 2498)
+++ debian/changelog (.../0.5.11-6) (Revision 2498)
@@ -1,3 +1,16 @@
+hal (0.5.11-6) unstable; urgency=low
+
+ * debian/patches/56_revert_ntfs_locale_mount_option.patch
+ - The 'locale=' NTFS mount option is not supported by the Linux kernel
+ NTFS driver, so remove it. The ntfs-3g package will ship a separate fdi
+ file which enables this mount option again when the ntfs-3g driver is
+ used. (Closes: #497463)
+ * debian/hal.postinst
+ - Remove existing stop symlinks in rc0 and rc6 on package upgrades.
+ (Closes: 501662)
+
+ -- Michael Biebl <biebl@debian.org> Sat, 25 Oct 2008 15:16:30 +0200
+
hal (0.5.11-5) unstable; urgency=low
* Don't stop hal in runlevels 0 and 6, sendsigs is fine; from Ubuntu; thanks
Attachment:
signature.asc
Description: OpenPGP digital signature