This is a general tidyup to detach this fork better from Gordon, who was (and perhaps still is) completely inundated with WiringPi-related support questions. This changeset includes a number of tweaks which should reduce support burden on Gordon. I believe they are essential if we plan to release a new debian package. They should - hopefully - not reduce or make ambiguous the origins of this code while achieving the above. * Remove Gordon's email address from all source files to avoid support queries finding their way to him * Update wiringPi URLs to the GitHub repository to try and keep bugs/issues within the fork * Bump version to 2.70 ready for a debian package release * Update debian package maintainer info, add bugs & homepage URLs to this repository
30 lines
925 B
Plaintext
30 lines
925 B
Plaintext
Source: wiringpi
|
|
Section: electronics
|
|
Priority: optional
|
|
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
|
|
Standards-Version: 3.8.0
|
|
Homepage: https://github.com/WiringPi/WiringPi
|
|
Build-Depends: debhelper (>= 8)
|
|
|
|
Package: libwiringpi2
|
|
Section: libs
|
|
Architecture: armhf
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: GPIO librariees for Raspberry Pi (runtime).
|
|
Runtime for the popular wiringPi library.
|
|
|
|
Package: wiringpi
|
|
Architecture: armhf
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: gpio utility for Raspberry Pi
|
|
The wiringPi gpio command line utility, for GPIO access on a
|
|
Raspberry Pi from the command line.
|
|
|
|
Package: libwiringpi-dev
|
|
Architecture: armhf
|
|
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
|
|
and C++ programs.
|