File: control

package info (click to toggle)
libtest-redisserver-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 188 kB
  • sloc: perl: 181; sh: 4; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,195 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
30
31
32
Source: libtest-redisserver-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-buildinfo,
               libmodule-build-tiny-perl,
               libmouse-perl <!nocheck>,
               libredis-perl <!nocheck>,
               libtest-tcp-perl <!nocheck>,
               perl,
               redis-server <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-redisserver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-redisserver-perl.git
Homepage: https://github.com/typester/Test-RedisServer
Rules-Requires-Root: no

Package: libtest-redisserver-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmouse-perl,
         libredis-perl
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.