summaryrefslogtreecommitdiff
path: root/debian/control
blob: cd8e9671d422bae7f3df8932c9ac05d6f2a42843 (plain)
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
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>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-docker-go-units-dev,
               golang-github-stretchr-testify-dev,
               golang-yaml.v2-dev,
               golang-github-sjoerdsimons-ostree-go-dev,
               golang-go-flags-dev,
               golang-github-go-debos-fakemachine-dev,
               golang-github-surma-gocpio-dev,
               libostree-dev
Standards-Version: 4.1.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: any
Built-Using: ${misc:Built-Using}
Recommends: bmap-tools
          , busybox | busybox-static
          , ovmf
          , gzip
          , bzip2
          , xz
          , tar
          , zip
# For the action image-partition
          , util-linux
          , parted
          , mount
          , udev
Depends: ${shlibs:Depends},
         ${misc:Depends},
         systemd-container,
         debootstrap,
         qemu-system, qemu-user-static
Description: Debian OS builder
 debos is a tool to make creation of various Debian based OS "images"
 simpler. While most other tools focus on specific use-case, debos is
 more meant as a toolchain to make comon actions trivial while providing
 enough rope to do whatever tweaking that might be required behind
 the scenes.