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

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.
