summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control36
1 files changed, 36 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..e5f78cf
--- /dev/null
+++ b/control
@@ -0,0 +1,36 @@
+Source: mkosi
+Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
+Uploaders: Felipe Sateler <fsateler@debian.org>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ dh-python,
+ help2man,
+ python3-all,
+ python3-setuptools
+Standards-Version: 4.0.0
+Homepage: https://github.com/systemd/mkosi
+Vcs-Git: https://anonscm.debian.org/git/pkg-systemd/mkosi.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-systemd/mkosi.git/
+X-Python3-Version: >= 3.5
+
+Package: mkosi
+Architecture: all
+Depends: btrfs-progs,
+ dosfstools,
+ xz-utils,
+ debootstrap,
+ systemd-container (>= 233-1),
+ fdisk | util-linux (<< 2.29.2-3~),
+ ${misc:Depends},
+ ${python3:Depends}
+Recommends: ovmf
+Description: create legacy-free OS images
+ A fancy wrapper around "dnf --installroot", "debootstrap" and
+ "pacstrap", that may generate disk images with a number of
+ bells and whistles.
+ .
+ Generated images are "legacy-free". This means only GPT disk
+ labels (and no MBR disk labels) are supported, and only
+ systemd based images may be generated. Moreover, for bootable
+ images only EFI systems are supported (not plain MBR/BIOS).