summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-06-27 19:20:50 +0200
committerMichael Biebl <biebl@debian.org>2013-06-27 19:20:53 +0200
commite209ffe3346e05cc59f05d682392e48ba85e3809 (patch)
tree7f390d85e23c1c6d0f888facce4d763b8bb3306e /debian
parent8fe5760df98f5a1e9e203b3f9886fa6d82894db1 (diff)
downloadrsyslog-e209ffe3346e05cc59f05d682392e48ba85e3809.tar.gz
Bump Build-Depends on dh-systemd to (>= 1.4)
to ensure we have a recent enough version of init-system-helpers which properly deals with a missing state directory. (Closes: #714265)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0aa96d4..728fae8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+rsyslog (7.4.1-3) UNRELEASED; urgency=low
+
+ * Bump Build-Depends on dh-systemd to (>= 1.4) to ensure we have a recent
+ enough version of init-system-helpers which properly deals with a missing
+ state directory. (Closes: #714265)
+
+ -- Michael Biebl <biebl@debian.org> Thu, 27 Jun 2013 19:06:24 +0200
+
rsyslog (7.4.1-2) unstable; urgency=low
* Use dh-systemd to setup the systemd service properly.
diff --git a/debian/control b/debian/control
index f8e3720..ed5ba57 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 8),
dpkg-dev (>= 1.16.1),
dh-autoreconf,
- dh-systemd (>= 1.3),
+ dh-systemd (>= 1.4),
zlib1g-dev,
libmysqlclient-dev,
libpq-dev,