File: control

package info (click to toggle)
golang-github-containerd-btrfs 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: ansic: 25; makefile: 16
file content (32 lines) | stat: -rw-r--r-- 1,226 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
Source: golang-github-containerd-btrfs
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-golang-x-sys-dev,
               libbtrfs-dev | btrfs-progs (<< 4.16.1~)
Standards-Version: 4.7.0
Homepage: https://github.com/containerd/btrfs
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-btrfs
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-btrfs.git
XS-Go-Import-Path: github.com/containerd/btrfs
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-containerd-btrfs-dev
Architecture: all
Depends: golang-github-pkg-errors-dev,
         golang-golang-x-sys-dev,
         libbtrfs-dev | btrfs-progs (<< 4.16.1~),
         ${misc:Depends}
Description: Btrfs bindings for Go
 Native Go bindings for btrfs.
 .
 These are in the early stages.
 .
 This package may not cover all the use cases for btrfs. Note that due to
 struct alignment issues, this isn't yet fully native.