File: control

package info (click to toggle)
golang-github-moby-docker-image-spec 1.3.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 132 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,210 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
Source: golang-github-moby-docker-image-spec
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-opencontainers-image-spec-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-moby-docker-image-spec
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-moby-docker-image-spec.git
Homepage: https://github.com/moby/docker-image-spec
XS-Go-Import-Path: github.com/moby/docker-image-spec

Package: golang-github-moby-docker-image-spec-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-opencontainers-image-spec-dev,
         ${misc:Depends}
Description: Docker Image Specification v1 (library)
 Docker Image Specification v1.
 .
 This package contains documents about Docker Image Specification v1.X.
 .
 The Docker Image Specification is the image specification as used by the
 Docker Engine, and was used as foundation of the OCI image
 specification.