Source: golang-github-kubernetes-gengo
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-glog-dev,
               golang-github-gogo-protobuf-dev,
               golang-github-spf13-pflag-dev
Standards-Version: 3.9.8
Homepage: https://github.com/kubernetes/gengo
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-kubernetes-gengo.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-kubernetes-gengo.git
XS-Go-Import-Path: k8s.io/gengo

Package: golang-github-kubernetes-gengo-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go, 
         golang-glog-dev,
         golang-github-gogo-protobuf-dev,
         golang-github-spf13-pflag-dev
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.