summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-08-27 13:14:18 -0300
committerFelipe Sateler <fsateler@debian.org>2017-08-27 13:14:18 -0300
commit7de5f33674593f74f73cb86e6a62897b3bd8a8ad (patch)
tree02d7c94fab704f463a2726552f76e5a14b6008e0 /control
Import mkosi_3+17-1.debian.tar.xz
[dgit import tarball mkosi 3+17-1 mkosi_3+17-1.debian.tar.xz]
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).