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: golang-github-go-debos-fakemachine
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
Andrej Shadura <andrewsh@debian.org>,
Christopher Obbard <obbardc@debian.org>,
Héctor Orón Martínez <zumbi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-alessio-shellescape-dev,
golang-github-docker-go-units-dev,
golang-github-klauspost-compress-dev,
golang-github-stretchr-testify-dev,
golang-github-surma-gocpio-dev,
golang-github-ulikunitz-xz-dev,
golang-go-flags-dev,
golang-golang-x-sys-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/go-debos/fakemachine
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-debos-fakemachine
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-debos-fakemachine.git
XS-Go-Import-Path: github.com/go-debos/fakemachine
Package: fakemachine
Architecture: amd64 arm64
Built-Using: ${misc:Built-Using}
Depends:
busybox | busybox-static,
qemu-system-x86 [amd64],
qemu-system-arm [arm64],
systemd,
${misc:Depends},
${shlibs:Depends},
Recommends:
e2fsprogs,
linux-image-amd64 [amd64],
linux-image-arm64 [arm64],
systemd-resolved,
Suggests: libslirp-helper, user-mode-linux
Description: Create and spawn virtual machines (program)
Create and spawn virtual machines based on the currently running system.
.
This package contains the fakemachine program.
Package: golang-github-go-debos-fakemachine-dev
Architecture: amd64 arm64
Built-Using: ${misc:Built-Using}
Depends:
golang-github-alessio-shellescape-dev,
golang-github-docker-go-units-dev,
golang-github-klauspost-compress-dev,
golang-github-stretchr-testify-dev,
golang-github-surma-gocpio-dev,
golang-github-ulikunitz-xz-dev,
golang-go-flags-dev,
golang-golang-x-sys-dev,
${misc:Depends},
${shlibs:Depends},
Description: create and spawn virtual machines (library)
Create and spawn virtual machines based on the currently running system.
.
This package contains the library.
|