~serge-hallyn/ubuntu/natty/lxc/fix-restart

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-01-23 17:28:55 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110123172855-1vpaxel9kwocx7qz
Tags: 0.7.3.1-0ubuntu1
* Base on new upstream git tree with new maverick and natty templates,
  and able to run without ns cgroup.
* Send a 'container=lxc' variable to upstart.  The upstream git has
  the same patch, though this tree has it as a quilt patch.
* Add lxcguest package which converts a system into one which can
  boot upstart both as a container and a (kvm or bare-metal) host.
* Add a MIRROR default in /etc/default/lxc, and use that in the
  debootstrap command in the lucid, maverick and natty templates.
* Remove 0004-restore-lxc.mount-lxc.mount.entry-functionality.patch
  which prevents containers from starting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: lxc
2
2
Section: admin
3
3
Priority: optional
4
 
Maintainer: Guido Trotter <ultrotter@debian.org>
5
 
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libcap-dev (>= 1:2.17-2), linux-libc-dev
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Guido Trotter <ultrotter@debian.org>
 
6
Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libcap-dev (>= 1:2.17-2), linux-libc-dev, docbook-utils
6
7
Standards-Version: 3.9.1
7
8
Homepage: http://lxc.sourceforge.net/
8
9
Vcs-Git: git://git.debian.org/git/collab-maint/lxc.git
22
23
 daemon in a container, or to boot an entire "containerized" system, and to
23
24
 successively manage and debug your containers.
24
25
 
 
26
Package: lxcguest
 
27
Section: admin
 
28
Architecture: any
 
29
Depends: ${shlibs:Depends}, ${misc:Depends}
 
30
Description: Linux container guest package
 
31
 Containers are insulated areas inside a system, which have their own namespace
 
32
 for filesystem, network, pids, ipc, cpu and memory allocation and which can be
 
33
 created using the Control Group and Namespace features included in recent Linux
 
34
 Kernels.
 
35
 .
 
36
 This package contains the upstart scripts required to allow an Ubuntu
 
37
 system to boot in lxc.
 
38