File: control

package info (click to toggle)
debos 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: sh: 102; makefile: 17
file content (66 lines) | stat: -rw-r--r-- 1,826 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
Source: debos
Section: devel
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
 Héctor Orón Martínez <zumbi@debian.org>,
 Christopher Obbard <obbardc@debian.org>,
 Andrej Shadura <andrewsh@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-al-essio-pkg-shellescape-dev,
 golang-github-docker-go-units-dev,
 golang-github-freddierice-go-losetup-dev,
 golang-github-go-debos-fakemachine-dev (>= 0.0.11-1~),
 golang-github-go-task-slim-sprig-dev,
 golang-github-goccy-go-yaml-dev,
 golang-github-google-uuid-dev,
 golang-github-sjoerdsimons-ostree-go-dev,
 golang-github-stretchr-testify-dev,
 golang-github-jessevdk-go-flags-dev,
 pandoc <!nodoc>,
Standards-Version: 4.7.3
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 arm64
Static-Built-Using:
 ${misc:Static-Built-Using},
Recommends:
 bmap-tools,
 bzip2,
 dosfstools,
 e2fsprogs,
 fdisk,
 linux-image-amd64 [amd64],
 linux-image-arm64 [arm64],
 mount,
 ovmf,
 parted,
 udev,
 xz-utils,
 zip,
Depends:
 busybox | busybox-static,
 debootstrap,
 qemu-system-x86 [amd64],
 qemu-system-arm [arm64],
 qemu-user-static,
 systemd-container,
 systemd-resolved,
 ${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.