diff options
author | Michael Biebl <biebl@debian.org> | 2010-03-24 00:43:06 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-03-24 00:43:06 +0000 |
commit | 0df9f69f42d2c28eafb27f0aaa314b46fc9adde4 (patch) | |
tree | 6da73ffaa68011b1964b5410925e3939c18d2844 | |
parent | b10bf38781489771124d34584689ed3d908c2b51 (diff) | |
download | dbus-0df9f69f42d2c28eafb27f0aaa314b46fc9adde4.tar.gz |
* debian/rules
- Update DEB_DH_INSTALLINIT_ARGS accordingly.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@3571 ceb527fc-18e6-0310-9fe2-813c157c29e7
-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 |