summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@hpe.com>2017-03-22 12:27:35 +1100
committerTim Potter <tpot@hpe.com>2017-03-22 12:27:35 +1100
commitbb3558909373c6433e637d9950e9b70805f7cf71 (patch)
treeb59b0bcc846d485991972ee4d19792981e10fedf
parentc461ebaac31dd8cf1d76ff5ef164650de3a63cbc (diff)
Update d/control descriptions to make more sense
-rw-r--r--debian/control14
1 files changed, 9 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index e1d7009..cf6aeb8 100644
--- a/debian/control
+++ b/debian/control
@@ -23,14 +23,18 @@ Depends: ${shlibs:Depends},
golang-glog-dev,
golang-github-gogo-protobuf-dev,
golang-github-spf13-pflag-dev
-Description: Library for generating things based on Go files
- This package contains a library for generating things based on Go
- files. The mechanism was first used in Kubernetes and is split out
- here for ease of reuse and maintainability.
+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 the following generators:
+ 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. \ No newline at end of file