File: control

package info (click to toggle)
golang-github-stvp-tempredis 0.0~git20181119.b82af84-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 84 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gomodule-redigo-dev,
               redis-server
Standards-Version: 4.6.0
Rules-Requires-Root: no
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.