File: control

package info (click to toggle)
golang-github-go-macaron-gzip 0.0~git20151014.0.4938e9b-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 68 kB
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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).