File: control

package info (click to toggle)
ftpfs 0.6.2-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 328 kB
  • ctags: 208
  • sloc: ansic: 2,078; makefile: 255; sh: 26
file content (30 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: ftpfs
Section: misc
Priority: optional
Maintainer: Eduard Bloch <blade@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: ftpfs-utils
Architecture: any
Depends: ${shlibs:Depends}
Recommends: autofs
Description: Mount utils for FTP filesystem
 This package contains the ftpmount utility, needed to mount the FTP
 filesystem.
 .
 There is also a auto.ftp helper application, which allows to use FTP
 ressources with autofs.

Package: ftpfs-src
Architecture: any
Depends: gcc-2.95
Recommends: kernel-package
Description: The virtual filesystem for transparent FTP access
 FTP File System is a Linux kernel module, enhancing the VFS with
 FTP volume mounting capabilities. That is, you can "mount" FTP
 shared directories in your very personal file system and take
 advantage of local files operations.
 .
 This package contains prepared source which you can use with
 make-kpkg to build a modules package for your kernel.