diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-10-21 20:48:44 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-10-21 20:48:44 +0200 |
| commit | dc408801f0ebb7122370a7ba45233e50bdba5f46 (patch) | |
| tree | 14b3966593adcf32171f67caed2c92f7cc3ad9de /debian/control | |
| parent | 67fbc257c0fd943d72a5bf1ba1e2766f4477019b (diff) | |
Package as xf86-input-multitouch
Refresh the debian packaging, changing name and version to match
current project.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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. | |
