1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: pigpio
Section: utils
Priority: optional
Maintainer: Peter Michael Green <plugwash@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9.20160709), dh-python,
python3-all, python3-setuptools
Standards-Version: 4.2.0
Homepage: http://abyz.co.uk/rpi/pigpio/
Package: libpigpiod-if2-1t64
Provides: ${t64:Provides}
Replaces: libpigpiod-if2-1
Breaks: libpigpiod-if2-1 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pigpio (<< 1.68-1)
Description: Client library for Raspberry Pi GPIO control
Pigpio is a set of software which allows control of the General Purpose Input
Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
in Debian as the server side is incompatible with Debian kernels.
.
This package provides the libpigpiod_if2 client library
Package: libpigpiod-if1t64
Provides: ${t64:Provides}
Replaces: libpigpiod-if1
Breaks: libpigpiod-if1 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pigpio (<< 1.68-1)
Description: Client library for Raspberry Pi GPIO control (deprecated)
Pigpio is a set of software which allows control of the General Purpose Input
Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
in Debian as the server side is incompatible with Debian kernels.
.
This package provides the deprecated libpigpiod_if client library
Package: libpigpiod-if-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libpigpiod-if1t64 (= ${binary:Version}), libpigpiod-if2-1t64 (= ${binary:Version})
Conflicts: pigpio (<< 1.68-1)
Description: Development headers for client libraries for Raspberry Pi GPIO control
Pigpio is a set of software which allows control of the General Purpose Input
Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
in Debian as the server side is incompatible with Debian kernels.
.
This package provides development headers for the libpigpiod_if2 and
libpigpiod_if client libraries.
Package: pigpio-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pigpio (<< 1.68-1)
Description: Client tools for Raspberry Pi GPIO control
Pigpio is a set of software which allows control of the General Purpose Input
Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
in Debian as the server side is incompatible with Debian kernels.
.
This package provides the pigs and pig2vcd tools.
Package: python3-pigpio
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: pigpio
Description: Python module which talks to the pigpio daemon (Python 3)
Pigpio is a set of software which allows control of the General Purpose Input
Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
in Debian as the server side is incompatible with Debian kernels.
.
This package provides the python 3 client library.
|