File: control

package info (click to toggle)
golang-github-rootless-containers-proto 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,323 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
Source: golang-github-rootless-containers-proto
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-google-protobuf-dev,
               protoc-gen-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rootless-containers-proto
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rootless-containers-proto.git
Homepage: https://github.com/rootless-containers/proto
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/rootless-containers/proto

Package: golang-github-rootless-containers-proto-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-google-protobuf-dev,
         ${misc:Depends}
Breaks: golang-github-opensuse-umoci-dev (<< 0.4.7+ds-3)
Description: Protobuf descriptions for rootless containers purposes
 This project contains the protobuf definition of the user.rootlesscontainers
 extended attribute. The main purpose of this attribute is to allow for a
 interoperable and standardised way of emulating persistent syscalls in a
 rootless container (syscalls such as chown(2) which would ordinarily fail).