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

Bug#632419: [PATCH xserver-xorg-input-evdev] Suggest inputattach for serial mouse support



Encouraged-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
Jul 07, 2011 at 07:44:44PM +0200, Julien Cristau wrote:
> On Thu, Jul  7, 2011 at 12:38:16 -0500, Jonathan Nieder wrote:

>> Perhaps xserver-xorg-input-evdev should have "Suggests: inputattach".
[...]
> Sounds like a good idea.

And here's a simple patch for that.

 debian/changelog |    2 ++
 debian/control   |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 249ca77e..2328de65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xserver-xorg-input-evdev (1:2.6.0-3) UNRELEASED; urgency=low
 
   * Remove obsolete .manpages.
+  * Suggest inputattach, since it can make serial-attached input devices
+    (e.g., serial mice) available through evdev.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Tue, 15 Mar 2011 13:43:58 +0200
 
diff --git a/debian/control b/debian/control
index f45858ab..967a6aaa 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,8 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  ${xinpdriver:Depends},
+Suggests:
+ inputattach
 Provides:
  ${xinpdriver:Provides}
 Description: X.Org X server -- evdev input driver
-- 
1.7.6




Reply to: