File: control

package info (click to toggle)
tendermint-go-logger 0~20161018~0gitcefb3a4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 19
  • sloc: sh: 23; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 1,095 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
29
30
31
Source: tendermint-go-logger
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-golang,
 golang-github-tendermint-go-common-dev,
 golang-go,
 golang-godebiancontrol-dev
Standards-Version: 3.9.8
Homepage: http://github.com/tendermint/go-logger
XS-Go-Import-Path: github.com/tenderming/go-logger
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/tendermint-go-logger
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/tendermint-go-logger.git

Package: golang-github-tendermint-go-logger-dev
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 golang-github-tendermint-go-common-dev,
 golang-go
Description: Tendermint Go logging utilities
 Tendermint Core is Byzantine Fault Tolerant (BFT) middleware
 that takes a state transition machine, written in any
 programming language, and replicates it on many machines.
 .
 This package contains convenience logging utilities and
 shortcuts used across the Tendermint projects.