Codebase list golang-github-influxdb-usage-client / f2c59c6
initial packaging Alexandre Viau 8 years ago
7 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-influxdb-usage-client (0.0~git20151204.0.475977e-1) unstable; urgency=medium
1
2 * Initial release (Closes: #807873)
3
4 -- Alexandre Viau <aviau@debian.org> Sun, 13 Dec 2015 17:40:33 -0500
0 Source: golang-github-influxdb-usage-client
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Alexandre Viau <aviau@debian.org>
5 Build-Depends: debhelper (>= 9),
6 dh-golang,
7 golang-go,
8 golang-github-stretchr-testify-dev
9 Standards-Version: 3.9.6
10 Homepage: https://github.com/influxdb/usage-client
11 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-influxdb-usage-client.git
12 Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-influxdb-usage-client.git
13 XS-Go-Import-Path: github.com/influxdb/usage-client
14
15 Package: golang-github-influxdb-usage-client-dev
16 Architecture: all
17 Depends: ${shlibs:Depends},
18 ${misc:Depends},
19 golang-go,
20 golang-github-stretchr-testify-dev
21 Description: library for speaking to the InfluxDB Anonymous Usage Reporting API
22 The usage-client package is used to speak with the InfluxDB
23 Annonymous Usage API in a simple and straight forward way.
24 No muss, no fuss!
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: usage-client
2 Source: https://github.com/influxdb/usage-client
3
4 Files: *
5 Copyright: 2015 Errplane Inc.
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2015 Alexandre Viau <aviau@debian.org>
10 License: Expat
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: Expat
14 Permission is hereby granted, free of charge, to any person obtaining a copy of
15 this software and associated documentation files (the "Software"), to deal in
16 the Software without restriction, including without limitation the rights to
17 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
18 the Software, and to permit persons to whom the Software is furnished to do so,
19 subject to the following conditions:
20 .
21 The above copyright notice and this permission notice shall be included in all
22 copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
26 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
27 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
28 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)