summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2016-11-06 19:28:47 -0300
committerFelipe Sateler <fsateler@debian.org>2016-11-06 19:28:47 -0300
commit8f2826c40e82241eac3e07458a1817521450797e (patch)
tree9c0926e6e464e01ce7111ed793a43d8957a3bdfb /control
Import mkosi_1-1.debian.tar.xz
[dgit import tarball mkosi 1-1 mkosi_1-1.debian.tar.xz]
Diffstat (limited to 'control')
-rw-r--r--control35
1 files changed, 35 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..e59e7e3
--- /dev/null
+++ b/control
@@ -0,0 +1,35 @@
+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: 3.9.8
+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.2
+
+Package: mkosi
+Architecture: all
+Depends: btrfs-progs,
+ dosfstools,
+ xz-utils,
+ debootstrap,
+ systemd-container,
+ ${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).