debian/0000755000000000000000000000000011772563757007212 5ustar debian/compat0000644000000000000000000000000211771642600010370 0ustar 9 debian/docs0000644000000000000000000000003711360336660010045 0ustar NEWS README README.zh_CN.UTF-8 debian/convmvfs.10000644000000000000000000000557011360342625011122 0ustar .TH CONVMVFS 1 "October 3, 2007" .SH NAME convmvfs \- utility that mirrors a whole filesystem tree from one charset to another. .SH SYNOPSIS .BI "convmvfs mountpoint [ " options " ]" .SH DESCRIPTION This manual page documents briefly the .B convmvfs command. .PP .B convmvfs is a FUSE (File System in Userspace) utility that transparently mirrors a filesystem tree converting the filenames from one charset to another on the fly. Only the names of files and directories are converted, the file content remains intact. The mirrored tree is mounted at the given mountpoint. .SH OPTIONS .SS General options .TP .BI "\-o " opt "[," opt "...]" mount options .TP .B \-h, \-\-help print help .TP .B \-V, \-\-version print version .TP .B \-h, \-\-help show summary of options .SS FUSE options .TP .B \-d, \-o debug enable debug output (implies .BR \-f ) .TP .B \-f foreground operation .TP .B \-s disable multi-threaded operation .TP .B \-o Mount options are specified with a .B \-o flag followed by a comma separated list of options. The following options are recognized: .RS .TP .B allow_other allow access to other users .TP .B allow_root allow access to root .TP .B nonempty allow mounts over non-empty file/dir .TP .B default_permissions enable permission checking by kernel .TP .BI fsname= NAME set filesystem name .TP .B large_read issue large read requests (2.4 only) .TP .BI max_read= N set maximum size of read requests .TP .B hard_remove immediate removal (don't hide files) .TP .B use_ino let filesystem set inode numbers .TP .B readdir_ino try to fill in d_ino in readdir .TP .B direct_io use direct I/O .TP .B kernel_cache cache files in kernel .TP .BI umask= M set file permissions (octal) .TP .BI uid= N set file owner .TP .BI gid= N set file group .TP .BI entry_timeout= T cache timeout for names (1.0s) .TP .BI negative_timeout= T cache timeout for deleted names (0.0s) .TP .BI attr_timeout= T cache timeout for attributes (1.0s) .TP .BI srcdir= PATH which directory to convert .TP .BI icharset= CHARSET charset used in srcdir .TP .BI ocharset= CHARSET charset used in mounted filesystem .RE .SH NOTES If you use a normal user account to mount the file system be sure to have r/w permissions to .BR /dev/fuse . .PP Use .B iconv \-\-list to see which charsets are supported. .PP To allow other users to access the mount point use .B allow_other option. .PP .B IMPORTANT: if the mount point and srcdir point at the same directory, readdir call will enter a dead loop. .B BE SURE TO AVOID THIS SITUATION! .SH SAMPLE USE to mount: .br .B $ convmvfs /ftp/pub_gbk \-o srcdir=/ftp/pub,icharset=utf8,ocharset=gbk .PP to unmount: .br .B $ fusermount -u /ftp/pub_gbk .SH SEE ALSO .BR fusermount (1), .BR mount (8) .SH AUTHOR convmvfs was written by Z.C. Miao . .PP This manual page was written by Stanislav Maslovski , for the Debian project (but may be used by others). debian/watch0000644000000000000000000000010211130374242010205 0ustar version=3 http://sf.net/fuse-convmvfs/fuse-convmvfs-(.*)\.tar\.gz debian/copyright0000644000000000000000000000153611360345314011126 0ustar This package was debianized by Stanislav Maslovski on Wed, 3 Oct 2007 09:52:25 +0400. It was downloaded from http://fuse-convmvfs.sourceforge.net/ Upstream Author: Z. C. Miao Copyright: (C) 2006 ZC Miao License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. On Debian GNU/Linux systems, the complete text of the GNU General Public License (version 2) can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2007-2010 Stanislav Maslovski and can be redistributed and/or modified under the terms of GNU GPL version 2 (see above) or any later version. debian/control0000644000000000000000000000160611771644063010605 0ustar Source: fuse-convmvfs Section: utils Priority: optional Maintainer: Stanislav Maslovski Uploaders: Anthony Fok , Dmitry E. Oboukhov Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libfuse-dev (>= 2.5.0-0), libattr1-dev Standards-Version: 3.9.3 Homepage: http://fuse-convmvfs.sourceforge.net/ Package: fuse-convmvfs Architecture: linux-any kfreebsd-any Depends: fuse [linux-any] | fuse4bsd [kfreebsd-any], ${shlibs:Depends}, ${misc:Depends} Description: mirrors a whole filesystem tree from one charset to another convmvfs is a FUSE (File System in Userspace) utility that transparently mirrors a filesystem tree converting the filenames from one charset to another on the fly. Only the names of files and directories are converted; the file content remains intact. The mirrored tree is mounted at a given mountpoint. debian/changelog0000644000000000000000000000633211772563740011060 0ustar fuse-convmvfs (0.2.6-2) unstable; urgency=low * debian/control: - applied patch from Robert Millan to allow for kfreebsd-* architectures (Closes: #634216). - bumped Standards-Version to 3.9.3. * debian/compat: - bumped to 9 to enable hardening flags in dh. -- Stanislav Maslovski Sat, 23 Jun 2012 15:07:20 +0400 fuse-convmvfs (0.2.6-1.1) unstable; urgency=low * NMU, added armhf to arch list. (Closes: #604673) -- Konstantinos Margaritis Thu, 24 Feb 2011 17:18:28 +0000 fuse-convmvfs (0.2.6-1) unstable; urgency=low * New upstream release: - symlink dereferencing and owner issues fixed (Closes: #594021). * devian/control: - bumped Standards-Version to 3.9.1. -- Stanislav Maslovski Sun, 10 Oct 2010 18:18:10 +0400 fuse-convmvfs (0.2.5-1) unstable; urgency=low * New upstream release with xattr support. * debian/control: - Build-Depend on libattr1-dev. - add Dmitry E. Oboukhov to Uploaders. -- Stanislav Maslovski Sun, 16 May 2010 13:59:31 +0400 fuse-convmvfs (0.2.4-4) unstable; urgency=low * Package converted to 3.0 (quilt) source format. - added debian/docs, debian/manpages. - debian/rules adapted for dh script. - debhelper compatibility level set to 7. * debian/control: - limit architectures by those that have fuse-utils to let the package migrate into testing (list copied from fuse package). - bumped Build-Depends on debhelper (>= 7). - bumped Standards-Version to 3.8.4. * debian/copyright: - corrected licensing information. * English grammar corrected in the manpage. -- Stanislav Maslovski Sun, 11 Apr 2010 16:50:39 +0400 fuse-convmvfs (0.2.4-3) unstable; urgency=low * debian/control: Added missing dependency on fuse-utils. Added $(misc:Depends) (fixed lintian warning). Bumped Standards-Version to 3.8.3. -- Stanislav Maslovski Mon, 25 Jan 2010 12:23:32 +0300 fuse-convmvfs (0.2.4-2) unstable; urgency=low * debian/watch: According to the DEHS report at http://dehs.alioth.debian.org/maintainer.php?name=fuse-convmvfs , the link http://dl.sourceforge.net/sourceforge/fuse-convmvfs/ does not seem to work any more. Changed to the form http://sf.net/fuse-convmvfs/fuse-convmvfs-(.*)\.tar\.gz listed in dh_make example debian/watch file instead. * debian/copyright: Fixed Lintian warning: debian-copyright-line-too-long -- Anthony Fok Fri, 25 Jul 2008 06:20:56 +0800 fuse-convmvfs (0.2.4-1) unstable; urgency=low [ Stanislav Maslovski ] * Initial release (Closes: #445105). (2007-10-03) * Updated standards version to 3.7.3. (2008-02-23) [ Anthony Fok ] * Bumped Standards-Version to 3.8.0. * Bumped Priority from extra to optional, esp. because fuse-convmvfs is a required component in the upcoming Chinese Linux Standard extension. * Added Homepage: http://fuse-convmvfs.sourceforge.net/ * Added myself to the Uploaders list. ;-) * Sponsored upload. -- Stanislav Maslovski Thu, 10 Jul 2008 14:11:32 +0800 debian/rules0000755000000000000000000000003511360340022010233 0ustar #!/usr/bin/make -f %: dh $@ debian/manpages0000644000000000000000000000002211360336771010705 0ustar debian/convmvfs.1 debian/source/0000755000000000000000000000000011360337264010473 5ustar debian/source/format0000644000000000000000000000001411360337264011701 0ustar 3.0 (quilt)