Codebase list golang-github-tv42-httpunix / 29d7167
initial commit Dmitry Smirnov 3 years ago
7 changed file(s) with 77 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-tv42-httpunix (0.0~git20150427.b75d861-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: TODO)
3
4 -- Dmitry Smirnov <onlyjob@debian.org> Thu, 26 Sep 2019 15:18:37 +1000
0 Source: golang-github-tv42-httpunix
1 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
2 Uploaders:
3 Dmitry Smirnov <onlyjob@debian.org>,
4 Section: devel
5 Testsuite: autopkgtest-pkg-go
6 Priority: optional
7 Build-Depends:
8 debhelper-compat (= 12),
9 dh-golang,
10 Build-Depends-Indep:
11 golang-any,
12 Standards-Version: 4.4.0
13 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tv42-httpunix
14 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tv42-httpunix.git
15 Homepage: https://github.com/tv42/httpunix
16 Rules-Requires-Root: no
17 XS-Go-Import-Path: github.com/tv42/httpunix
18
19 Package: golang-github-tv42-httpunix-dev
20 Architecture: all
21 Depends:
22 ${misc:Depends},
23 Description: library to talk HTTP over Unix domain sockets
24 Golang library to talk HTTP over Unix domain sockets.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://github.com/tv42/httpunix
2 Upstream-Name: httpunix
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files:
7 *
8 Copyright:
9 2013-2015 Tommi Virtanen
10 License: Expat
11
12 Files:
13 debian/*
14 Copyright:
15 2019 Dmitry Smirnov <onlyjob@debian.org>
16 License: Expat
17
18 License: Expat
19 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal
21 in the Software without restriction, including without limitation the rights
22 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 copies of the Software, and to permit persons to whom the Software is
24 furnished to do so, subject to the following conditions:
25 .
26 The above copyright notice and this permission notice shall be included in
27 all copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35 THE SOFTWARE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --builddirectory=_build --buildsystem=golang --with=golang
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-tv42-httpunix-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/tv42/httpunix/tags .*/v?(\d\S*)\.tar\.gz