You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

40 lines
1.4 KiB

  1. Source: wiringpi
  2. Priority: optional
  3. Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
  4. XSBC-Original-Maintainer: Dave Jones <dave.jones@canonical.com>
  5. Build-Depends: debhelper (>= 10)
  6. Standards-Version: 4.1.2
  7. Section: libs
  8. Homepage: https://wiringpi.com/
  9. Vcs-Browser: https://git.drogon.net/?p=wiringPi;a=summary
  10. Package: libwiringpi-dev
  11. Section: libdevel
  12. Architecture: any
  13. Multi-Arch: same
  14. Depends: libwiringpi2 (= ${binary:Version}), ${misc:Depends}
  15. Description: Raspberry Pi library for controlling GPIO devices
  16. A Raspberry Pi specific library for querying and controlling the GPIO pins,
  17. and a variety of devices that connect to them from C, C++, or BASIC.
  18. .
  19. This package contains the development files (headers, etc.) for compiling
  20. applications against libwiringPi.
  21. Package: libwiringpi2
  22. Architecture: any
  23. Multi-Arch: same
  24. Depends: ${shlibs:Depends}, ${misc:Depends}
  25. Description: Raspberry Pi library for controlling GPIO devices
  26. A Raspberry Pi specific library for querying and controlling the GPIO pins,
  27. and a variety of devices that connect to them from C, C++, or BASIC.
  28. .
  29. This package contains the shared libraries libwiringPi and libwiringPiDev.
  30. Package: wiringpi
  31. Architecture: any
  32. Multi-Arch: foreign
  33. Depends: ${shlibs:Depends}, ${misc:Depends}
  34. Description: Raspberry Pi tool for controlling GPIO devices
  35. A command line utility for querying and controlling the GPIO pins from the
  36. shell.