diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/dbus.install | 5 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c9816d87..0a310f13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dbus (1.4.0-2) UNRELEASED; urgency=low + + * Install systemd unit files. + + -- Michael Biebl <biebl@debian.org> Tue, 16 Nov 2010 21:43:25 +0100 + dbus (1.4.0-1) experimental; urgency=low * New upstream release. diff --git a/debian/dbus.install b/debian/dbus.install index cbed4849..6c027798 100644 --- a/debian/dbus.install +++ b/debian/dbus.install @@ -12,3 +12,8 @@ debian/tmp/usr/share/dbus-1/system-services debian/tmp/usr/share/man/man1/dbus-send.1 debian/tmp/usr/share/man/man1/dbus-uuidgen.1 debian/tmp/usr/share/man/man1/dbus-monitor.1 +debian/tmp/lib/systemd/system/dbus.service +debian/tmp/lib/systemd/system/dbus.socket +debian/tmp/lib/systemd/system/dbus.target.wants/dbus.socket +debian/tmp/lib/systemd/system/multi-user.target.wants/dbus.service +debian/tmp/lib/systemd/system/sockets.target.wants/dbus.socket diff --git a/debian/rules b/debian/rules index f7a2d8f7..7164c8ad 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-xml-docs \ --enable-doxygen-docs \ --disable-libaudit \ - --without-systemdsystemunitdir + --with-systemdsystemunitdir=/lib/systemd/system DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . |