File: control

package info (click to toggle)
golang-github-docker-go-events 0.0~git20160331.0.882f161-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 86
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,078 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
Source: golang-github-docker-go-events
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-sirupsen-logrus-dev
Standards-Version: 3.9.8
Homepage: https://github.com/docker/go-events
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-docker-go-events.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-docker-go-events.git
XS-Go-Import-Path: github.com/docker/go-events

Package: golang-github-docker-go-events-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-sirupsen-logrus-dev
Description: Composable event distribution for Go
 The go-events package implements a composable event distribution
 package for Go. It was originally created to implement the
 notifications in Docker Registry 2, but is now used in other 
 components of the Docker ecosystem.