aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6b7775e271c47ad20c09ec963dd95950cb436c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: libphidget21
Priority: optional
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, libusb-1.0-0-dev, default-jdk
Standards-Version: 3.9.3
Section: libs
Homepage: http://www.phidgets.com

Package: libphidget21-0
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Phidgets runtime library
 Runtime library for the libphidgets API.
 .
 Phidgets are a set of "plug and play" building blocks for low cost USB 
 sensing and control from your PC. All the USB complexity is taken care 
 of by the robust libphidget API.

Package: libphidget21-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: libphidget21-0 (= ${binary:Version}), libusb-dev, ${misc:Depends}
Description: Phidgets development files
 This package contains Development libraries and header files for the 
 libphidget API.
 .
 Phidgets are a set of "plug and play" building blocks for low cost USB
 sensing and control from your PC. All the USB complexity is taken care 
 of by the robust libphidget API.

Package: libphidget21-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: libphidget21-0 (= ${binary:Version}), ${misc:Depends}
Description: Phidgets debug symbols
 This package contains debugging symbols for the libphidget API.
 .
 Phidgets are a set of "plug and play" building blocks for low cost USB
 sensing and control from your PC. All the USB complexity is taken care
 of by the robust libphidget API.

Package: libphidget21-java
Section: java
Architecture: all
Depends: libphidget21-dev, ${misc:Depends}
Description: Phidgets Java library
 This package contains java bindings for the libphidget API.
 .
 Phidgets are a set of "plug and play" building blocks for low cost USB
 sensing and control from your PC. All the USB complexity is taken care
 of by the robust libphidget API.