diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2275c6ac..fe0b622f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ dbus (1.2.24-1) UNRELEASED; urgency=low * debian/dbus.init - Update LSB header: Remove runlevel 1 from Default-Stop and let killprocs do the job for us. + * debian/rules + - Update DEB_DH_INSTALLINIT_ARGS accordingly. * debian/dbus.postinst - Remove old stop symlinks from runlevel 1 on upgrades. diff --git a/debian/rules b/debian/rules index 21db8806..af2b6bea 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-doxygen-docs \ --disable-libaudit -DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . stop 88 1 . +DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . binary-post-install/dbus-x11:: mkdir -p debian/dbus-x11/etc/X11/Xsession.d |