]> git.sven.stormbind.net Git - sven/fuse-exfat.git/commitdiff
Refresh patches to -p1 level and add README.source
authorSven Hoexter <sven@stormbind.net>
Fri, 25 Jan 2013 21:27:00 +0000 (22:27 +0100)
committerSven Hoexter <sven@stormbind.net>
Fri, 25 Jan 2013 21:41:18 +0000 (22:41 +0100)
debian/README.source [new file with mode: 0644]
debian/patches/fix-fuse-read-write-return-r336.patch
debian/patches/fix-unexpected-removal-on-dir-move-r337.patch
debian/patches/series

diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..c4fc1e8
--- /dev/null
@@ -0,0 +1,2 @@
+This package uses quilt, please see /usr/share/doc/quilt/README.source
+for further instructions.
index 045933eb71aba278ba9b21793de6b1bba32ed716..eeef1ee7bddfee0b9ee00b5156a44cb2e179540d 100644 (file)
@@ -1,10 +1,10 @@
 Fixed "Operation not permitted" error on reading an empty file: FUSE read/write
 ops should return a number of bytes actually read/written or -errno on error.
 Picked from upstream svn r336.
-Index: fuse/main.c
+Index: fuse-exfat/fuse/main.c
 ===================================================================
---- fuse/main.c.orig   2013-01-25 22:09:08.293124286 +0100
-+++ fuse/main.c        2013-01-25 22:10:19.745121679 +0100
+--- fuse-exfat.orig/fuse/main.c        2013-01-25 22:26:15.309086812 +0100
++++ fuse-exfat/fuse/main.c     2013-01-25 22:26:20.093086638 +0100
 @@ -155,19 +155,25 @@
  static int fuse_exfat_read(const char* path, char* buffer, size_t size,
                off_t offset, struct fuse_file_info* fi)
@@ -37,10 +37,10 @@ Index: fuse/main.c
  }
  
  static int fuse_exfat_unlink(const char* path)
-Index: libexfat/io.c
+Index: fuse-exfat/libexfat/io.c
 ===================================================================
---- libexfat/io.c.orig 2013-01-25 22:09:08.293124286 +0100
-+++ libexfat/io.c      2013-01-25 22:10:19.745121679 +0100
+--- fuse-exfat.orig/libexfat/io.c      2013-01-25 22:26:15.309086812 +0100
++++ fuse-exfat/libexfat/io.c   2013-01-25 22:26:20.093086638 +0100
 @@ -341,7 +341,7 @@
        }
        if (!ef->ro && !ef->noatime)
index 376fb8240002c3a856ea03e4e6a254ebabc6748c..8cb8de258b9f085bcf2ab86f21ddc208a4285191 100644 (file)
@@ -2,10 +2,10 @@ Fixed unexpected removal of a directory if it is moved into itself: return
 EINVAL in this situation. It also happens when trying to change directory name
 case.
 Picked from upstream svn r337.
-Index: libexfat/node.c
+Index: fuse-exfat/libexfat/node.c
 ===================================================================
---- libexfat/node.c.orig       2013-01-25 22:09:06.197124362 +0100
-+++ libexfat/node.c    2013-01-25 22:11:41.273118704 +0100
+--- fuse-exfat.orig/libexfat/node.c    2013-01-25 22:12:09.529117673 +0100
++++ fuse-exfat/libexfat/node.c 2013-01-25 22:22:56.473094067 +0100
 @@ -905,6 +905,23 @@
                exfat_put_node(ef, node);
                return rc;
index 171ad0ee02b587451e3f4cb4a77756987be30fd2..228799b30d67f54917ae3d2967d8aa68a48130e6 100644 (file)
@@ -1,2 +1,2 @@
-fix-fuse-read-write-return-r336.patch -p0
-fix-unexpected-removal-on-dir-move-r337.patch -p0
+fix-fuse-read-write-return-r336.patch
+fix-unexpected-removal-on-dir-move-r337.patch