Adam Cécile (Le_Vert) wrote:
> Hello Michael,
> 
> Go ahead with a NMU. It'll be faster and I really think this bug should 
> be fixed asap.

Hi Adam,

attached is the complete diff of the NMU.
If you have no objections, I'd go on with the upload this evening.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
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,9 +56,6 @@
 	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,14 +1,3 @@
-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 <[EMAIL PROTECTED]>  Sat, 25 Oct 2008 14:28:01 +0200
-
 ntfs-3g (1:1.2531-1) unstable; urgency=low
 
   * New upstream release.
reverted:
--- ntfs-3g-1.2531/debian/20-ntfs-3g-policy.fdi
+++ ntfs-3g-1.2531.orig/debian/20-ntfs-3g-policy.fdi
@@ -1,13 +0,0 @@
-<?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 via email to