Codebase list golang-github-tent-canonical-json-go / 1889dc5
Initial debian/ Tianon Gravi 8 years ago
7 changed file(s) with 69 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-tent-canonical-json-go (0.0~git20130607.0.96e4ba3-1) UNRELEASED; urgency=medium
1
2 * Initial release
3
4 -- Tianon Gravi <tianon@debian.org> Fri, 16 Oct 2015 16:12:40 -0700
0 Source: golang-github-tent-canonical-json-go
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Tianon Gravi <tianon@debian.org>
5 Build-Depends: debhelper (>= 9), dh-golang, golang-go
6 Standards-Version: 3.9.6
7 Homepage: https://github.com/tent/canonical-json-go
8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-tent-canonical-json-go.git
9 Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-tent-canonical-json-go.git
10 XS-Go-Import-Path: github.com/tent/canonical-json-go
11
12 Package: golang-github-tent-canonical-json-go-dev
13 Architecture: all
14 Depends: golang-go, ${misc:Depends}, ${shlibs:Depends}
15 Description: Canonical JSON marshaling in Go
16 This is a library based on the Go stdlib "encoding/json" library, but with
17 deterministic output (especially for hash keys).
18 .
19 This package contains the source.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: canonical-json-go
2 Source: https://github.com/tent/canonical-json-go
3
4 Files: *
5 Copyright: 2010 The Go Authors
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2015 Tianon Gravi <tianon@debian.org>
10 License: BSD-3-clause
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: BSD-3-clause
14 Redistribution and use in source and binary forms, with or without
15 modification, are permitted provided that the following conditions are met:
16 .
17 * Redistributions of source code must retain the above copyright notice, this
18 list of conditions and the following disclaimer.
19 * Redistributions in binary form must reproduce the above copyright notice,
20 this list of conditions and the following disclaimer in the documentation
21 and/or other materials provided with the distribution.
22 * Neither the name of Google Inc. nor the names of its contributors may be
23 used to endorse or promote products derived from this software without
24 specific prior written permission.
25 .
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
27 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
30 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
33 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)