File: control

package info (click to toggle)
lxctl 0.3.1%2Bdebian-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: perl: 2,656; makefile: 38
file content (30 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: lxctl
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/lxctl/lxctl
Vcs-Browser: https://salsa.debian.org/debian/lxctl
Vcs-Git: https://salsa.debian.org/debian/lxctl.git

Package: lxctl
Architecture: all
Depends: libipc-system-simple-perl,
         liblinux-lvm-perl,
         libnet-ssh2-perl,
         libossp-uuid-perl,
         libyaml-tiny-perl,
         lxc,
         ${misc:Depends}
Recommends: bridge-utils,
            e2fsprogs,
            lvm2,
            perl-doc
Suggests: bash-completion
Description: Utility to manage LXC
 This program is write in perl and can be used to control lxc-based containers
 in vzctl-like way.
 This is used to manage different aspects of Linux Containers (LXC) such as
 create, destroy, start, and stop containers.