File: control

package info (click to toggle)
debos 1.0.0%2Bgit20190123.d6e16be-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: sh: 13; makefile: 6
file content (52 lines) | stat: -rw-r--r-- 1,872 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
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>, Andrej Shadura <andrewsh@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 (>= 0.0~git20181105.9316584~),
               golang-github-surma-gocpio-dev,
               libostree-dev,
               golang-gopkg-freddierice-go-losetup.v1-dev
Standards-Version: 4.2.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
          , ovmf
          , bzip2
          , xz-utils
          , zip
# For the action image-partition
          , parted
          , mount
          , udev
          , e2fsprogs
          , linux-image-amd64
Depends: ${shlibs:Depends}
         , ${misc:Depends}
         , busybox | busybox-static
         , systemd-container
         , debootstrap
         , qemu-system-x86
         , 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.