~oif-packaging/evemu/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Stephen M. Webb
  • Date: 2012-03-14 20:12:25 UTC
  • Revision ID: stephen.webb@canonical.com-20120314201225-k4uaddcl2ec7dm7h
updated to debhelper compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
Build-Depends: asciidoc,
6
 
               automake,
7
 
               debhelper (>= 8),
 
6
               debhelper (>= 9),
8
7
               dh-autoreconf,
9
8
               libmtdev-dev (>= 1.0.9),
10
 
               libtool,
11
9
               pkg-config,
12
10
               python,
13
11
               xmlto
17
15
 
18
16
Package: libutouch-evemu1
19
17
Architecture: any
20
 
Depends: ${misc:Depends}, ${shlibs:Depends}
 
18
Multi-Arch: same
 
19
Pre-Depends: ${misc:Pre-Depends}
 
20
Depends: ${misc:Depends},
 
21
         ${shlibs:Depends}
21
22
Description: KernelInput Event Device Emulation Library
22
23
 The evemu library and tools are used to describe devices, record data,
23
24
 create emulation devices and replay data from kernel evdev (input event)
29
30
Package: python-utouch-evemu
30
31
Section: python
31
32
Architecture: any
32
 
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 
33
Pre-Depends: ${misc:Pre-Depends}
 
34
Depends: ${misc:Depends},
 
35
         ${python:Depends},
 
36
         ${shlibs:Depends}
33
37
Description: Kernel Input Event Device Emulation Library (Python bindings)
34
38
 The evemu library and tools are used to describe devices, record data,
35
39
 create emulation devices and replay data from kernel evdev (input event)
40
44
Package: libutouch-evemu-dev
41
45
Section: libdevel
42
46
Architecture: any
43
 
Depends: libutouch-evemu1 (= ${binary:Version}), ${misc:Depends}
 
47
Pre-Depends: ${misc:Pre-Depends}
 
48
Depends: libutouch-evemu1 (= ${binary:Version}),
 
49
         ${misc:Depends}
44
50
Description: Kernel Device Emulation Library - development files
45
51
 The evemu library and tools are used to describe devices, record data,
46
52
 create emulation devices and replay data from kernel evdev (input event)
51
57
Package: utouch-evemu-tools
52
58
Section: libdevel
53
59
Architecture: any
 
60
Pre-Depends: ${misc:Pre-Depends}
54
61
Depends: libutouch-evemu1 (= ${binary:Version}),
55
62
         ${misc:Depends},
56
63
         ${shlibs:Depends}
60
67
 devices.
61
68
 .
62
69
 This package provides some test tools for the evemu library.
63