Your message dated Sun, 06 Apr 2014 10:40:08 +0000
with message-id <[email protected]>
and subject line Bug#743750: fixed in redis 2:2.8.8-2
has caused the Debian Bug report #743750,
regarding redis-server: systemd support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
743750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743750
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redis-server
Version: 2:2.8.8-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: systemd-units
This patch adds systemd support to redis-server.
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.13-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages redis-server depends on:
ii adduser 3.113+nmu3
ii libc6 2.18-4
ii libjemalloc1 3.5.1-2
ii redis-tools 2:2.8.8-1
redis-server recommends no packages.
redis-server suggests no packages.
-- no debconf information
>From d8192989132fb5d6669338da4b338ac6f51d2ebb Mon Sep 17 00:00:00 2001
From: Wasif Malik <[email protected]>
Date: Fri, 4 Apr 2014 04:27:07 -0500
Subject: [PATCH 1/1] systemd support
---
debian/control | 2 +-
debian/redis-server.install | 1 +
debian/redis-server.service | 12 ++++++++++++
debian/rules | 2 +-
4 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 debian/redis-server.service
diff --git a/debian/control b/debian/control
index d632371..54ea848 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: redis
Section: database
Priority: optional
Maintainer: Chris Lamb <[email protected]>
-Build-Depends: debhelper (>= 7.0.50), libjemalloc-dev [linux-any]
+Build-Depends: debhelper (>= 7.0.50), libjemalloc-dev [linux-any], dh-systemd (>= 1.5)
Standards-Version: 3.9.5
Homepage: http://redis.io/
Vcs-Git: git://github.com/lamby/pkg-redis.git
diff --git a/debian/redis-server.install b/debian/redis-server.install
index f35f5b8..0c2c043 100644
--- a/debian/redis-server.install
+++ b/debian/redis-server.install
@@ -1,3 +1,4 @@
src/redis-server /usr/bin
debian/redis.conf /etc/redis
sentinel.conf /etc/redis
+debian/redis-server.service /lib/systemd/system
diff --git a/debian/redis-server.service b/debian/redis-server.service
new file mode 100644
index 0000000..56e7518
--- /dev/null
+++ b/debian/redis-server.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Advanced key-value store
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
+ExecStop=/usr/bin/redis-cli shutdown
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/rules b/debian/rules
index 2d91d6d..92ac399 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export FORCE_LIBC_MALLOC = yes
endif
%:
- dh $@
+ dh $@ --with systemd
override_dh_auto_test:
# Testsuite requires working TCP/IP and a non-interactive mode
--
1.9.1
--- End Message ---
--- Begin Message ---
Source: redis
Source-Version: 2:2.8.8-2
We believe that the bug you reported is fixed in the latest version of
redis, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Lamb <[email protected]> (supplier of updated redis package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 06 Apr 2014 11:24:36 +0100
Source: redis
Binary: redis-server redis-tools
Architecture: source i386
Version: 2:2.8.8-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb <[email protected]>
Changed-By: Chris Lamb <[email protected]>
Description:
redis-server - Persistent key-value database with network interface
redis-tools - Persistent key-value database with network interface (client)
Closes: 743750
Changes:
redis (2:2.8.8-2) unstable; urgency=low
.
* Add systemd support. Thanks to Wasif Malik <[email protected]>.
(Closes: #743750)
Checksums-Sha1:
44a2cde4bfea4c8f5308905bd0f3734024589435 1238 redis_2.8.8-2.dsc
89238e5f339525b87538f44806ad455f744f0eb6 22739 redis_2.8.8-2.debian.tar.gz
c1976005a2608561ce2d80e35bc267e903da00c2 277862 redis-server_2.8.8-2_i386.deb
e19f3cda638f5ac19ac0b5a310891414417c0b8a 73636 redis-tools_2.8.8-2_i386.deb
Checksums-Sha256:
77b78e974411b0552a22fc553bf63041cd70c54c2fc114854e4815fe235061d5 1238
redis_2.8.8-2.dsc
0296f13ea9ec038a8dc581cb4cb0305ca62250655596a78db974e8db94a0f1a8 22739
redis_2.8.8-2.debian.tar.gz
1d36154e34cd41d7163db787651a33c90b88e27003b9c01bcfec35022c057263 277862
redis-server_2.8.8-2_i386.deb
b39927ef40b6e6b826fb35ef4ca91b14b3fcafa84afa0daa911654f979c18678 73636
redis-tools_2.8.8-2_i386.deb
Files:
ec7cfd300cb27a2a744f663494c998af 1238 database optional redis_2.8.8-2.dsc
3df8b34b8b532221f9753d76efa298be 22739 database optional
redis_2.8.8-2.debian.tar.gz
d224f2b268f005d755a3dd2ef62982e7 277862 database optional
redis-server_2.8.8-2_i386.deb
a6a3751fe4e4c3597b7a6ebef59fecd2 73636 database optional
redis-tools_2.8.8-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAlNBK9UACgkQ5/8uW2NPmiAdJwCdEmLfVGddv+ESz4gdRUemxvf3
UgcAnAxHtBgAI+sgU+F4JdlxftrFjJRk
=xabU
-----END PGP SIGNATURE-----
--- End Message ---