debian/changelog                            |    1 +
 debian/control                              |    1 -
 debian/xserver-xorg-input-evdev.postinst.in |   21 ---------------------
 3 files changed, 1 insertion(+), 22 deletions(-)

New commits:
commit cd5f45bca92f0ebf7611996857ecf78c8de82cde
Author: Timo Aaltonen <tjaal...@cc.hut.fi>
Date:   Tue Mar 30 17:42:14 2010 +0300

    Drop the postinst, and don't depend on udev.

diff --git a/debian/changelog b/debian/changelog
index 9e5a411..30c4e85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xserver-xorg-input-evdev (1:2.3.2-5) UNRELEASED; urgency=low
 
   * Install 05-evdev.conf in /usr/lib/X11/xorg.conf.d.
   * Remove 65-xorg-evdev.rules, obsoleted by the above.
+  * Drop the postinst, and don't depend on udev.
 
  -- Timo Aaltonen <tjaal...@ubuntu.com>  Sun, 21 Mar 2010 20:51:38 +0200
 
diff --git a/debian/control b/debian/control
index 3953e61..bee2453 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,6 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.g
 Package: xserver-xorg-input-evdev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends},
- udev [linux-any],
 Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- evdev input driver
diff --git a/debian/xserver-xorg-input-evdev.postinst.in 
b/debian/xserver-xorg-input-evdev.postinst.in
deleted file mode 100644
index 014c92b..0000000
--- a/debian/xserver-xorg-input-evdev.postinst.in
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -e
-
-THIS_PACKAGE=xserver-xorg-input-evdev
-THIS_SCRIPT=postinst
-
-#INCLUDE_SHELL_LIB#
-
-case "$1" in
-  configure)
-  if dpkg --compare-versions "$2" lt 1:2.3.2-3; then
-    udevadm trigger --subsystem-match=input --action=change
-  fi
-esac
-
-#DEBHELPER#
-
-exit 0
-
-# vim:set ai et sw=2 ts=2 tw=80:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nwce3-0005v4...@alioth.debian.org

Reply via email to