From 0336e3b7a97fe9ab118065eff0b25fad507a9a50 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:40:54 +0200 Subject: Adding debian version 5:7.2.4-1. Signed-off-by: Daniel Baumann --- debian/control | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..96b612a --- /dev/null +++ b/debian/control @@ -0,0 +1,84 @@ +Source: redis +Section: database +Priority: optional +Maintainer: Chris Lamb +Build-Depends: + debhelper-compat (= 13), + libhiredis-dev, + libjemalloc-dev [linux-any], + liblua5.1-dev, + liblzf-dev, + libssl-dev, + libsystemd-dev, + lua-bitop-dev, + lua-cjson-dev, + openssl , + pkg-config, + procps , + tcl , + tcl-tls , +Standards-Version: 4.6.2 +Homepage: https://redis.io/ +Vcs-Git: https://salsa.debian.org/lamby/pkg-redis.git -b debian/experimental +Vcs-Browser: https://salsa.debian.org/lamby/pkg-redis +Rules-Requires-Root: no + +Package: redis +Architecture: all +Depends: + redis-server (<< ${binary:Version}.1~), + redis-server (>= ${binary:Version}), + ${misc:Depends}, +Description: Persistent key-value database with network interface (metapackage) + Redis is a key-value database in a similar vein to memcache but the dataset + is non-volatile. Redis additionally provides native support for atomically + manipulating and querying data structures such as lists and sets. + . + The dataset is stored entirely in memory and periodically flushed to disk. + . + This package depends on the redis-server package. + +Package: redis-sentinel +Architecture: any +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + redis-tools (= ${binary:Version}), + sysvinit-utils, + ${misc:Depends}, +Description: Persistent key-value database with network interface (monitoring) + Redis is a key-value database in a similar vein to memcache but the dataset + is non-volatile. Redis additionally provides native support for atomically + manipulating and querying data structures such as lists and sets. + . + This package contains the Redis Sentinel monitoring software. + +Package: redis-server +Architecture: any +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + redis-tools (= ${binary:Version}), + sysvinit-utils, + ${misc:Depends}, +Description: Persistent key-value database with network interface + Redis is a key-value database in a similar vein to memcache but the dataset + is non-volatile. Redis additionally provides native support for atomically + manipulating and querying data structures such as lists and sets. + . + The dataset is stored entirely in memory and periodically flushed to disk. + +Package: redis-tools +Architecture: any +Depends: + adduser, + ${misc:Depends}, + ${shlibs:Depends}, +Suggests: + ruby-redis, +Description: Persistent key-value database with network interface (client) + Redis is a key-value database in a similar vein to memcache but the dataset + is non-volatile. Redis additionally provides native support for atomically + manipulating and querying data structures such as lists and sets. + . + This package contains the command line client and other tools. -- cgit v1.2.3