Package: ntfs-3g Version: 1:1.2310-1 Severity: wishlist Tags: patch User: [EMAIL PROTECTED] Usertags: ubuntu intrepid ubuntu-patch
Hi! Please consider building udebs for ntfs-3g, so that the installer can make use of it as well. Please note that this patch is relative to the "install into /" patch I just submitted. If you don't like the latter for some reason, you have to adapt the udeb *.install files accordingly. Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u ntfs-3g-1.2310/debian/control ntfs-3g-1.2310/debian/control
--- ntfs-3g-1.2310/debian/control
+++ ntfs-3g-1.2310/debian/control
@@ -71,0 +74,14 @@
+
+Package: ntfs-3g-udeb
+Section: debian-installer
+Architecture: any
+XC-Package-Type: udeb
+Depends: fuse-utils-udeb, ${shlibs:Depends}
+Description: read-write NTFS driver for FUSE
+
+Package: libntfs-3g24-udeb
+Section: debian-installer
+Architecture: any
+XC-Package-Type: udeb
+Depends: ${shlibs:Depends}
+Description: ntfs-3g filesystem in userspace (FUSE) library
--- ntfs-3g-1.2310/debian/rules
+++ ntfs-3g-1.2310/debian/rules
@@ -73,7 +73,7 @@
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs
+ dh_makeshlibs --add-udeb=libntfs-3g24-udeb
dh_installdeb
dh_shlibdeps
dh_gencontrol
diff -u ntfs-3g-1.2310/debian/ntfs-3g.install
ntfs-3g-1.2310/debian/ntfs-3g.install
--- ntfs-3g-1.2310.orig/debian/libntfs-3g24-udeb.install
+++ ntfs-3g-1.2310/debian/libntfs-3g24-udeb.install
@@ -0,0 +1 @@
+lib/lib*.so.*
--- ntfs-3g-1.2310.orig/debian/ntfs-3g-udeb.install
+++ ntfs-3g-1.2310/debian/ntfs-3g-udeb.install
@@ -0,0 +1,2 @@
+bin/ntfs-3g
+sbin/
only in patch2:
unchanged:
--- ntfs-3g-1.2310.orig/debian/ntfs-3g-udeb.links
+++ ntfs-3g-1.2310/debian/ntfs-3g-udeb.links
@@ -0,0 +1 @@
+/bin/ntfs-3g /sbin/mount.ntfs
signature.asc
Description: Digital signature

