[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock ntfs-3g 1:1.2531-1.1



Hi,

please consider unblocking ntfs-3g 1:1.2531-1.1.
It fixes #503345

The NMU and this unblock request was acknowledged by the ntfs-3g maintainer.

The Debian changelog is:

ntfs-3g (1:1.2531-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * The hal standard configuration no longer allows the 'locale=' mount
option
    for NTFS, as the Linux kernel NTFS driver does not support this option.
    As a workaround we install our own fdi file 20-ntfs-3g-policy.fdi to
    /usr/share/hal/fdi/policy/10osvendor which will add this mount
option back
    and make hal use ntfs-3g as default fs driver.

 -- Michael Biebl <biebl@debian.org>  Sat, 25 Oct 2008 14:28:01 +0200

A complete debdiff ist attached.

Thanks for considering,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
 debian/20-ntfs-3g-policy.fdi    |   13 +++++++++++++
 ntfs-3g-1.2531/debian/changelog |   11 +++++++++++
 ntfs-3g-1.2531/debian/rules     |    3 +++
 3 files changed, 27 insertions(+)
diff -u ntfs-3g-1.2531/debian/rules ntfs-3g-1.2531/debian/rules
--- ntfs-3g-1.2531/debian/rules
+++ ntfs-3g-1.2531/debian/rules
@@ -56,6 +56,9 @@
 	dh_installdirs
 	mkdir -p $(CURDIR)/debian/tmp/sbin
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	# Install hal fdi file
+	install -D -m 644 debian/20-ntfs-3g-policy.fdi \
+		debian/tmp/usr/share/hal/fdi/policy/10osvendor/20-ntfs-3g-policy.fdi
 	# Remove RPATH from binary
 	chrpath --delete debian/tmp/usr/bin/ntfs-3g
 	chrpath --delete debian/tmp/usr/bin/ntfs-3g.probe
diff -u ntfs-3g-1.2531/debian/changelog ntfs-3g-1.2531/debian/changelog
--- ntfs-3g-1.2531/debian/changelog
+++ ntfs-3g-1.2531/debian/changelog
@@ -1,3 +1,14 @@
+ntfs-3g (1:1.2531-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * The hal standard configuration no longer allows the 'locale=' mount option
+    for NTFS, as the Linux kernel NTFS driver does not support this option.
+    As a workaround we install our own fdi file 20-ntfs-3g-policy.fdi to
+    /usr/share/hal/fdi/policy/10osvendor which will add this mount option back
+    and make hal use ntfs-3g as default fs driver.
+
+ -- Michael Biebl <biebl@debian.org>  Sat, 25 Oct 2008 14:28:01 +0200
+
 ntfs-3g (1:1.2531-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- ntfs-3g-1.2531.orig/debian/20-ntfs-3g-policy.fdi
+++ ntfs-3g-1.2531/debian/20-ntfs-3g-policy.fdi
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<deviceinfo version="0.2">
+  <device>
+    <match key="volume.fstype" string="ntfs">
+      <match key="@block.storage_device:storage.hotpluggable" bool="true">
+        <merge key="volume.fstype" type="string">ntfs-3g</merge>
+        <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
+        <append key="volume.mount.valid_options" type="strlist">locale=</append>
+      </match>
+    </match>
+  </device>
+</deviceinfo>

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: