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

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



 debian/changelog                              |    7 +++----
 debian/patches/0005-fix-horiz-scrolling.patch |   23 -----------------------
 debian/patches/series                         |    1 -
 3 files changed, 3 insertions(+), 28 deletions(-)

New commits:
commit c6dd56b8c8d807a160ac45157e624113b2ec9598
Author: Timo Aaltonen <Timo Aaltonen tjaalton@cc.hut.fi>
Date:   Wed Aug 1 12:11:15 2012 +0300

    typo fix

diff --git a/debian/changelog b/debian/changelog
index 3e7a20e..8c2ead6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ xserver-xorg-input-evdev (1:2.7.0-2) UNRELEASED; urgency=low
   [ Maarten Lankhorst ]
   * Bump build-dep to xorg 2:1.12.99.901
   * Remove upstreamed 0001-configure.ac-Fix-udev-libudev-dependency.patch
-  * Add upstream bugfixe from ubuntu:
+  * Add upstream bugfix from ubuntu:
     - 0006-axis-label-overrun.patch
   * Upstream tree includes bugfix commit 99340147 from master, which will show on the
     diff.gz.

commit d9ce605c8e388147765917d2dd9c725ba65f4fae
Author: Timo Aaltonen <Timo Aaltonen tjaalton@cc.hut.fi>
Date:   Wed Aug 1 11:48:48 2012 +0300

    drop patch 0005, and clarify the changelog

diff --git a/debian/changelog b/debian/changelog
index 25056d3..3e7a20e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,10 @@ xserver-xorg-input-evdev (1:2.7.0-2) UNRELEASED; urgency=low
   [ Maarten Lankhorst ]
   * Bump build-dep to xorg 2:1.12.99.901
   * Remove upstreamed 0001-configure.ac-Fix-udev-libudev-dependency.patch
-  * Add upstream bugfixes from ubuntu:
-    - 0005-fix-horiz-scrolling.patch
+  * Add upstream bugfixe from ubuntu:
     - 0006-axis-label-overrun.patch
-  * I messed up the tree, manually unapply debian/patches/0005* if you
-    build directly from git, this will be fixed by a new point release
+  * Upstream tree includes bugfix commit 99340147 from master, which will show on the
+    diff.gz.
   * Add -dbg package for symbols
 
  -- Maarten Lankhorst <maarten.lankhorst@canonical.com>  Mon, 16 Jul 2012 13:24:29 +0200
diff --git a/debian/patches/0005-fix-horiz-scrolling.patch b/debian/patches/0005-fix-horiz-scrolling.patch
deleted file mode 100644
index 144e1da..0000000
--- a/debian/patches/0005-fix-horiz-scrolling.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Peter Hutterer <peter.hutterer@who-t.net>
-Subject: [PATCH evdev] Fix inverted horizontal scroll (#46205)
-
-REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL.
-
-X.Org Bug 46205 <http://bugs.freedesktop.org/show_bug.cgi?id=46205>
-
-Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
-
-diff --git a/src/evdev.c b/src/evdev.c
-index d540b87..8cf630c 100644
---- a/src/evdev.c
-+++ b/src/evdev.c
-@@ -1600,7 +1600,7 @@ EvdevAddRelValuatorClass(DeviceIntPtr device)
-         else if (axis == REL_DIAL)
-             SetScrollValuator(device, axnum, SCROLL_TYPE_VERTICAL, -1.0, SCROLL_FLAG_NONE);
-         else if (axis == REL_HWHEEL)
--            SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, -1.0, SCROLL_FLAG_NONE);
-+            SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, SCROLL_FLAG_NONE);
- #endif
-     }
- 
diff --git a/debian/patches/series b/debian/patches/series
index ab563b2..618ccee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0005-fix-horiz-scrolling.patch
 0006-axis-label-overrun.patch


Reply to: