Codebase list golang-github-stvp-tempredis / 0a9d356
initial packaging Sascha Steinbiss 6 years ago
8 changed file(s) with 76 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-stvp-tempredis (0.0~git20160122.0.83f7aae-1) unstable; urgency=medium
1
2 * Initial release (Closes: TODO)
3
4 -- Sascha Steinbiss <satta@debian.org> Tue, 26 Sep 2017 14:58:16 +0200
0 Source: golang-github-stvp-tempredis
1 Section: devel
2 Priority: extra
3 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Sascha Steinbiss <satta@debian.org>
5 Build-Depends: debhelper (>= 10),
6 dh-golang,
7 golang-any,
8 golang-github-garyburd-redigo-dev,
9 redis-server
10 Standards-Version: 4.0.0
11 Homepage: https://github.com/stvp/tempredis
12 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-stvp-tempredis.git
13 Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-stvp-tempredis.git
14 XS-Go-Import-Path: github.com/stvp/tempredis
15 Testsuite: autopkgtest-pkg-go
16
17 Package: golang-github-stvp-tempredis-dev
18 Architecture: all
19 Depends: ${shlibs:Depends},
20 ${misc:Depends},
21 golang-github-garyburd-redigo-dev,
22 redis-server
23 Description: Go package to start and stop temporary redis-server processes
24 Tempredis (Temporary redis-server processes for golang testing) provides a
25 comvenient interface to start and stop new temporary Redis processes, e.g.
26 for unit testing Redis-based tools on 'the real thing' instead of mocked
27 Redis instances.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tempredis
2 Source: https://github.com/stvp/tempredis
3
4 Files: *
5 Copyright: 2015 Stovepipe Studios, Inc.
6 License: MIT
7
8 Files: debian/*
9 Copyright: 2017 Sascha Steinbiss <satta@debian.org>
10 License: MIT
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: MIT
14 Permission is hereby granted, free of charge, to any person obtaining a copy
15 of this software and associated documentation files (the "Software"), to deal
16 in the Software without restriction, including without limitation the rights
17 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 copies of the Software, and to permit persons to whom the Software is
19 furnished to do so, subject to the following conditions:
20 .
21 The above copyright notice and this permission notice shall be included in all
22 copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30 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-stvp-tempredis-\$1\.tar\.gz/,\
2 uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \
3 https://github.com/stvp/tempredis/tags .*/v?(\d\S*)\.tar\.gz