Source: golang-github-go-macaron-gzip
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
    golang-github-klauspost-compress-dev,
    golang-github-smartystreets-goconvey-dev,
    golang-gopkg-macaron.v1-dev
Standards-Version: 3.9.6
Homepage: https://github.com/go-macaron/gzip
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-macaron-gzip.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-go-macaron-gzip.git
XS-Go-Import-Path: github.com/go-macaron/gzip

Package: golang-github-go-macaron-gzip-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
    golang-github-klauspost-compress-dev,
    golang-github-smartystreets-goconvey-dev,
    golang-gopkg-macaron.v1-dev
Description: Gzip middleware for Macaron
 Provides compress to responses for Macaron
 (https://github.com/go-macaron/macaron).