wiringPi: Prepare to distribute as debian package
Signed-off-by: Joshua Yang <joshua.yang@hardkernel.com>
This commit is contained in:
28
debian/control
vendored
28
debian/control
vendored
@@ -1,29 +1,29 @@
|
||||
Source: wiringpi
|
||||
Source: odroid-wiringpi
|
||||
Section: electronics
|
||||
Priority: optional
|
||||
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
|
||||
Maintainer: Joshua Yang <joshua.yang@hardkernel.com>
|
||||
Standards-Version: 3.8.0
|
||||
Homepage: http://wiringpi.com/
|
||||
Build-Depends: debhelper (>= 8)
|
||||
Homepage: https://wiki.odroid.com
|
||||
Build-Depends: debhelper (>= 10)
|
||||
|
||||
Package: libwiringpi2
|
||||
Section: libs
|
||||
Architecture: armhf
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: GPIO librariees for Raspberry Pi (runtime).
|
||||
Description: GPIO libraries for ODROID (runtime).
|
||||
Runtime for the popular wiringPi library.
|
||||
|
||||
Package: wiringpi
|
||||
Architecture: armhf
|
||||
Package: odroid-wiringpi
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: gpio utility for Raspberry Pi
|
||||
Description: gpio utility for ODROID
|
||||
The wiringPi gpio command line utility, for GPIO access on a
|
||||
Raspberry Pi from the command line.
|
||||
ODROID from the command line.
|
||||
|
||||
Package: libwiringpi-dev
|
||||
Architecture: armhf
|
||||
Architecture: any
|
||||
Depends: libwiringpi2 (= ${binary:Version}), libc6-dev, ${misc:Depends}
|
||||
Suggests: wiringpi
|
||||
Description: GPIO development library for Raspberry Pi
|
||||
Development libraries to allow GPIO access on a Raspberry Pi from C
|
||||
Suggests: odroid-wiringpi
|
||||
Description: GPIO development library for ODROID
|
||||
Development libraries to allow GPIO access on a ODROID from C
|
||||
and C++ programs.
|
||||
|
||||
Reference in New Issue
Block a user