Source: golang-github-armon-consul-api
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/armon/consul-api
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-armon-consul-api.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-armon-consul-api.git
XS-Go-Import-Path: github.com/armon/consul-api

Package: golang-github-armon-consul-api-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go | gccgo
Description: Golang API client for Consul
 This package provides the consul-api package which attempts to provide
 programmatic access to the full Consul API.
 .
 Currently, all of the Consul APIs included in version 0.4 are
 supported.  The full documentation is available on GoDoc
 at http://godoc.org/github.com/armon/consul-api
 .
 Note: "github.com/armon/consul-api" is now deprecated in favour of the
 newer "github.com/hashicorp/consul/api".
