Codebase list golang-github-jawher-mow.cli / kali/1.1.0-0kali1
Initial release Sophie Brun 3 years ago
8 changed file(s) with 82 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-jawher-mow.cli (1.1.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 28 Jul 2020 10:41:56 +0200
0 Source: golang-github-jawher-mow.cli
1 Section: devel
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12),
6 dh-golang,
7 golang-any,
8 golang-github-stretchr-testify-dev
9 Standards-Version: 4.5.0
10 Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-jawher-mow.cli
11 Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-jawher-mow.cli.git
12 Homepage: https://github.com/jawher/mow.cli
13 Rules-Requires-Root: no
14 XS-Go-Import-Path: github.com/jawher/mow.cli
15 Testsuite: autopkgtest-pkg-go
16
17 Package: golang-github-jawher-mow.cli-dev
18 Architecture: all
19 Depends: golang-github-stretchr-testify-dev,
20 ${misc:Depends}
21 Description: versatile library for building CLI applications in Go (library)
22 This package provides a framework to build command line applications in
23 Go with most of the burden of arguments parsing and validation placed
24 on the framework instead of the user.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mow.cli
2 Source: https://github.com/jawher/mow.cli
3
4 Files: *
5 Copyright: 2014 Jawher Moussa
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 [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
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-jawher-mow.cli-$1.tar.gz%,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/" \
3 https://github.com/jawher/mow.cli/tags .*/v?(\d\S*)\.tar\.gz debian