File: control

package info (click to toggle)
wzdftpd 0.8.1-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,440 kB
  • ctags: 3,559
  • sloc: ansic: 40,580; sh: 9,306; lex: 2,082; makefile: 528; sql: 206; perl: 18
file content (68 lines) | stat: -rw-r--r-- 2,446 bytes parent folder | download | duplicates (2)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: wzdftpd
Section: net
Priority: optional
Maintainer: Pierre Chifflier <chifflier@inl.fr>
Build-Depends: debhelper (>= 4.1.16), libgnutls-dev | libssl-dev, zlib1g-dev, tcl8.4-dev, libperl-dev, libpam0g-dev, libmysqlclient15-dev | libmysqlclient14-dev, libpq-dev, flex, dpatch, libavahi-client-dev (>= 0.6.0)
Standards-Version: 3.7.2

Package: wzdftpd
Architecture: any
Depends: ${shlibs:Depends}, ucf, debconf (>= 0.2.26) | debconf-2.0, po-debconf
Provides: ftp-server
Conflicts: ftp-server
Description: A portable, modular, small and efficient ftp server
 wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
 is multithreaded. Server is fully configurable online using SITE commands, and
 implements the lastest RFC extensions to FTP protocol.
 .
 Features are: flexible user management, acls, virtual users/groups, security,
 speed, bandwith limitation, per command authorization, virtual directories,
 dynamic ip changes auto-detection, etc.
 .
 It includes several authentication backends, is easily scriptable and provides
 a powerful event-driven system to extend server.
 .
 For more informations, see http://www.wzdftpd.net/

Package: wzdftpd-back-mysql
Architecture: any
Depends: ${shlibs:Depends}, wzdftpd (= ${Source-Version})
Suggests: mysql-server
Description: MySQL backend for wzdftpd
 This package provides the MySQL backend for wzdftpd.

Package: wzdftpd-back-pgsql
Architecture: any
Depends: ${shlibs:Depends}
Suggests: postgresql
Description: PostgreSQL backend for wzdftpd
 This package provides the PostgreSQL backend for wzdftpd.

Package: wzdftpd-mod-avahi
Architecture: any
Depends: ${shlibs:Depends}
Description: Zeroconf module for wzdftpd
 This package provides the necessary files to enable zeroconf support in
 wzdftpd, using the Avahi module.

Package: wzdftpd-mod-tcl
Architecture: any
Depends: ${shlibs:Depends}
Description: TCL module for wzdftpd
 This package provides the necessary files to run TCL plugins in wzdftpd,
 in the TCL module.

Package: wzdftpd-mod-perl
Architecture: any
Depends: ${shlibs:Depends}
Description: Perl module for wzdftpd
 This package provides the necessary files to run Perl plugins in wzdftpd,
 in the Perl module.

Package: wzdftpd-dev
Architecture: any
Depends: ${shlibs:Depends}, wzdftpd (= ${Source-Version})
Section: libdevel
Description: Development files for wzdftpd
 This package provides all needed files to develop extensions for wzdftpd.