summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d3b8715..e24e9e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dbus (1.7.6-3) UNRELEASED; urgency=low
+dbus (1.7.8-1) experimental; urgency=low
[ Laurent Bigonville ]
* debian/rules: Re-add udeb_configure_flags that were lost during merge
@@ -8,6 +8,8 @@ dbus (1.7.6-3) UNRELEASED; urgency=low
* Standards-Version: 3.9.5 (no changes needed)
* Enable libaudit support so messages that violate SELinux policy go to the
audit log (Closes: #727771)
+ * New upstream release
+ - add new dependency on libsystemd-journal-dev for linux-any
-- Simon McVittie <smcv@debian.org> Tue, 29 Oct 2013 13:07:02 +0000
diff --git a/debian/control b/debian/control
index 38ca5f53..4ec087dc 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Uploaders: Sjoerd Simons <sjoerd@debian.org>,
# libaudit-dev
# libcap-ng-dev
# libsystemd-daemon-dev (circular dependency)
+# libsystemd-journal-dev (circular dependency)
# libsystemd-login-dev (circular dependency)
# The following packages can be omitted for bootstrapping, but provide extra
# debugging support in /usr/lib/*/dbus-1.0/debug-build:
@@ -36,6 +37,7 @@ Build-Depends: automake (>= 1:1.10),
libglib2.0-dev,
libselinux1-dev [linux-any],
libsystemd-daemon-dev (>= 32) [linux-any],
+ libsystemd-journal-dev (>= 32) [linux-any],
libsystemd-login-dev (>= 32) [linux-any],
libx11-dev,
python (>= 2.6),