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

xserver-xorg-input-synaptics: Changes to 'ubuntu'



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

New commits:
commit 341f8ba26546b3db8cf2a761bba7632f9ae7bc80
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Thu Sep 29 22:17:12 2011 +0300

    releasing version 1.4.1-1ubuntu2

diff --git a/debian/changelog b/debian/changelog
index 03db908..90317cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-input-synaptics (1.4.1-1ubuntu2) UNRELEASED; urgency=low
+xserver-xorg-input-synaptics (1.4.1-1ubuntu2) oneiric; urgency=low
 
   * Really install the quirks files, and rename the udev rules file
     to emphasize that it's about quirks.
   * postinst: Bump the version check to run udevadm trigger on upgrade.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 29 Sep 2011 20:59:07 +0300
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 29 Sep 2011 22:16:55 +0300
 
 xserver-xorg-input-synaptics (1.4.1-1ubuntu1) oneiric; urgency=low
 

commit 4ab7f76be69e3ec23d4b9b9b138640bc5277463d
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Thu Sep 29 22:16:34 2011 +0300

    postinst: Bump the version check to run udevadm trigger on upgrade.

diff --git a/debian/changelog b/debian/changelog
index 520ec6f..03db908 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xserver-xorg-input-synaptics (1.4.1-1ubuntu2) UNRELEASED; urgency=low
 
   * Really install the quirks files, and rename the udev rules file
     to emphasize that it's about quirks.
+  * postinst: Bump the version check to run udevadm trigger on upgrade.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 29 Sep 2011 20:59:07 +0300
 
diff --git a/debian/xserver-xorg-input-synaptics.postinst.in b/debian/xserver-xorg-input-synaptics.postinst.in
index aea2faa..71effe6 100644
--- a/debian/xserver-xorg-input-synaptics.postinst.in
+++ b/debian/xserver-xorg-input-synaptics.postinst.in
@@ -9,7 +9,7 @@ THIS_SCRIPT=postinst
 
 case "$1" in
   configure)
-  if dpkg --compare-versions "$2" lt 1.2.0-4; then
+  if dpkg --compare-versions "$2" lt 1.4.1-1ubuntu2; then
     if [ `uname -s` = "Linux" ]; then
       udevadm trigger --subsystem-match=input --action=change
     fi


Reply to: