File: control

package info (click to toggle)
distrobuilder 3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,468 kB
  • sloc: sh: 204; makefile: 75
file content (61 lines) | stat: -rw-r--r-- 2,377 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
Source: distrobuilder
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               gnupg,
               help2man,
               squashfs-tools,
               golang-any,
               golang-github-antchfx-htmlquery-dev,
               golang-github-flosch-pongo2.v6-dev,
               golang-github-google-go-github-dev,
               golang-github-lxc-incus-dev (>= 6.0.5),
               golang-github-mudler-docker-companion-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-spf13-cobra-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sys-dev,
               golang-golang-x-text-dev,
               golang-gopkg-yaml.v2-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/distrobuilder
Vcs-Git: https://salsa.debian.org/go-team/packages/distrobuilder.git
Homepage: https://github.com/lxc/distrobuilder
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/lxc/distrobuilder

Package: distrobuilder
Architecture: any
Depends: debootstrap,
         distrobuilder-images,
         gpg,
         rsync,
         squashfs-tools,
         xz-utils,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: dosfstools,
            btrfs-progs,
            gdisk,
            genisoimage,
            libwin-hivex-perl,
            qemu-utils,
            wimtools
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: System container image builder for LXC and Incus
 distrobuilder is an image building tool for LXC and Incus.
 .
 Its modern design uses pre-built official images whenever available and
 supports a variety of modifications on the base image. distrobuilder creates
 LXC or Incus images, or just a plain root file system, from a declarative
 image definition (in YAML format) that defines the source of the image, its
 package manager, what packages to install or remove for specific image
 variants, OS releases and architectures, as well as additional files to
 generate and arbitrary actions to execute as part of the image build process.
 .
 Incus images may also be compatible with Canonical's LXD.