512737ad2cb0597c53166ebe519c6625073e5a49
[samba] / debian / control
1 Source: samba
2 Section: net
3 Priority: optional
4 Maintainer: Santtu Lakkala <inz@inz.fi>
5 Build-Depends: debhelper (>= 4.1.13), libacl1-dev (>= 2.2.11-1) [i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], po-debconf, binutils (>= 2.14.90.0.7), libpopt-dev, dpkg-dev (>= 1.13.9)
6 Standards-Version: 3.6.2
7
8 Package: samba
9 Section: user/Daemons
10 Architecture: any
11 Depends: samba-common (>= ${Source-Version}), netbase, ${shlibs:Depends}, ${misc:Depends}
12 Recommends: smbldap-tools
13 Replaces: samba-common (<= 2.0.5a-2)
14 Description: a LanManager-like file and printer server for Unix
15  The Samba software suite is a collection of programs that
16  implements the SMB/CIFS protocol for unix systems, allowing you to serve
17  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
18  is sometimes also referred to as the LanManager or NetBIOS protocol.
19  .
20  This package contains all the components necessary to turn your
21  Debian GNU/Linux box into a powerful file and printer server.
22  .
23  Currently, the Samba Debian packages consist of the following:
24  .
25   samba - LanManager-like file and printer server for Unix.
26   samba-common - Samba common files used by both the server and the client.
27   smbclient - LanManager-like simple client for Unix.
28   swat - Samba Web Administration Tool
29   samba-doc - Samba documentation.
30   samba-doc-pdf - Samba documentation in PDF format.
31   smbfs - Mount and umount commands for the smbfs (kernels 2.2.x and above).
32   libsmbclient - Shared library that allows applications to talk to SMB/CIFS servers
33   libsmbclient-dev - libsmbclient shared libraries
34  .
35  It is possible to install a subset of these packages depending on
36  your particular needs. For example, to access other SMB/CIFS servers you
37  should only need the smbclient and samba-common packages.
38  .
39  http://www.samba.org/
40
41 Package: samba-common
42 Architecture: any
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Replaces: samba (<< 3.0.20b-1)
45 Description: Samba common files used by both the server and the client
46  The Samba software suite is a collection of programs that
47  implements the SMB/CIFS protocol for unix systems, allowing you to serve
48  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
49  is sometimes also referred to as the LanManager or NetBIOS protocol.
50  .
51  This package contains the common files that are used by both the server
52  (provided in the samba package) and the client (provided in the smbclient
53  package).
54
55 Package: smbclient
56 Architecture: any
57 Section: user/CLI
58 Depends: samba-common (= ${Source-Version}), ${shlibs:Depends}
59 Replaces: samba (<< 2.999+3.0.alpha21-4), smbget
60 Conflicts: smbget
61 Provides: samba-client
62 Suggests: smbfs
63 Description: a LanManager-like simple client for Unix
64  The Samba software suite is a collection of programs that
65  implements the SMB/CIFS protocol for unix systems, allowing you to serve
66  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
67  is sometimes also referred to as the LanManager or NetBIOS protocol.
68  .
69  This package contains some client components of the Samba suite. In
70  particular it includes the command line utilities smbclient, smbtar,
71  and smbspool. If you want to mount shares exported from Microsoft
72  Windows machines or a Samba server you must install the smbfs package.
73
74 Package: swat
75 Architecture: any
76 Depends: samba (= ${Source-Version}), samba-doc (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}, netbase
77 Description: Samba Web Administration Tool
78  The Samba software suite is a collection of programs that
79  implements the SMB/CIFS protocol for unix systems, allowing you to serve
80  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
81  is sometimes also referred to as the LanManager or NetBIOS protocol.
82  .
83  This package contains the components of the Samba suite that are needed
84  for Web administration of the Samba server.
85
86 Package: samba-doc
87 Section: doc
88 Architecture: all
89 Suggests: samba-doc-pdf
90 Description: Samba documentation
91  The Samba software suite is a collection of programs that
92  implements the SMB/CIFS protocol for unix systems, allowing you to serve
93  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
94  is sometimes also referred to as the LanManager or NetBIOS protocol.
95  .
96  This package contains all the documentation that comes in the original
97  tarball, except in PDF format.
98
99 Package: samba-doc-pdf
100 Section: doc
101 Architecture: all
102 Description: Samba documentation (PDF format)
103  The Samba software suite is a collection of programs that
104  implements the SMB/CIFS protocol for unix systems, allowing you to serve
105  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
106  is sometimes also referred to as the LanManager or NetBIOS protocol.
107  .
108  This package contains all the documentation that comes in the original
109  tarball in PDF format.
110
111 Package: smbfs
112 Section: otherosfs
113 Priority: optional
114 Architecture: any
115 Depends: netbase (>= 2.02), samba-common (= ${Source-Version}), ${shlibs:Depends}
116 Suggests: smbclient
117 Replaces: smbfsx
118 Conflicts: smbfsx, suidmanager (<< 0.50)
119 Description: mount and umount commands for the smbfs (for kernels >= than 2.2.x)
120  Smbfs is a filesystem which understands the SMB/CIFS protocol.
121  This is the protocol Windows for Workgroups, Windows NT or
122  LAN Manager use to talk to each other. It was inspired by
123  samba, the program by Andrew Tridgell that turns any unix
124  site into a file server for DOS or Windows clients.
125  .
126  If you want to use command-line utilities like smbclient, smbtar
127  and/or smbspool you just need to install the smbclient package.
128
129 Package: libsmbclient
130 Section: libs
131 Priority: optional
132 Architecture: any
133 Depends: ${shlibs:Depends}
134 Description: shared library that allows applications to talk to SMB/CIFS servers
135  libsmbclient allows to write applications that use the SMB/CIFS protocol.
136  This gives applications the ability to talk to Microsoft Windows servers
137  and Unix servers running Samba.
138  .
139  This package contains the libsmbclient shared library.
140
141 Package: libsmbclient-dev
142 Section: libdevel
143 Priority: extra
144 Architecture: any
145 Depends: libsmbclient (= ${Source-Version})
146 Description: libsmbclient static libraries and headers
147  libsmbclient allows to write applications that use the SMB/CIFS protocol.
148  This gives applications the ability to talk to Microsoft Windows servers
149  and Unix servers running Samba.
150  .
151  This package contains libraries and headers needed to build applications
152  that use SMB/CIFS services.
153
154 Package: samba-dbg
155 Section: devel
156 Architecture: any
157 Depends: samba (= ${Source-Version})
158 Description: Samba debugging symbols
159  The Samba software suite is a collection of programs that
160  implements the SMB/CIFS protocol for unix systems, allowing you to serve
161  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
162  is sometimes also referred to as the LanManager or NetBIOS protocol.
163  .
164  This package contains debugging symbols for the programs included in
165  the samba and smbclient packages.