Codebase list golang-github-weppos-publicsuffix-go / a6ca2af
Initial release Sophie Brun 3 years ago
8 changed file(s) with 78 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-weppos-publicsuffix-go (0.13.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Wed, 29 Jul 2020 14:29:32 +0200
0 Source: golang-github-weppos-publicsuffix-go
1 XSBC-Original-Maintainer: Debian Go Packaging Team <[email protected]>
2 Maintainer: Kali Developers <[email protected]>
3 Uploaders: Sophie Brun <[email protected]>
4 Section: devel
5 Testsuite: autopkgtest-pkg-go
6 Priority: optional
7 Build-Depends: debhelper-compat (= 12),
8 dh-golang,
9 golang-any,
10 golang-github-google-go-github-dev,
11 golang-golang-x-net-dev
12 Standards-Version: 4.5.0
13 Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-weppos-publicsuffix-go
14 Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-weppos-publicsuffix-go.git
15 Homepage: https://github.com/weppos/publicsuffix-go
16 Rules-Requires-Root: no
17 XS-Go-Import-Path: github.com/weppos/publicsuffix-go
18
19 Package: golang-github-weppos-publicsuffix-go-dev
20 Architecture: all
21 Depends: golang-github-google-go-github-dev,
22 golang-golang-x-net-dev,
23 ${misc:Depends}
24 Description: Domain name parser based on the Public Suffix List
25 This package contains a Go domain name parser based on the Public Suffix List
26 (http://publicsuffix.org/).
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: publicsuffix-go
2 Upstream-Contact: TODO
3 Source: https://github.com/weppos/publicsuffix-go
4
5 Files: *
6 Copyright: 2016 Simone Carletti
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2020 Sophie Brun <[email protected]>
11 License: Expat
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: Expat
15 TODO
0 [DEFAULT]
1 debian-branch = kali/master
2 debian-tag = kali/%(version)s
3 pristine-tar = True
4
5 [pq]
6 patch-numbers = False
7
8 [dch]
9 multimaint-merge = True
0 include:
1 - https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --builddirectory=_build --buildsystem=golang --with=golang
4
5 override_dh_install:
6 dh_install
7 rm -rf debian/golang-github-weppos-publicsuffix-go-dev/usr/bin
8
9 override_dh_auto_test:
10 cp -r fixtures $(CURDIR)/_build/src/github.com/weppos/publicsuffix-go
11 dh_auto_test
12 rm -r $(CURDIR)/_build/src/github.com/weppos/publicsuffix-go/fixtures
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-weppos-publicsuffix-go-$1.tar.gz%,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/" \
3 https://github.com/weppos/publicsuffix-go/tags .*/v?(\d\S*)\.tar\.gz debian