Source: golang-glog
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/golang/glog
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-golang-glog.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-golang-glog.git
XS-Go-Import-Path: github.com/golang/glog
Testsuite: autopkgtest-pkg-go

Package: golang-glog-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Leveled execution logs for Go
 This is an efficient pure Go implementation of leveled logs in the manner of
 the open source C++ package https://github.com/google/glog
