File: control.in

package info (click to toggle)
libtest-redisserver-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 164 kB
  • ctags: 17
  • sloc: perl: 171; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 842 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
Source: libtest-redisserver-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-redisserver-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-redisserver-perl.git
Homepage: https://github.com/typester/Test-RedisServer

Package: libtest-redisserver-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests}
Description: redis-server runner for tests
 Test::RedisServer automatically sets up a Redis instance, and destroys
 it when the perl script exits.
 .
 Redis is a key-value database in a similar vein to memcache but the
 dataset is non-volatile.