~ubuntu-branches/ubuntu/quantal/lxc/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn, Scott Moser, Serge Hallyn
  • Date: 2012-10-24 11:12:42 UTC
  • mfrom: (118.1.44 quantal)
  • Revision ID: package-import@ubuntu.com-20121024111242-qi6v6uozngueumly
Tags: 0.8.0~rc1-4ubuntu38
[ Scott Moser ]
* 0225-ubuntu-cloud-numeric-owner: use --numeric-owner when extracting root
  filesystems with tar (LP: #1066084)

[ Serge Hallyn ]
* Remove 0224-ubuntu-templates-devtmpfs  (LP: #1070914)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
7
7
Build-Depends:
8
8
 debhelper (>= 9), autotools-dev, dh-apparmor, docbook-utils, libcap-dev,
9
 
 linux-libc-dev, libapparmor-dev
 
9
 linux-libc-dev, libapparmor-dev, libseccomp-dev [i386 amd64], dh-autoreconf,
 
10
 python3-dev (>= 3.2.3)
10
11
Standards-Version: 3.9.3
11
12
Homepage: http://lxc.sourceforge.net/
 
13
X-Python3-Version: >= 3.2
12
14
 
13
15
Package: lxc
14
16
Architecture: linux-any
15
 
Pre-Depends: ${multiarch:Pre-Depends}
16
 
Depends: ${misc:Depends}, ${shlibs:Depends}, apparmor, bridge-utils, dnsmasq-base, iptables, rsync, adduser
 
17
Pre-Depends: ${multiarch:Pre-Depends}, dpkg (>= 1.15.7.2)
 
18
Depends: ${misc:Depends}, ${shlibs:Depends}, liblxc0 (= ${binary:Version}), apparmor, bridge-utils, dnsmasq-base, iptables, rsync, adduser
17
19
Recommends: debootstrap | cdebootstrap, cloud-utils, libcap2-bin, cgroup-lite | cgroup-bin, openssl
18
20
Suggests: lxctl, btrfs-tools, lvm2, qemu-user-static
19
21
Description: Linux Containers userspace tools
51
53
 kernel.
52
54
 .
53
55
 This package contains the development files.
 
56
 
 
57
Package: liblxc0
 
58
Architecture: any
 
59
Pre-Depends: ${multiarch:Pre-Depends}
 
60
Depends: ${shlibs:Depends}, ${misc:Depends}
 
61
Description: Linux Containers userspace tools (library)
 
62
 Containers are insulated areas inside a system, which have their own namespace
 
63
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 
64
 created using the Control Group and Namespace features included in the Linux
 
65
 kernel.
 
66
 .
 
67
 This package contains the libraries.
 
68
 
 
69
Package: python3-lxc
 
70
Architecture: any
 
71
Section: python
 
72
Provides: ${python3:Provides}
 
73
Depends: liblxc0 (=${binary:Version}), python3, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
 
74
Description: Linux Containers userspace tools (Python 3.x bindings)
 
75
 Containers are insulated areas inside a system, which have their own namespace
 
76
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 
77
 created using the Control Group and Namespace features included in the Linux
 
78
 kernel.
 
79
 .
 
80
 This package contains the Python 3.x bindings.