File: control

package info (click to toggle)
continuity 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 668 kB
  • sloc: makefile: 49
file content (34 lines) | stat: -rw-r--r-- 1,407 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
Source: continuity
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaudr@kali.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-opencontainers-go-digest-dev,
               golang-github-sirupsen-logrus-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-sys-dev,
               golang-google-protobuf-dev,
               protoc-gen-go,
Standards-Version: 4.6.1
Homepage: https://github.com/containerd/continuity
Vcs-Browser: https://salsa.debian.org/go-team/packages/continuity
Vcs-Git: https://salsa.debian.org/go-team/packages/continuity.git
XS-Go-Import-Path: github.com/containerd/continuity
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-containerd-continuity-dev
Architecture: all
Depends: golang-github-opencontainers-go-digest-dev,
         golang-github-sirupsen-logrus-dev,
         golang-golang-x-sync-dev,
         golang-golang-x-sys-dev,
         golang-google-protobuf-dev,
         ${misc:Depends},
Description: Externally reusable Go packages included with Continuity
 These packages are intentionally developed by upstream in such a way that they
 are reusable to projects outside Continuity and only rely on each other or
 other external dependencies to be built.