summaryrefslogtreecommitdiff
path: root/debian/control
blob: 8f876fb89f835d24b483d1df4f1af9090415365b (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
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
Depends: ${shlibs:Depends},
         ${misc:Depends},
         systemd-container
## d4s
## and please add to runtime dependencies for debos: gzip, bzip2, xz, tar, zip, dpkg, apt, blkid, parted, losetup, udevadm, systemd-nspawn, debootstrap
## may be I missed something
Description: Debian OS builder
 debos 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 scene.