| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | 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://salsa.debian.org/go-team/packages/golang-glog
Vcs-Git: https://salsa.debian.org/go-team/packages/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
 |