Codebase list golang-github-influxdata-line-protocol / 7ba1556
initial debian packaging Alexandre Viau 5 years ago
8 changed file(s) with 72 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-influxdata-line-protocol (0.0~git20181118.934b9e6-1) unstable; urgency=medium
1
2 * Initial release (Closes: #914205)
3
4 -- Alexandre Viau <aviau@debian.org> Tue, 20 Nov 2018 11:34:21 -0500
0 Source: golang-github-influxdata-line-protocol
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Alexandre Viau <aviau@debian.org>
5 Build-Depends: debhelper (>= 11),
6 dh-golang,
7 golang-any,
8 golang-github-stretchr-testify-dev
9 Standards-Version: 4.2.1
10 Homepage: https://github.com/influxdata/line-protocol
11 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-influxdata-line-protocol
12 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-influxdata-line-protocol.git
13 XS-Go-Import-Path: github.com/influxdata/line-protocol
14 Testsuite: autopkgtest-pkg-go
15
16 Package: golang-github-influxdata-line-protocol-dev
17 Architecture: all
18 Depends: ${misc:Depends},
19 golang-github-stretchr-testify-dev
20 Description: InfluxDB line protocol implementation
21 Package protocol contains an implementation of the InfluxDB
22 line protocol.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: line-protocol
2 Source: https://github.com/influxdata/line-protocol
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2013-2018 InfluxData Inc.
8 License: Expat
9
10 Files: debian/*
11 Copyright: 2018 Alexandre Viau <aviau@debian.org>
12 License: Expat
13 Comment: Debian packaging is licensed under the same terms as upstream
14
15 License: Expat
16 Permission is hereby granted, free of charge, to any person obtaining a copy of
17 this software and associated documentation files (the "Software"), to deal in
18 the Software without restriction, including without limitation the rights to
19 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20 the Software, and to permit persons to whom the Software is furnished to do so,
21 subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
28 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
29 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
30 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31 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)
0 version=4
1 opts=mode=git, \
2 https://github.com/influxdata/line-protocol.git \
3 HEAD