Source: golang-github-benbjohnson-tmpl
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/benbjohnson/tmpl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-benbjohnson-tmpl.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-benbjohnson-tmpl.git
XS-Go-Import-Path: github.com/benbjohnson/tmpl

Package: golang-github-benbjohnson-tmpl-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Command line interface to Go's text/template library - dev package
 This program is a command line interface to Go's text/template
 library. It can be used by passing in a set of JSON-encoded data and a
 list of template paths ending in a .tmpl extension. The templates are
 processed and their results are saved to the filename with the .tmpl
 extension removed.
 .
 This is the dev package.

Package: tmpl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Command line interface to Go's text/template library - CLI utility
 This program is a command line interface to Go's text/template
 library. It can be used by passing in a set of JSON-encoded data and a
 list of template paths ending in a .tmpl extension. The templates are
 processed and their results are saved to the filename with the .tmpl
 extension removed.
 .
 This package contains the command line interface utility.
