chiark / gitweb /
Debian build: Install `gpio' setuid root, and world-executable.
[wiringPi.git] / debian / control
index 1d6d228ee68fe416d3d7d6c0d6299fe389b3659d..4f511114062c516919b4c53ed9037b1a285c19ec 100644 (file)
@@ -6,6 +6,16 @@ Standards-Version: 3.8.0
 Homepage: http://wiringpi.com/
 Build-Depends: debhelper (>= 8)
 
+Package: wiringpi
+Architecture: all
+Depends: libwiringpi2, wiringpi-tools
+Description: gpio support for Raspberry Pi
+ The wiringPi gpio utility and libraries, for GPIO access on a
+ Raspberry Pi from the command line and from C programs.
+ .
+ This metapackage is provided to make it convenient to install
+ the full suite, and also for compatibility.
+
 Package: libwiringpi2
 Section: libs
 Architecture: armhf
@@ -13,7 +23,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: GPIO librariees for Raspberry Pi (runtime).
  Runtime for the popular wiringPi library.
 
-Package: wiringpi
+Package: wiringpi-tools
 Architecture: armhf
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: gpio utility for Raspberry Pi