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
  
     | 
    
      Source: rpi.gpio
Maintainer: Debian Raspberry Pi Maintainers <pkg-raspi-maintainers@lists.alioth.debian.org>
Uploaders:
 Dominik George <natureshadow@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 11~),
 python3-all,
 python3-all-dev,
 python3-setuptools,
 dh-python,
Standards-Version: 4.3.1
Homepage: http://sourceforge.net/projects/raspberry-gpio-python/
Vcs-Git: https://salsa.debian.org/raspi-team/rpi.gpio.git
Vcs-Browser: https://salsa.debian.org/raspi-team/rpi.gpio
Package: rpi.gpio-common
Architecture: arm64 armel armhf
Multi-Arch: same
Depends:
 ${misc:Depends},
Description: Module to control Raspberry Pi GPIO channels (common files)
 RPi.GPIO allows controlling Raspberry Pi GPIO channels in Python.
 .
 It provides all the basic functionality, but is unsuitable for
 real-time or timing critical applications. RPi.GPIO also does not
 support SPI, I²C or hardware PWM yet.
 .
 This package contains common files, for example udev rules.
Package: python3-rpi.gpio
Architecture: arm64 armel armhf
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: Module to control Raspberry Pi GPIO channels (Python 3)
 RPi.GPIO allows controlling Raspberry Pi GPIO channels in Python.
 .
 It provides all the basic functionality, but is unsuitable for
 real-time or timing critical applications. RPi.GPIO also does not
 support SPI, I²C or hardware PWM yet.
 .
 This package contains the Python 3 module.
 
     |