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
# begin-remove-after: released:trixie
# Avoid being Multi-Arch: same for the trixie upgrade to avoid a DEP17
# P7 file loss of the udev fules file being moved from /lib to /usr/lib.
Multi-Arch: no
# end-remove-after
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.
