File: control

package info (click to toggle)
golang-doozer 0.0~git20130909-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 283
  • sloc: makefile: 11
file content (33 lines) | stat: -rw-r--r-- 1,355 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
32
33
Source: golang-doozer
Section: devel
Priority: extra
Maintainer: Tonnerre Lombard <tonnerre@ancient-solutions.com>
Build-Depends: debhelper (>= 9), golang-go, golang-pretty-dev,
 golang-goprotobuf-dev, golang-text-dev, dh-golang
Standards-Version: 3.9.4
Homepage: https://github.com/4ad/doozer
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-doozer.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-doozer.git;a=summary

Package: golang-doozer-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-pretty-dev,
 golang-goprotobuf-dev
Description: Go client driver for doozerd, a consistent, distributed data store
 This package contains the client library for developing Doozer lock service
 clients. It allows programs to perform all operations the Doozer lock
 service implements, such as:
 .
   * Instant distribution of configurations or settings,
   * Implementing instantly-updated namespaces,
   * Master election
 .
 and many others.

Package: golang-doozer-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Go client for doozerd, a consistent, distributed data store
 This package contains the doozer binary for interacting with the Doozer
 server. It implements all of the operations supported by the Doozer
 client library, but can be used on the command line.