Codebase list golang-github-zenazn-goji / 5c2af50
initial debian packaging Alexandre Viau 6 years ago
8 changed file(s) with 74 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-zenazn-goji (1.0+git20170812.c05078c-1) unstable; urgency=medium
1
2 * Initial release (Closes: #885247)
3
4 -- Alexandre Viau <aviau@debian.org> Mon, 25 Dec 2017 22:24:18 -0500
0 Source: golang-github-zenazn-goji
1 Section: devel
2 Priority: optional
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Alexandre Viau <aviau@debian.org>
5 Build-Depends: debhelper (>= 10),
6 dh-golang,
7 golang-github-goji-param-dev,
8 golang-any
9 Standards-Version: 4.1.1
10 Homepage: https://github.com/zenazn/goji
11 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-zenazn-goji.git
12 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-zenazn-goji.git
13 XS-Go-Import-Path: github.com/zenazn/goji
14 Testsuite: autopkgtest-pkg-go
15
16 Package: golang-github-zenazn-goji-dev
17 Architecture: all
18 Depends: ${shlibs:Depends},
19 golang-github-goji-param-dev,
20 ${misc:Depends}
21 Description: minimalistic web framework for Golang
22 Goji is a minimalistic web framework that values composability and
23 simplicity.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: goji
2 Source: https://github.com/zenazn/goji
3 Files-Excluded: vendor Godeps/_workspace
4
5 Files: *
6 Copyright: 2014-2016 Carl Jackson <carl@avtok.com>
7 License: Expat
8
9 Files: debian/*
10 Copyright: 2017 Alexandre Viau <aviau@debian.org>
11 License: Expat
12 Comment: Debian packaging is licensed under the same terms as upstream
13
14 License: Expat
15 Permission is hereby granted, free of charge, to any person obtaining a copy of
16 this software and associated documentation files (the "Software"), to deal in
17 the Software without restriction, including without limitation the rights to
18 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
19 the Software, and to permit persons to whom the Software is furnished to do so,
20 subject to the following conditions:
21 .
22 The above copyright notice and this permission notice shall be included in all
23 copies or substantial portions of the Software.
24 .
25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
27 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
28 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
29 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 export DH_GOLANG_EXCLUDES := example
3
4 %:
5 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)
0 version=3
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-zenazn-goji-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/zenazn/goji/tags .*/v?(\d\S*)\.tar\.gz