diff options
author | Michael Biebl <biebl@debian.org> | 2014-09-30 18:16:21 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2014-09-30 18:16:26 +0200 |
commit | 160efa75865c014abf27f4eee61cf74e8044029c (patch) | |
tree | 5a8108470750227597bdb7ac0947799d3392319b | |
parent | 80109385766a74ea6e1493e27bc4b50f2112f98b (diff) | |
download | dbus-160efa75865c014abf27f4eee61cf74e8044029c.tar.gz |
Build against libsystemd-dev
In systemd v209 the various libraries were merged into a single
libsystemd library.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index ea5b169a..e48a712b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ dbus (1.8.8-2) UNRELEASED; urgency=medium + [ Simon McVittie ] * debian/dbus.bug-control: when people report bugs against dbus, also report the status of systemd and systemd-sysv (because those alter how system service activation works), and dbus-x11 (because that's responsible for normal session bus setup) + [ Michael Biebl ] + * Build against libsystemd-dev. In systemd v209 the various libraries were + merged into a single libsystemd library. + -- Simon McVittie <smcv@debian.org> Mon, 22 Sep 2014 11:52:10 +0100 dbus (1.8.8-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index af525c09..aed5c3b3 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,7 @@ Uploaders: Sjoerd Simons <sjoerd@debian.org>, # features: # libaudit-dev # libcap-ng-dev -# libsystemd-daemon-dev (circular dependency) -# libsystemd-journal-dev (circular dependency) -# libsystemd-login-dev (circular dependency) +# libsystemd-dev (circular dependency) # The following packages can be omitted for bootstrapping, but provide extra # debugging support in /usr/lib/*/dbus-1.0/debug-build: # valgrind @@ -36,9 +34,7 @@ Build-Depends: automake (>= 1:1.10), libdbus-glib-1-dev, 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], + libsystemd-dev (>= 209) [linux-any], libx11-dev, python (>= 2.6), python-dbus, |