chiark / gitweb /
Debian build: ./newVersion updates debian/changelog too.
[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 Replaces: wiringpi
24 Description: GPIO librariees for Raspberry Pi (runtime).
25  Runtime for the popular wiringPi library.
26
27 Package: wiringpi-tools
28 Architecture: armhf
29 Depends: ${shlibs:Depends}, ${misc:Depends}
30 Replaces: wiringpi
31 Description: gpio utility for Raspberry Pi
32  The wiringPi gpio command line utility, for GPIO access on a
33  Raspberry Pi from the command line.
34
35 Package: libwiringpi-dev
36 Architecture: armhf
37 Depends: libwiringpi2 (= ${binary:Version}), libc6-dev, ${misc:Depends}
38 Suggests: wiringpi
39 Replaces: wiringpi
40 Description: GPIO development library for Raspberry Pi
41  Development libraries to allow GPIO access on a Raspberry Pi from C
42  and C++ programs.