chiark / gitweb /
Debian build: Better installation of the examples
[wiringPi.git] / debian / control
1 Source: wiringpi
2 Section: electronics
3 Priority: optional
4 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
5 Standards-Version: 3.8.0
6 Homepage: http://wiringpi.com/
7 Build-Depends: debhelper (>= 8)
8
9 Package: wiringpi
10 Architecture: all
11 Depends: libwiringpi2, wiringpi-tools
12 Description: gpio support for Raspberry Pi
13  The wiringPi gpio utility and libraries, for GPIO access on a
14  Raspberry Pi from the command line and from C programs.
15  .
16  This metapackage is provided to make it convenient to install
17  the full suite, and also for compatibility.
18
19 Package: libwiringpi2
20 Section: libs
21 Architecture: armhf
22 Depends: ${shlibs:Depends}, ${misc:Depends}
23 Description: GPIO librariees for Raspberry Pi (runtime).
24  Runtime for the popular wiringPi library.
25
26 Package: wiringpi-tools
27 Architecture: armhf
28 Depends: ${shlibs:Depends}, ${misc:Depends}
29 Description: gpio utility for Raspberry Pi
30  The wiringPi gpio command line utility, for GPIO access on a
31  Raspberry Pi from the command line.
32
33 Package: libwiringpi-dev
34 Architecture: armhf
35 Depends: libwiringpi2 (= ${binary:Version}), libc6-dev, ${misc:Depends}
36 Suggests: wiringpi
37 Description: GPIO development library for Raspberry Pi
38  Development libraries to allow GPIO access on a Raspberry Pi from C
39  and C++ programs.