diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/debian/control b/debian/control index c74798c..0deffc6 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -1,14 +1,17 @@ | |||
| 1 | Source: multitouch | 1 | Source: xf86-input-multitouch |
| 2 | Section: misc | 2 | Section: misc |
| 3 | Priority: optional | 3 | Priority: optional |
| 4 | Maintainer: Henrik Rydberg <rydberg@euromail.se> | 4 | Maintainer: Henrik Rydberg <rydberg@euromail.se> |
| 5 | Build-Depends: debhelper (>= 5) | 5 | Build-Depends: |
| 6 | debhelper (>= 5), | ||
| 7 | xserver-xorg-dev (>= 2:1.7.6.901), | ||
| 8 | libmtdev-dev (>= 1.0.10) | ||
| 6 | Standards-Version: 3.7.2 | 9 | Standards-Version: 3.7.2 |
| 7 | Homepage: http://web.comhem.se/rydberg/Bits/ | 10 | Homepage: http://bitmath.org/code/multitouch/ |
| 8 | 11 | ||
| 9 | Package: multitouch | 12 | Package: xf86-input-multitouch |
| 10 | Architecture: any | 13 | Architecture: any |
| 11 | Depends: bash (>> 1.99) | 14 | Depends: ${shlibs:Depends}, ${misc:Depends}, libmtdev1 (>= 1.0) |
| 12 | Description: Multitouch X input driver | 15 | Description: Multitouch X input driver |
| 13 | This package is a multitouch Xorg input driver. | 16 | This X input driver provides gestures support for multitouch touchpads, |
| 14 | 17 | in particular those with integrated button. | |
