Codebase list golang-github-tomnomnom-linkheader / c3d1e25
Initial release Sophie Brun 3 years ago
6 changed file(s) with 69 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-tomnomnom-linkheader (0.1.0+git20180905-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Fri, 24 Jul 2020 14:55:58 +0200
0 Source: golang-github-tomnomnom-linkheader
1 Section: devel
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-golang, golang-any
6 Standards-Version: 4.5.0
7 Homepage: https://github.com/tomnomnom/linkheader
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-tomnomnom-linkheader
9 Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-tomnomnom-linkheader.git
10 Rules-Requires-Root: no
11 XS-Go-Import-Path: github.com/tomnomnomr/linkheader-dev
12 Testsuite: autopkgtest-pkg-go
13
14 Package: golang-github-tomnomnom-linkheader-dev
15 Architecture: all
16 Depends: ${misc:Depends}, ${shlibs:Depends}
17 Description: Golang Link Header Parser
18 This package contains a Library for parsing HTTP Link headers. Requires Go 1.6
19 or higher.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: golang-github-tomnomnom-linkheader
2 Source: https://github.com/tomnomnom/linkheader
3
4 Files: *
5 Copyright: 2016 Tom Hudson
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: Expat
11
12 License: Expat
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the
15 "Software"), to deal in the Software without restriction, including
16 without limitation the rights to use, copy, modify, merge, publish,
17 distribute, sublicense, and/or sell copies of the Software, and to permit
18 persons to whom the Software is furnished to do so, subject to the
19 following conditions:
20 .
21 The above copyright notice and this permission notice shall be included
22 in all copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
27 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30 USE OR OTHER DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1
2 #export DH_VERBOSE = 1
3 export DH_GOPKG := github.com/tomnomnom/linkheader
4
5 %:
6 dh $@ --builddirectory=_build --buildsystem=golang --with=golang
7
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-tomnomnom-linkheader-$1.tar.gz%" \
2 https://github.com/tomnomnom/linkheader/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate