debian/changelog | 6 ++++-- debian/xserver-xorg.postinst.in | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-)
New commits: commit 67cd1d896d8da4378f788ec33eb1ade8d042f861 Author: Julien Cristau <jcris...@debian.org> Date: Mon Apr 20 17:00:07 2009 +0200 changelog tweak diff --git a/debian/changelog b/debian/changelog index ac4c4b8..21862a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,5 @@ xorg (1:7.4+2) UNRELEASED; urgency=low - * Slovak debconf translation updated (closes: #523448). - [ David Nusinow ] * Don't discuss removal of xserver-xorg in its description. It remains tied to -core at this point. (closes: #523630). @@ -18,6 +16,7 @@ xorg (1:7.4+2) UNRELEASED; urgency=low [ Debconf translations ] * Bengali added + * Slovak updated (closes: #523448). -- David Nusinow <dnusi...@debian.org> Sat, 18 Apr 2009 17:14:13 -0400 commit 8aeda36ef4df942306831a0372e080be840d91c8 Author: Julien Cristau <jcris...@debian.org> Date: Mon Apr 20 16:59:21 2009 +0200 Restart hal from xserver-xorg.postinst. hal's trigger gets run too early, when console-setup is not yet configured, so it doesn't pick up the keymap correctly. diff --git a/debian/changelog b/debian/changelog index 9cbe2ce..ac4c4b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ xorg (1:7.4+2) UNRELEASED; urgency=low * Update the NEWS entry for xserver-xorg 1:7.4+1 to include a warning about keycode changes breaking Xmodmaps (closes: #523562). Thanks, Manoj Srivastava! + * Restart hal from xserver-xorg.postinst. hal's trigger gets run too early, + when console-setup is not yet configured, so it doesn't pick up the keymap + correctly. [ Debconf translations ] * Bengali added diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in index 7f75de2..37c2c5f 100644 --- a/debian/xserver-xorg.postinst.in +++ b/debian/xserver-xorg.postinst.in @@ -479,6 +479,9 @@ case "$1" in if dpkg --compare-versions "$2" lt-nl "1:7.3+13"; then update-rc.d xserver-xorg remove || true fi + if dpkg --compare-versions "$2" lt "1:7.4"; then + invoke-rc.d hal restart + fi ;; esac -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org