Codebase list golang-github-stvp-tempredis / c5b1372 debian / control
c5b1372

Tree @c5b1372 (Download .tar.gz)

control @c5b1372

0a9d356
 
c5b1372
0a9d356
 
9a44130
0a9d356
 
 
 
60140c9
0a9d356
6569654
 
0a9d356
 
 
 
 
 
 
 
 
 
 
 
 
 
Source: golang-github-stvp-tempredis
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-garyburd-redigo-dev,
               redis-server
Standards-Version: 4.1.1
Homepage: https://github.com/stvp/tempredis
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-stvp-tempredis
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-stvp-tempredis.git
XS-Go-Import-Path: github.com/stvp/tempredis
Testsuite: autopkgtest-pkg-go

Package: golang-github-stvp-tempredis-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-garyburd-redigo-dev,
         redis-server
Description: Go package to start and stop temporary redis-server processes
 Tempredis (Temporary redis-server processes for golang testing) provides a
 comvenient interface to start and stop new temporary Redis processes, e.g.
 for unit testing Redis-based tools on 'the real thing' instead of mocked
 Redis instances.