diff options
author | Michael Biebl <biebl@debian.org> | 2013-06-26 21:00:34 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-06-26 21:13:27 +0200 |
commit | 8d984c2d63a196e9f836fd2f619c2a59298d1241 (patch) | |
tree | 974b151918a83cce6171fe932b2ede41748b3169 /debian/control | |
parent | 822c2927e2dc714b48e9092ada1b89889f33fd74 (diff) | |
download | rsyslog-8d984c2d63a196e9f836fd2f619c2a59298d1241.tar.gz |
Use dh-systemd for proper systemd support
Instead of shipping the symlinks from "systemctl enable rsyslog.service"
in the package we rely on dh-systemd to setup the service properly.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b4bfe1d..f8e3720 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1), dh-autoreconf, + dh-systemd (>= 1.3), zlib1g-dev, libmysqlclient-dev, libpq-dev, |