Codebase list golang-github-knqyf263-go-deb-version / 5a18154
Add debian diretory Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Nobuhiro Iwamatsu 6 years ago
8 changed file(s) with 73 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-knqyf263-go-deb-version (0.0~git20170509.9865fe1-1) unstable; urgency=medium
1
2 * Initial release (Closes: #884146)
3
4 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 24 Nov 2017 00:55:26 +0900
0 Source: golang-github-knqyf263-go-deb-version
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
5 Build-Depends: debhelper (>= 9),
6 dh-golang,
7 golang-any
8 Standards-Version: 4.1.1
9 Homepage: https://github.com/knqyf263/go-deb-version
10 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-knqyf263-go-deb-version.git
11 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-knqyf263-go-deb-version.git
12 XS-Go-Import-Path: github.com/knqyf263/go-deb-version
13 Testsuite: autopkgtest-pkg-go
14
15 Package: golang-github-knqyf263-go-deb-version-dev
16 Architecture: all
17 Depends: ${shlibs:Depends},
18 ${misc:Depends}
19 Description: golang library for parsing deb package versions
20 go-deb-version is a golang library for parsing and comparing versions.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: go-deb-version
2 Source: https://github.com/knqyf263/go-deb-version
3
4 Files: *
5 Copyright: 2017 Teppei Fukuda
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2017 Nobuhiro Iwamatsu <iwamatsu@debian.org>
10 License: Expat
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: Expat
14 MIT License
15 .
16 Copyright (c) 2017 Teppei Fukuda
17 .
18 Permission is hereby granted, free of charge, to any person obtaining a copy
19 of this software and associated documentation files (the "Software"), to deal
20 in the Software without restriction, including without limitation the rights
21 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22 copies of the Software, and to permit persons to whom the Software is
23 furnished to do so, subject to the following conditions:
24 .
25 The above copyright notice and this permission notice shall be included in all
26 copies or substantial portions of the Software.
27 .
28 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 SOFTWARE
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=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-knqyf263-go-deb-version-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/knqyf263/go-deb-version/tags .*/v?(\d\S*)\.tar\.gz