Codebase list golang-github-dcso-fluxline / ffaecf2
initial packaging Sascha Steinbiss 6 years ago
8 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-dcso-fluxline (0.0~git20180222.25ae683-1) unstable; urgency=medium
1
2 * Initial release (Closes: #891137)
3
4 -- Sascha Steinbiss <satta@debian.org> Thu, 22 Feb 2018 16:01:10 +0100
0 Source: golang-github-dcso-fluxline
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Sascha Steinbiss <satta@debian.org>
5 Build-Depends: debhelper (>= 11),
6 dh-golang,
7 golang-any,
8 golang-github-showmax-go-fqdn-dev
9 Standards-Version: 4.1.3
10 Homepage: https://github.com/DCSO/fluxline
11 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dcso-fluxline
12 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dcso-fluxline.git
13 XS-Go-Import-Path: github.com/DCSO/fluxline
14 Testsuite: autopkgtest-pkg-go
15
16 Package: golang-github-dcso-fluxline-dev
17 Architecture: all
18 Depends: ${shlibs:Depends},
19 ${misc:Depends},
20 golang-github-showmax-go-fqdn-dev
21 Description: Golang library to prepare sets of metrics in InfluxDB's Line Protocol format
22 The fluxline library provides an encoder for Golang to prepare sets of
23 metrics in InfluxDB's Line Protocol format. As input, structs annotated with
24 the 'influx' tag are used, similarly to how the encoding/json module works.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: fluxline
2 Source: https://github.com/DCSO/fluxline
3 Files-Excluded: vendor Godeps/_workspace
4
5 Files: *
6 Copyright: 2017, 2018 DCSO Deutsche Cyber-Sicherheitsorganisation GmbH
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: 2018 Sascha Steinbiss <satta@debian.org>
11 License: BSD-3-clause
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: BSD-3-clause
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are met:
17 .
18 * Redistributions of source code must retain the above copyright notice, this
19 list of conditions and the following disclaimer.
20 .
21 * Redistributions in binary form must reproduce the above copyright notice,
22 this list of conditions and the following disclaimer in the documentation
23 and/or other materials provided with the distribution.
24 .
25 * Neither the name of the DCSO Deutsche Cyber-Sicherheitsorganisation GmbH
26 nor the names of its contributors may be used to endorse or promote products
27 derived from this software without specific prior written permission.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
30 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
33 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
35 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
36 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 OF THIS 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)
0 version=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-dcso-fluxline-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/DCSO/fluxline/tags .*/v?(\d\S*)\.tar\.gz