Source: golang-k8s-mount-utils
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-moby-sys-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-sys-dev,
 golang-k8s-klog-dev,
 golang-k8s-utils-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-mount-utils
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-mount-utils.git
Homepage: https://github.com/kubernetes/mount-utils
XS-Go-Import-Path: k8s.io/mount-utils

Package: golang-k8s-mount-utils-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-moby-sys-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-sys-dev,
 golang-k8s-klog-dev,
 golang-k8s-utils-dev,
 ${misc:Depends},
Description: interface to mounting filesystems (Go library)
 This repository defines an interface to mounting filesystems to be
 consumed by various Kubernetes and out-of-tree CSI components.
 .
 Consumers of this repository can make use of functions like 'Mount' to
 mount source to target as fstype with given options, 'Unmount' to
 unmount a target. Other useful functions include 'List' all mounted file
 systems and find all mount references to a path using 'GetMountRefs'
 .
 This package contains the Go library.
