[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-evdev: Changes to 'debian-unstable'



 debian/changelog                            |    5 +++--
 debian/xserver-xorg-input-evdev.postinst.in |    6 ++----
 2 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 0d9675c50a127d4db06b87dd84307f32d7a719ef
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jan 12 10:40:25 2010 +0000

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 0620050..8902c90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xserver-xorg-input-evdev (1:2.3.2-3) UNRELEASED; urgency=low
+xserver-xorg-input-evdev (1:2.3.2-3) unstable; urgency=low
 
   * 65-xorg-evdev.rules: instead of blacklisting joysticks, explicitly
     whitelist keyboards, mice, touchscreens and touchpads (closes: #564219).
     We'll need a better solution, but this should do for now.
   * No need to test for linux in postinst, this package only exists on linux.
 
- -- Julien Cristau <jcristau@debian.org>  Tue, 12 Jan 2010 10:13:45 +0000
+ -- Julien Cristau <jcristau@debian.org>  Tue, 12 Jan 2010 10:36:54 +0000
 
 xserver-xorg-input-evdev (1:2.3.2-2) unstable; urgency=low
 

commit 714a2424d591fb7d7ef016ba89112502bb67584f
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jan 12 10:36:39 2010 +0000

    No need to test for linux in postinst, this package only exists on linux.

diff --git a/debian/changelog b/debian/changelog
index bf1faae..0620050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xserver-xorg-input-evdev (1:2.3.2-3) UNRELEASED; urgency=low
   * 65-xorg-evdev.rules: instead of blacklisting joysticks, explicitly
     whitelist keyboards, mice, touchscreens and touchpads (closes: #564219).
     We'll need a better solution, but this should do for now.
+  * No need to test for linux in postinst, this package only exists on linux.
 
  -- Julien Cristau <jcristau@debian.org>  Tue, 12 Jan 2010 10:13:45 +0000
 
diff --git a/debian/xserver-xorg-input-evdev.postinst.in b/debian/xserver-xorg-input-evdev.postinst.in
index 009f2c7..014c92b 100644
--- a/debian/xserver-xorg-input-evdev.postinst.in
+++ b/debian/xserver-xorg-input-evdev.postinst.in
@@ -10,9 +10,7 @@ THIS_SCRIPT=postinst
 case "$1" in
   configure)
   if dpkg --compare-versions "$2" lt 1:2.3.2-3; then
-    if [ `uname -s` = "Linux" ]; then
-      udevadm trigger --subsystem-match=input --action=change
-    fi
+    udevadm trigger --subsystem-match=input --action=change
   fi
 esac
 

commit 29fb39fe6898c221ed4870cfe59683ff44af8de5
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jan 12 10:35:14 2010 +0000

    Run udevadm trigger on upgrade to this version due to rules change

diff --git a/debian/xserver-xorg-input-evdev.postinst.in b/debian/xserver-xorg-input-evdev.postinst.in
index 2d7e9a6..009f2c7 100644
--- a/debian/xserver-xorg-input-evdev.postinst.in
+++ b/debian/xserver-xorg-input-evdev.postinst.in
@@ -9,7 +9,7 @@ THIS_SCRIPT=postinst
 
 case "$1" in
   configure)
-  if dpkg --compare-versions "$2" lt 1:2.3.1-2; then
+  if dpkg --compare-versions "$2" lt 1:2.3.2-3; then
     if [ `uname -s` = "Linux" ]; then
       udevadm trigger --subsystem-match=input --action=change
     fi


Reply to: