~serge-hallyn/ubuntu/quantal/lxc/lxc-fixapi

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-04-29 17:49:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090429174913-wqeezg121i8y20nr
Tags: 0.6.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: lxc
 
2
Section: admin
 
3
Priority: optional
 
4
Maintainer: Guido Trotter <ultrotter@debian.org>
 
5
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, autotools-dev, libcap2-dev, docbook-utils
 
6
Standards-Version: 3.8.1
 
7
Homepage: http://lxc.sourceforge.net/
 
8
 
 
9
Package: lxc
 
10
Section: admin
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}
 
13
Recommends: libcap2-bin
 
14
Description: Linux containers userspace tools
 
15
 Containers are insulated areas inside a system, which have their own namespace
 
16
 for filesystem, network, pids, ipc, cpu and memory allocation and which can be
 
17
 created using the Control Group and Namespace features included in recent Linux
 
18
 Kernels.
 
19
 .
 
20
 This package contains the lxc-* tools which can be used to start a single
 
21
 daemon in a container, or to boot an entire "containerized" system, and to
 
22
 successively manage and debug your containers.
 
23