Source: golang-github-lunny-log
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-mattn-go-sqlite3-dev
Standards-Version: 4.1.0
Homepage: https://github.com/lunny/log
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-lunny-log.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-lunny-log.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/lunny/log

Package: golang-github-lunny-log-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-mattn-go-sqlite3-dev
Description: Logging library with sqlite support for Go
 This package provides a Go library that offers traditional logging
 with extra non-standard logging features.
 .
 Features:
   - Color support for unix console
   - dbwriter to save log to database (sqlite)
   - FileWriter to save log to file by date or time
   - Location configuration
