]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.debian
0d37937aea700f72d9cce3d754e283b120aea816
[thirdparty/systemd.git] / .mkosi / mkosi.debian
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
4 # Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
5
6 [Distribution]
7 Distribution=debian
8 Release=unstable
9
10 [Packages]
11 BuildPackages=
12 acl
13 docbook-xml
14 docbook-xsl
15 gcc
16 gettext
17 git
18 gnu-efi
19 gperf
20 libacl1-dev
21 libaudit-dev
22 libblkid-dev
23 libbz2-dev
24 libcap-dev
25 libcryptsetup-dev
26 libcurl4-gnutls-dev
27 libdbus-1-dev
28 libdw-dev
29 libfdisk-dev
30 libfido2-dev
31 libgcrypt20-dev
32 libgnutls28-dev
33 libidn2-0-dev
34 libiptc-dev
35 libkmod-dev
36 liblz4-dev
37 liblz4-tool
38 liblzma-dev
39 libmicrohttpd-dev
40 libmount-dev
41 libpam0g-dev
42 libqrencode-dev
43 libseccomp-dev
44 libsmartcols-dev
45 libssl-dev
46 libtss2-dev
47 libxkbcommon-dev
48 libzstd-dev
49 meson
50 pkg-config
51 python3
52 python3-lxml
53 python3-jinja2
54 tree
55 uuid-dev
56 xsltproc
57 xz-utils
58 zstd
59
60 Packages=
61 gdb
62 libfdisk1
63 libfido2-1
64 libidn2-0
65 libqrencode4
66 # We pull in the -dev package here, since the binary ones appear to change names too often, and the -dev package pulls the right deps in automatically
67 libtss2-dev
68 locales
69 nano
70 strace
71 vim-tiny