Add Debian package.
[util-vserver.git] / debian / control
1 Source: util-vserver
2 Section: net
3 Priority: optional
4 Maintainer: Daniel Hokka Zakrisson <daniel@hozac.com>
5 Build-Depends: debhelper (>= 7), gawk, dietlibc-dev, net-tools, vlan, iptables, wget, procps, module-init-tools, libnss3-dev, po-debconf, e2fslibs-dev, pkg-config, python2.6-dev
6 Standards-Version: 3.8.4
7 Homepage: http://savannah.nongnu.org/projects/util-vserver/
8
9 Package: util-vserver
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, util-vserver-core, util-vserver-lib, util-vserver-sysv, coreutils, diffutils, sed
12 Description: utilities for managing Linux-VServer guests
13  util-vserver provides the components and a framework to setup virtual
14  servers.  A virtual server runs inside a linux server. It is nevertheless
15  highly independent. As such, you can run various services with normal
16  configuration. The various vservers can't interact with each other and
17  can't interact with services in the main server.
18
19 Package: libvserver0
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}
22 Description: dynamic libraries for util-vserver
23  util-vserver provides the components and a framework to setup virtual
24  servers.  A virtual server runs inside a linux server. It is nevertheless
25  highly independent. As such, you can run various services with normal
26  configuration. The various vservers can't interact with each other and
27  can't interact with services in the main server.
28
29 Package: util-vserver-core
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux
32 Description: core utilities of util-vserver
33  util-vserver provides the components and a framework to setup virtual
34  servers.  A virtual server runs inside a linux server. It is nevertheless
35  highly independent. As such, you can run various services with normal
36  configuration. The various vservers can't interact with each other and
37  can't interact with services in the main server.
38
39 Package: util-vserver-build
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}, util-vserver, wget, binutils, tar
42 Description: tools which can be used to build vservers
43  util-vserver provides the components and a framework to setup virtual
44  servers.  A virtual server runs inside a linux server. It is nevertheless
45  highly independent. As such, you can run various services with normal
46  configuration. The various vservers can't interact with each other and
47  can't interact with services in the main server.
48
49 Package: util-vserver-sysv
50 Architecture: any
51 Depends: ${shlibs:Depends}, ${misc:Depends}, util-vserver, make, diffutils
52 Description: initscripts for util-vserver
53  util-vserver provides the components and a framework to setup virtual
54  servers.  A virtual server runs inside a linux server. It is nevertheless
55  highly independent. As such, you can run various services with normal
56  configuration. The various vservers can't interact with each other and
57  can't interact with services in the main server.
58
59 Package: util-vserver-legacy
60 Architecture: any
61 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, util-vserver
62 Description: legacy scripts for util-vserver
63  util-vserver provides the components and a framework to setup virtual
64  servers.  A virtual server runs inside a linux server. It is nevertheless
65  highly independent. As such, you can run various services with normal
66  configuration. The various vservers can't interact with each other and
67  can't interact with services in the main server.
68
69 Package: libvserver0-dev
70 Architecture: any
71 Depends: ${shlibs:Depends}, ${misc:Depends}, util-vserver-lib, pkg-config
72 Description: headers and libraries needed to develop vserver based applications
73  util-vserver provides the components and a framework to setup virtual
74  servers.  A virtual server runs inside a linux server. It is nevertheless
75  highly independent. As such, you can run various services with normal
76  configuration. The various vservers can't interact with each other and
77  can't interact with services in the main server.
78
79 Package: util-vserver-python
80 Architecture: any
81 Depends: ${shlibs:Depends}, ${misc:Depends}, util-vserver-lib
82 Description: python-bindings for util-vserver
83  util-vserver provides the components and a framework to setup virtual
84  servers.  A virtual server runs inside a linux server. It is nevertheless
85  highly independent. As such, you can run various services with normal
86  configuration. The various vservers can't interact with each other and
87  can't interact with services in the main server.