diff options
author | Simon McVittie <smcv@debian.org> | 2013-10-10 11:47:14 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-10-10 11:47:14 +0100 |
commit | be3301dc1e48439e4ace63a12315c1801202d20e (patch) | |
tree | e4a1d9fb12c5207382d5cf1ce2436a8e7ff2eae9 /debian | |
parent | 3e61dab4f74d7de9e65a9a263b9849bc77a35ab2 (diff) | |
download | dbus-be3301dc1e48439e4ace63a12315c1801202d20e.tar.gz |
Run `update-rc.d dbus defaults` instead of deprecated `update-rc.d dbus start ...` (Closes: #725923)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 73dda1f0..ec93526e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dbus (1.6.16-2) UNRELEASED; urgency=low + + * Run `update-rc.d dbus defaults` instead of deprecated + `update-rc.d dbus start ...` (Closes: #725923) + + -- Simon McVittie <smcv@debian.org> Thu, 10 Oct 2013 11:46:26 +0100 + dbus (1.6.16-1) unstable; urgency=low * New upstream stable release 1.6.16 diff --git a/debian/rules b/debian/rules index c52777fa..db6bccb3 100755 --- a/debian/rules +++ b/debian/rules @@ -145,7 +145,7 @@ override_dh_install: install -m 644 -D debian/dbus-Xsession debian/dbus-x11/etc/X11/Xsession.d/75dbus_dbus-launch override_dh_installinit: - dh_installinit -pdbus -r -- start 12 2 3 4 5 . + dh_installinit -pdbus -r # we don't want docs for the debug symbols, just symlink to the library docs override_dh_installdocs: |