Codebase list golang-github-nbio-st / 1b3610f
Initial release Sophie Brun 3 years ago
6 changed file(s) with 73 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-nbio-st (0.0~git20140626.e9e8d98-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Thu, 08 Oct 2020 14:41:04 +0200
0 Source: golang-github-nbio-st
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 Standards-Version: 4.5.0
9 Vcs-Browser: https://gitlab.com/kalilinux/packages/golang-github-nbio-st
10 Vcs-Git: https://gitlab.com/kalilinux/packages/golang-github-nbio-st.git
11 Homepage: https://github.com/nbio/st
12 Rules-Requires-Root: no
13 XS-Go-Import-Path: github.com/nbio/st
14 Testsuite: autopkgtest-pkg-go
15
16 Package: golang-github-nbio-st-dev
17 Architecture: all
18 Depends: ${misc:Depends}
19 Description: st - Simple Test micro-framework for Go (library)
20 This package contains a tiny test framework for making short, useful
21 assertions in your Go tests.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: st
2 Source: https://github.com/nbio/st
3
4 Files: *
5 Copyright: 2014 nb.io
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: Apache-2.0
11
12 License: Apache-2.0
13 Licensed under the Apache License, Version 2.0 (the "License");
14 you may not use this file except in compliance with the License.
15 You may obtain a copy of the License at
16 .
17 http://www.apache.org/licenses/LICENSE-2.0
18 .
19 Unless required by applicable law or agreed to in writing, software
20 distributed under the License is distributed on an "AS IS" BASIS,
21 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 See the License for the specific language governing permissions and
23 limitations under the License.
24 .
25 On Debian systems, the complete text of the Apache version 2.0 license
26 can be found in "/usr/share/common-licenses/Apache-2.0".
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --builddirectory=_build --buildsystem=golang --with=golang
4
5 override_dh_auto_test:
6 # don't run tests: too many failures
0 3.0 (quilt)
0 version=4
1 opts="mode=git, pgpmode=none" \
2 https://github.com/nbio/st.git \
3 HEAD debian
4
5 # Use the following when upstream starts to tag releases:
6 #
7 #version=4
8 #opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-nbio-st-$1.tar.gz%,\
9 # uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/" \
10 # https://github.com/nbio/st/tags .*/v?(\d\S*)\.tar\.gz debian