Codebase list golang-github-segmentio-kafka-go / debian/0.2.1-1
initial debian packaging Alexandre Viau 5 years ago
8 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-segmentio-kafka-go (0.2.1-1) unstable; urgency=medium
1
2 * Initial release (Closes: #914210)
3
4 -- Alexandre Viau <aviau@debian.org> Tue, 20 Nov 2018 12:06:41 -0500
0 Source: golang-github-segmentio-kafka-go
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-pierrec-lz4-dev,
9 golang-golang-x-net-dev,
10 golang-snappy-go-dev
11 Standards-Version: 4.2.1
12 Homepage: https://github.com/segmentio/kafka-go
13 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-segmentio-kafka-go
14 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-segmentio-kafka-go.git
15 XS-Go-Import-Path: github.com/segmentio/kafka-go
16 Testsuite: autopkgtest-pkg-go
17
18 Package: golang-github-segmentio-kafka-go-dev
19 Architecture: all
20 Depends: ${misc:Depends},
21 golang-github-pierrec-lz4-dev,
22 golang-golang-x-net-dev,
23 golang-snappy-go-dev
24 Description: Kafka library in Go
25 Package kafka provides low and high level APIs for interacting with Kafka,
26 mirroring concepts and implementing interfaces of the Go standard library
27 to make it easy to use and integrate with existing software.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: kafka-go
2 Source: https://github.com/segmentio/kafka-go
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2017 Segment
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
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, 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,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
4
5 override_dh_auto_test:
6 # Tests require kafka
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-segmentio-kafka-go-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/segmentio/kafka-go/tags .*/v?(\d\S*)\.tar\.gz