r12207: More improvements to the Debian package by Steinar Gunderson.
[samba.git] / packaging / debian / control
1 Source: samba4
2 Section: net
3 Priority: optional
4 Maintainer: Jelmer Vernooij <jelmer@samba.org>
5 Standards-Version: 3.6.2
6 Build-Depends: libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0), libparse-yapp-perl, perl, docbook-xsl, xsltproc, po-debconf
7
8 Package: samba4-common
9 Architecture: all
10 Description: Samba 4 common files used by both the server and the client
11  The Samba software suite is a collection of programs that
12  implements the SMB protocol for unix systems, allowing you to serve
13  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
14  is sometimes also referred to as the LanManager or NetBIOS protocol.
15  .
16  These packages contain snapshot versions of Samba 4, the next-generation
17  version of Samba. These should be considered _experimental_, and should
18  not be used in production. In particular, no guarantees are made with
19  regard to upgrades between versions.
20  .
21  This package contains the common files that are used by both the server
22  (provided in the samba4-server package) and the client (provided in the
23  samba4-client package).
24
25 Package: samba4-client
26 Architecture: any
27 Depends: ${shlibs:Depends}
28 Description: client utilities from Samba 4
29  The Samba software suite is a collection of programs that
30  implements the SMB protocol for unix systems, allowing you to serve
31  files and printers to Windows, NT, OS/2 and DOS clients. This protocol
32  is sometimes also referred to as the LanManager or NetBIOS protocol.
33  .
34  These packages contain snapshot versions of Samba 4, the next-generation
35  version of Samba. These should be considered _experimental_, and should
36  not be used in production. In particular, no guarantees are made with
37  regard to upgrades between versions.
38  .
39  This package contains some client components of the Samba suite. In
40  particular it includes the command line utilities smbclient, net,
41  and some ACL tools.
42
43 Package: samba4-testsuite
44 Architecture: any
45 Depends: ${shlibs:Depends}, samba4-common
46 Description: test suite from Samba 4
47  The Samba software suite is a collection of programs that
48  implements the SMB protocol for unix systems, allowing you to serve
49  files and printers to Windows, NT, OS/2 and DOS clients, as well as
50  run as a domain controller for Active Directory.
51  .
52  These packages contain snapshot versions of Samba 4, the next-generation
53  version of Samba. These should be considered _experimental_, and should
54  not be used in production. In particular, no guarantees are made with
55  regard to upgrades between versions.
56  .
57  This package contains programs for testing the reliability and speed 
58  of SMB servers, Samba in particular.
59  
60 Package: samba4-server
61 Architecture: any
62 Recommends: samba4-swat
63 Depends: ${shlibs:Depends}, samba4-common, debconf
64 Description: LanManager-like file and printer server for Unix (version 4)
65  The Samba software suite is a collection of programs that
66  implements the SMB protocol for unix systems, allowing you to serve
67  files and printers to Windows, NT, OS/2 and DOS clients, as well as
68  run as a domain controller for Active Directory.
69  .
70  These packages contain snapshot versions of Samba 4, the next-generation
71  version of Samba. These should be considered _experimental_, and should
72  not be used in production. In particular, no guarantees are made with
73  regard to upgrades between versions.
74  .
75  This package contains smbd, the Samba file, print and domain server.
76
77 Package: samba4-gtk-frontends
78 Architecture: any
79 Depends: ${shlibs:Depends}
80 Description: graphical Samba client utilities
81  The Samba software suite is a collection of programs that
82  implements the SMB protocol for unix systems, allowing you to serve
83  files and printers to Windows, NT, OS/2 and DOS clients, as well as
84  run as a domain controller for Active Directory.
85  .
86  These packages contain snapshot versions of Samba 4, the next-generation
87  version of Samba. These should be considered _experimental_, and should
88  not be used in production. In particular, no guarantees are made with
89  regard to upgrades between versions.
90  .
91  This package contains GTK+ programs for maintaining:
92  .
93    * Remote SAM databases
94    * Local and remote registries
95    * DCE/RPC endpoints
96
97 Package: winregistry-tools
98 Architecture: any
99 Depends: ${shlibs:Depends}
100 Description: tools for viewing and manipulating the Windows registry 
101  The Samba software suite is a collection of programs that
102  implements the SMB protocol for unix systems, allowing you to serve
103  files and printers to Windows, NT, OS/2 and DOS clients, as well as
104  run as a domain controller for Active Directory.
105  .
106  These packages contain snapshot versions of Samba 4, the next-generation
107  version of Samba. These should be considered _experimental_, and should
108  not be used in production. In particular, no guarantees are made with
109  regard to upgrades between versions.
110  .
111  This package contains tools for viewing and manipulating the binary
112  "registry" found on Windows machines, both locally and remote.
113
114 Package: libparse-pidl-perl
115 Architecture: any
116 Depends: ${perl:Depends}
117 Description: IDL compiler written in Perl
118  The Samba software suite is a collection of programs that
119  implements the SMB protocol for unix systems, allowing you to serve
120  files and printers to Windows, NT, OS/2 and DOS clients, as well as
121  run as a domain controller for Active Directory.
122  .
123  These packages contain snapshot versions of Samba 4, the next-generation
124  version of Samba. These should be considered _experimental_, and should
125  not be used in production. In particular, no guarantees are made with
126  regard to upgrades between versions.
127  .
128  This package contains the IDL (Interface Description Language) compiler pidl,
129  which takes in IDL files and can output C code for various uses. It is
130  primarily of interest to developers.
131
132 Package: samba4-dev
133 Architecture: any
134 Depends: libparse-pidl-perl, libc6-dev, pkg-config (>= 0.14.0)
135 Description: tools for extending Samba
136  The Samba software suite is a collection of programs that
137  implements the SMB protocol for unix systems, allowing you to serve
138  files and printers to Windows, NT, OS/2 and DOS clients, as well as
139  run as a domain controller for Active Directory.
140  .
141  These packages contain snapshot versions of Samba 4, the next-generation
142  version of Samba. These should be considered _experimental_, and should
143  not be used in production. In particular, no guarantees are made with
144  regard to upgrades between versions.
145  .
146  This package contains include files and libraries for interfacing to
147  and extending Samba. In particular, it contains development files for
148  the talloc and ldb libraries.
149
150 Package: ldb-tools
151 Architecture: any
152 Depends: ${shlibs:Depends}
153 Description: tools for maintaining LDB database files
154  The Samba software suite is a collection of programs that
155  implements the SMB protocol for unix systems, allowing you to serve
156  files and printers to Windows, NT, OS/2 and DOS clients, as well as
157  run as a domain controller for Active Directory.
158  .
159  These packages contain snapshot versions of Samba 4, the next-generation
160  version of Samba. These should be considered _experimental_, and should
161  not be used in production. In particular, no guarantees are made with
162  regard to upgrades between versions.
163  .
164  This package contains tools for maintaining, creating and editing
165  LDB database files, which are central to Samba 4's operation. They
166  are primarily useful for debugging and developing Samba or other
167  applications using LDB.
168
169 Package: samba4-swat
170 Architecture: all
171 Description: data files for SWAT
172  The Samba software suite is a collection of programs that
173  implements the SMB protocol for unix systems, allowing you to serve
174  files and printers to Windows, NT, OS/2 and DOS clients, as well as
175  run as a domain controller for Active Directory.
176  .
177  These packages contain snapshot versions of Samba 4, the next-generation
178  version of Samba. These should be considered _experimental_, and should
179  not be used in production. In particular, no guarantees are made with
180  regard to upgrades between versions.
181  .
182  This package contains the data files for SWAT, the Samba Web Administration
183  Tool. These are used by the embedded Samba 4 web server to provide web-based
184  administration of shares and other settings.
185