File: control

package info (click to toggle)
kiwi 10.2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,372 kB
  • sloc: python: 64,927; sh: 3,675; xml: 3,366; ansic: 391; makefile: 352
file content (199 lines) | stat: -rw-r--r-- 6,768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
Source: kiwi
Section: otherosfs
Priority: optional
Maintainer: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Uploaders: Marcus Schäfer <marcus.schaefer@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               passwd,
               pybuild-plugin-pyproject,
               python3-all,
               python3-anymarkup,
               python3-docopt-ng,
               python3-lxml,
               python3-poetry,
               python3-pytest,
               python3-pyxattr,
               python3-requests,
               python3-setuptools,
               python3-simplejson,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-yaml
Standards-Version: 4.6.2
Homepage: https://osinside.github.io/kiwi
Vcs-Browser: https://salsa.debian.org/debian/kiwi
Vcs-Git: https://salsa.debian.org/debian/kiwi.git
Rules-Requires-Root: no

Package: kiwi
Architecture: any
Depends: debootstrap,
         screen,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends}
Description: Flexible OS Image and Appliance Builder
 The KIWI Image System provides an operating system image builder
 for Linux supported hardware platforms as well as for virtualization
 and cloud systems.

Package: kiwi-dracut-lib
Architecture: any
Depends: bc,
         btrfs-progs,
         cryptsetup,
         dmsetup,
         dracut,
         dracut-network,
         e2fsprogs,
         gdisk,
         lvm2,
         mdadm,
         parted,
         xz-utils,
         ${misc:Depends}
Description: KIWI - Dracut kiwi Library
 This package contains a collection of methods to provide a library
 for tasks done in other kiwi dracut modules.

Package: kiwi-dracut-oem-repart
Architecture: any
Depends: kiwi-dracut-lib, ${misc:Depends}
Description: KIWI - Dracut module for oem(repart) image type
 This package contains the kiwi-repart dracut module which is
 used to repartition the oem disk image to the current disk
 geometry according to the setup in the kiwi image configuration.

Package: kiwi-dracut-oem-dump
Architecture: any
Depends: gawk, kexec-tools, kiwi-dracut-lib, kpartx, ${misc:Depends}
Description: KIWI - Dracut module for oem(install) image type
 This package contains the kiwi-dump and kiwi-dump-reboot dracut
 modules which is used to install an oem image onto a target disk.
 It implements a simple installer which allows for user selected
 target disk or unattended installation to target. The source of
 the image to install could be either from media (CD/DVD/USB) or
 from remote.

Package: kiwi-dracut-live
Architecture: any
Depends: dialog,
         dmsetup,
         dracut,
         dracut-network,
         e2fsprogs,
         parted,
         xfsprogs,
         xorriso,
         ${misc:Depends}
Description: KIWI - Dracut module for iso(live) image type
 This package contains the kiwi-live dracut module which is
 used for booting ISO (live) images built with KIWI.

Package: kiwi-dracut-overlay
Architecture: any
Depends: kiwi-dracut-lib, ${misc:Depends}
Description: KIWI - Dracut module for VMX (+overlay) image type
 This package contains the kiwi-overlay dracut module which is
 used for booting VMX images built with KIWI and configured to
 use an overlay root filesystem.

Package: kiwi-dracut-verity
Architecture: any
Depends: kiwi-dracut-lib, ${misc:Depends}, ${shlibs:Depends}
Description: KIWI - Dracut module for disks with embedded verity metadata
 This package contains the kiwi-verity dracut module which is used
 for booting OEM images built with KIWI and configured to use an
 embedded verity metadata block via the embed_verity_metadata
 type attribute.

Package: kiwi-systemdeps-core
Architecture: any
Depends: gnupg, mtools, openssl, rsync, ${misc:Depends}
Description: KIWI - Core host system dependencies
 This meta-package installs the necessary system dependencies
 to run KIWI.

Package: kiwi-systemdeps-bootloaders
Architecture: any
Depends: grub-coreboot-bin [amd64 i386 x32],
         grub-efi-amd64-bin [amd64 i386 x32],
         grub-efi-arm-bin [armel armhf],
         grub-efi-arm64-bin [arm64],
         grub-efi-ia32-bin [amd64 i386 x32],
         grub-efi-ia64-bin [ia64],
         grub-ieee1275-bin [amd64 i386 powerpc ppc64 ppc64el sparc64 x32],
         grub-pc-bin [amd64 i386 x32],
         grub-uboot-bin [armel armhf],
         grub-xen-bin [amd64 i386],
         grub-yeeloong-bin [mipsel],
         kiwi-systemdeps-core,
         s390-tools [s390x],
         ${misc:Depends}
Description: KIWI - host requirements for configuring bootloaders
 Host setup helper to pull in all packages required/useful on
 the build host for configuring bootloaders on images

Package: kiwi-systemdeps-containers
Architecture: any
Depends: buildah, skopeo, ${misc:Depends}
Description: KIWI - host requirements for container images
 Host setup helper to pull in all packages which are required
 or useful on the build host to build container images such
 as docker.

Package: kiwi-systemdeps-iso-media
Architecture: any
Depends: kiwi-systemdeps-bootloaders,
         kiwi-systemdeps-core,
         kiwi-systemdeps-filesystems,
         syslinux [amd64],
         xorriso,
         ${misc:Depends}
Description: KIWI - host requirements for live and install iso images
 Host setup helper to pull in all packages which are required or
 useful on the build host to build live and install iso images.

Package: kiwi-systemdeps-filesystems
Architecture: any
Depends: btrfs-progs,
         cryptsetup,
         dosfstools,
         e2fsprogs,
         gdisk,
         kiwi-systemdeps-core,
         kpartx,
         lvm2,
         parted,
         qemu-utils,
         squashfs-tools,
         xfsprogs,
         ${misc:Depends}
Description: KIWI - host requirements for filesystems
 Host setup helper to pull in all packages which are required or
 useful on the build host to build filesystem images.

Package: kiwi-systemdeps-disk-images
Architecture: any
Depends: kiwi-systemdeps-bootloaders,
         kiwi-systemdeps-filesystems,
         kiwi-systemdeps-iso-media,
         ${misc:Depends}
Description: KIWI - host requirements for disk images
 Host setup helper to pull in all packages which are required
 or useful on the build host to build disk images.

Package: kiwi-systemdeps
Architecture: any
Depends: kiwi-systemdeps-bootloaders,
         kiwi-systemdeps-containers,
         kiwi-systemdeps-core,
         kiwi-systemdeps-disk-images,
         kiwi-systemdeps-filesystems,
         kiwi-systemdeps-iso-media,
         ${misc:Depends}
Description: KIWI - Host system dependencies
 Host setup helper to pull in all packages which are required
 or useful to leverage all functionality in KIWI.