[SCM] Write filesystems in Perl using FUSE branch, master, updated. debian/0.14-1-8-gb100016

Salvatore Bonaccorso carnil at debian.org
Sat Apr 28 21:39:54 UTC 2012


The following commit has been merged in the master branch:
commit 3e0ff128ef664feee8a2e0c815403312bab6991d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Apr 28 23:10:16 2012 +0200

    Drop 0001-Fix-a-typo-in-documentation.patch
    
    Patch is applied upstream.

diff --git a/debian/patches/0001-Fix-a-typo-in-documentation.patch b/debian/patches/0001-Fix-a-typo-in-documentation.patch
deleted file mode 100644
index 72f00b8..0000000
--- a/debian/patches/0001-Fix-a-typo-in-documentation.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a4eec4a96bfbba03652f524a8501c284ee1a9000 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien at gmail.com>
-Date: Mon, 9 Jan 2012 22:30:39 +0100
-Subject: [PATCH] Fix a typo in documentation
-
-From: Romain Beauxis <toots at rastageeks.org>
-
-Fix a typo in documentation: trunctation -> truncation
-
-Forwarded: Dobrica Pavlinusic <dpavlin at rot13.org>
----
- Fuse.pm |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Fuse.pm b/Fuse.pm
-index 49f3588..92a0120 100755
---- a/Fuse.pm
-+++ b/Fuse.pm
-@@ -410,7 +410,7 @@ Arguments:  Pathname, numeric flags (which is an OR-ing of stuff like O_RDONLY
- and O_SYNC, constants you can import from POSIX), fileinfo hash reference.
- Returns an errno, a file handle (optional).
- 
--No creation, or trunctation flags (O_CREAT, O_EXCL, O_TRUNC) will be passed to open().
-+No creation, or truncation flags (O_CREAT, O_EXCL, O_TRUNC) will be passed to open().
- The fileinfo hash reference contains flags from the Fuse open call which may be modified by the module. The only fields presently supported are:
-  direct_io (version 2.4 onwards)
-  keep_cache (version 2.4 onwards)
--- 
-1.7.7.3
-
diff --git a/debian/patches/series b/debian/patches/series
index d4f0dae..2572f27 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-0001-Fix-a-typo-in-documentation.patch
 0002-Fix-another-typo-in-documentation-separeted.patch
 

-- 
Write filesystems in Perl using FUSE



More information about the Pkg-perl-cvs-commits mailing list