File: control

package info (click to toggle)
debos 1.1.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 460 kB
  • sloc: makefile: 15; sh: 15
file content (62 lines) | stat: -rw-r--r-- 1,709 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
Source: debos
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
 Héctor Orón Martínez <zumbi@debian.org>,
 Christopher Obbard <chris.obbard@collabora.com>,
 Andrej Shadura <andrewsh@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any,
 golang-github-docker-go-units-dev,
 golang-github-go-debos-fakemachine-dev (>= 0.0.3-2~),
 golang-github-google-uuid-dev,
 golang-github-sjoerdsimons-ostree-go-dev (>= 0.0~git20201014.8fae757-2~),
 golang-github-stretchr-testify-dev,
 golang-github-jessevdk-go-flags-dev,
 golang-gopkg-freddierice-go-losetup.v1-dev,
 golang-yaml.v2-dev,
 pandoc <!nodoc>,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/go-debos/debos
Vcs-Browser: https://salsa.debian.org/go-team/packages/debos
Vcs-Git: https://salsa.debian.org/go-team/packages/debos.git
XS-Go-Import-Path: github.com/go-debos/debos
Testsuite: autopkgtest-pkg-go

Package: debos
Architecture: amd64
Built-Using:
 ${misc:Built-Using},
Recommends:
 bmap-tools,
 bzip2,
 e2fsprogs,
 linux-image-amd64,
 mount,
 ovmf,
 parted,
 systemd-resolved,
 udev,
 xz-utils,
 zip,
Depends:
 busybox | busybox-static,
 debootstrap,
 qemu-system-x86,
 qemu-user-static,
 systemd-container,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libslirp-helper,
 user-mode-linux,
Description: Debian OS builder
 debos is a tool to make creation of various Debian based OS "images"
 simpler. While most other tools focus on a specific use-case, debos is
 more meant as a toolchain to make common actions trivial while providing
 enough rope to do whatever tweaking that might be required behind
 the scenes.