Source: golang-github-kubernetes-gengo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.15~),
               golang-github-davecgh-go-spew-dev,
               golang-github-google-go-cmp-dev,
               golang-github-google-gofuzz-dev,
               golang-github-spf13-pflag-dev,
               golang-golang-x-tools-dev,
               golang-k8s-klog-dev,
               golang-k8s-sigs-yaml-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://github.com/kubernetes/gengo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-gengo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-gengo.git
XS-Go-Import-Path: k8s.io/gengo

Package: golang-github-kubernetes-gengo-dev
Architecture: all
Multi-Arch: foreign
Provides: golang-k8s-gengo-dev (= ${binary:Version}),
Depends: golang-github-davecgh-go-spew-dev,
         golang-github-google-go-cmp-dev,
         golang-github-google-gofuzz-dev,
         golang-github-spf13-pflag-dev,
         golang-golang-x-tools-dev,
         golang-k8s-klog-dev,
         golang-k8s-sigs-yaml-dev,
         ${misc:Depends},
Description: library for generating code based on Go files
 The gengo library implements a code generation system for Go files
 used by Kubernetes. It is more than a dumb template library and is
 informed by the Go language's syntax, type and naming conventions
 when generating code.
 .
 The gengo library can build code using the following generators:
 .
   * set
   * deep-copy
   * defaulter
   * go-to-protobuf
 .
 Gengo was first used in Kubernetes and is split out into a separate
 library for ease of reuse and maintainability.