312ab3be578b2788ca4c3d7fb5a8091c21b11c7d
[rrq/overlay-boot.git] / debian / control
1 Source: overlay-boot
2 Section: misc
3 Priority: optional
4 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
5 Build-Depends: debhelper-compat (= 13),
6  asciidoc, docbook-xml, libxslt1-dev, xsltproc, docbook-xsl,
7  fasm
8 Standards-Version: 4.6.0
9 Homepage: https://borta.rrq.id.au/git?p=ralph/overlay-boot.git
10 Vcs-Git: https://borta.rrq.id.au/git?p=ralph/overlay-boot.git
11
12 Package: overlay-boot
13 Architecture: any
14 Depends: coreutils, util-linux, mount,
15  iproute2, ifupdown, dash
16 Description: Admin scripts for running overlay subhosts
17  Overlay subhosting uses unshare and chroot for running services within
18  independent overlay filesystems, with a common kernel but independent
19  namespaces. Aka "containerization without the bells and whistles".