Codebase list golang-github-nlopes-slack / acd1a6a
Add debian directory Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Nobuhiro Iwamatsu 6 years ago
8 changed file(s) with 87 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-nlopes-slack (0.1.0-1) unstable; urgency=medium
1
2 * Initial release (Closes: #892804)
3
4 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 12 Dec 2017 11:49:54 +0900
0 Source: golang-github-nlopes-slack
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
5 Build-Depends: debhelper (>= 9),
6 dh-golang,
7 golang-any,
8 golang-github-stretchr-testify-dev,
9 golang-golang-x-net-dev
10 Standards-Version: 4.1.1
11 Homepage: https://github.com/nlopes/slack
12 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack
13 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nlopes-slack.git
14 XS-Go-Import-Path: github.com/nlopes/slack
15 Testsuite: autopkgtest-pkg-go
16
17 Package: golang-github-nlopes-slack-dev
18 Architecture: all
19 Depends: ${shlibs:Depends},
20 ${misc:Depends},
21 golang-github-stretchr-testify-dev,
22 golang-golang-x-net-dev
23 Description: Go library for Slack API
24 This library supports most if not all of the `api.slack.com` REST
25 calls, as well as the Real-Time Messaging protocol over websocket, in
26 a fully managed way.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: slack
2 Source: https://github.com/nlopes/slack
3 # Files-Excluded: vendor Godeps/_workspace
4
5 Files: *
6 Copyright: 2015 Norberto Lopes
7 License: BSD-2-Clause
8
9 Files: debian/*
10 Copyright: 2017 Nobuhiro Iwamatsu <iwamatsu@debian.org>
11 License: BSD-2-Clause
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: BSD-2-Clause
15 Copyright (c) 2015, Norberto Lopes
16 All rights reserved.
17 .
18 Redistribution and use in source and binary forms, with or without modification,
19 are permitted provided that the following conditions are met:
20 .
21 1. Redistributions of source code must retain the above copyright notice, this
22 list of conditions and the following disclaimer.
23 .
24 2. Redistributions in binary form must reproduce the above copyright notice,
25 this list of conditions and the following disclaimer in the documentation and/or
26 other materials provided with the distribution.
27 .
28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
29 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
32 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
35 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37 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
4
5 override_dh_auto_install:
6 dh_auto_install
7
8 rm -rf debian/golang-github-nlopes-slack-dev/usr/bin
0 3.0 (quilt)
0 version=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-nlopes-slack-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/nlopes/slack/tags .*/v?(\d\S*)\.tar\.gz