Codebase list golang-github-sean--pager / 72d92dd
Initial packaging Thorsten Alteholz 3 years ago
7 changed file(s) with 80 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-sean--pager (0.0~git20180208.666be9b-1) unstable; urgency=medium
1
2 * Initial release
3
4 -- Thorsten Alteholz <debian@alteholz.de> Mon, 18 May 2020 20:40:15 +0000
0 Source: golang-github-sean--pager
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Thorsten Alteholz <debian@alteholz.de>
5 Build-Depends: debhelper-compat (= 12),
6 dh-golang,
7 golang-any
8 Standards-Version: 4.5.0
9 Homepage: https://github.com/sean-/pager
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sean--pager
11 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sean--pager.git
12 XS-Go-Import-Path: github.com/sean-/pager
13 Testsuite: autopkgtest-pkg-go
14
15 Package: golang-github-sean--pager-dev
16 Architecture: all
17 Depends: ${misc:Depends}
18 Description: pager support for Go
19 This package contains easy $PAGER support for Go (i.e. less(1), more(1))
20 with sane defaults.
21 .
22 By default pager uses less(1) with the args: -X -F -R --buffers=65535
23 and sets LESSSECURE=1 before starting less(1).
24 .
25 If less(1) is unavailable, pager falls back to more(1).
26 .
27 The PAGER environment variable is honored.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pager
2 Source: https://github.com/sean-/pager
3 Files-Excluded:
4 Godeps/_workspace
5
6 Files: *
7 Copyright: 2018 Sean Chittenden
8 License: BSD-2-clause
9
10 Files: debian/*
11 Copyright: 2020 Thorsten Alteholz <debian@alteholz.de>
12 License: BSD-2-clause
13 Comment: Debian packaging is licensed under the same terms as upstream
14
15 License: BSD-2-clause
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are met:
18 .
19 * Redistributions of source code must retain the above copyright notice, this
20 list of conditions and the following disclaimer.
21 .
22 * Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
25 .
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
30 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
32 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
33 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
34 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-sean--pager-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/sean-/pager/tags .*/v?(\d\S*)\.tar\.gz