Codebase list golang-github-docker-leadership / adc3bbf
Initial commit Dmitry Smirnov 7 years ago
8 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-docker-leadership (0.0~git20160208.0.b545f2d-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: TODO)
3
4 -- Dmitry Smirnov <onlyjob@debian.org> Thu, 10 Mar 2016 01:43:04 +1100
0 Source: golang-github-docker-leadership
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Dmitry Smirnov <onlyjob@debian.org>
5 Build-Depends: debhelper (>= 9),
6 dh-golang,
7 golang-go,
8 golang-github-docker-libkv-dev,
9 golang-github-stretchr-testify-dev
10 Standards-Version: 3.9.8
11 Homepage: https://github.com/docker/leadership
12 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-docker-leadership.git
13 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-docker-leadership.git
14 XS-Go-Import-Path: github.com/docker/leadership
15
16 Package: golang-github-docker-leadership-dev
17 Architecture: all
18 Depends: ${shlibs:Depends},
19 ${misc:Depends},
20 golang-go,
21 golang-github-docker-libkv-dev,
22 golang-github-stretchr-testify-dev
23 Description: distributed leader election using docker/libkv
24 Distributed leader election for clustered environments.
25 Leadership is a library for a cluster leader election on top of a
26 distributed Key/Value store.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: leadership
2 Source: https://github.com/docker/leadership
3
4 Files: *
5 Copyright: 2015-2016 Docker, Inc.
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2016 Dmitry Smirnov <onlyjob@debian.org>
10 License: Apache-2.0
11
12 License: Apache-2.0
13 Licensed under the Apache License, Version 2.0 (the "License");
14 you may not use this file except in compliance with the License.
15 You may obtain a copy of the License at
16 .
17 http://www.apache.org/licenses/LICENSE-2.0
18 .
19 Unless required by applicable law or agreed to in writing, software
20 distributed under the License is distributed on an "AS IS" BASIS,
21 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 See the License for the specific language governing permissions and
23 limitations under the License.
24 .
25 On Debian systems, the complete text of the Apache version 2.0 license
26 can be found in "/usr/share/common-licenses/Apache-2.0".
0 README*
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)