~ubuntu-branches/ubuntu/precise/xserver-xorg-input-evdev/precise-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Chase Douglas
  • Date: 2010-08-20 16:47:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100820164709-nd4hnpqe1dmpwjei
Tags: 1:2.3.2-6ubuntu1
* Add gesture support
  - Add debian/patches/100-fix-touchup-problem-on-touchpads.patch and
    debian/patches/101-gestures.patch
  - debian/rules:
    - add configure option to enable utouch-grail support
* Replace xserver-xorg-input-gevdev as it was a temporary solution
* Depend on newer utouch-grail for udebs and ABI changes
* Build depend on latest xserver-xorg-dev for serverminver dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: xserver-xorg-input-evdev
2
2
Section: x11
3
3
Priority: optional
4
 
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 
4
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
5
6
Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org>
6
7
Build-Depends:
7
8
 debhelper (>= 5.0.0),
8
9
 pkg-config,
9
10
 quilt,
10
 
 xserver-xorg-dev (>= 2:1.7.6.901),
 
11
 xserver-xorg-dev (>= 2:1.8.99.905-1ubuntu3),
11
12
 x11proto-core-dev,
12
13
 x11proto-randr-dev,
13
14
 x11proto-input-dev,
16
17
 dpkg-dev (>= 1.14.17),
17
18
 automake,
18
19
 libtool,
19
 
 xutils-dev (>= 1:7.5~1)
 
20
 xutils-dev (>= 1:7.5~1),
 
21
 libutouch-grail-dev (>= 1.0.10)
20
22
Standards-Version: 3.8.4
21
23
Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev
22
24
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git
24
26
Package: xserver-xorg-input-evdev
25
27
Architecture: any
26
28
Depends: ${shlibs:Depends}, ${misc:Depends}, ${xinpdriver:Depends},
 
29
 libutouch-grail1 (>= 1.0.10)
27
30
Provides: ${xinpdriver:Provides}
28
 
Replaces: xserver-xorg (<< 6.8.2-35)
 
31
Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-input-gevdev
 
32
Conflicts: xserver-xorg-input-gevdev
29
33
Description: X.Org X server -- evdev input driver
30
34
 This package provides the driver for input devices using evdev, the Linux
31
35
 kernel's event delivery mechanism.  This driver allows for multiple keyboards