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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: golang-k8s-sigs-kustomize-kyaml
Section: golang
Priority: optional
Maintainer: Debian Kubernetes Packaging Team <team+kubernetes@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-davecgh-go-spew-dev,
golang-github-go-errors-errors-dev,
golang-github-google-gnostic-models-dev,
golang-github-google-go-cmp-dev,
golang-github-monochromegane-go-gitignore-dev,
golang-github-sergi-go-diff-dev,
golang-github-spf13-cobra-dev,
golang-github-stretchr-testify-dev,
golang-github-xlab-treeprint-dev,
golang-starlark-dev,
golang-gopkg-yaml.v2-dev,
golang-gopkg-yaml.v3-dev,
golang-golang-x-sys-dev,
golang-google-protobuf-dev,
golang-k8s-kube-openapi-dev,
golang-k8s-sigs-yaml-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/kubernetes-team/packages/golang-k8s-sigs-kustomize-kyaml
Vcs-Git: https://salsa.debian.org/kubernetes-team/packages/golang-k8s-sigs-kustomize-kyaml.git
Homepage: https://github.com/kubernetes-sigs/kustomize
XS-Go-Import-Path: sigs.k8s.io/kustomize
Package: golang-k8s-sigs-kustomize-kyaml-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-davecgh-go-spew-dev,
golang-github-go-errors-errors-dev,
golang-github-google-gnostic-models-dev,
golang-github-google-go-cmp-dev,
golang-github-monochromegane-go-gitignore-dev,
golang-github-sergi-go-diff-dev,
golang-github-spf13-cobra-dev,
golang-github-stretchr-testify-dev,
golang-github-xlab-treeprint-dev,
golang-starlark-dev,
golang-gopkg-yaml.v2-dev,
golang-gopkg-yaml.v3-dev,
golang-golang-x-sys-dev,
golang-google-protobuf-dev,
golang-k8s-kube-openapi-dev,
golang-k8s-sigs-yaml-dev,
${misc:Depends}
Description: Reading and writing Kubernetes Resource configuration as YAML (library)
The kyaml library provides tools for reading and writing Kubernetes Resource
configurations in YAML format. You can handle individual resources using the
YAML package.
|