mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fixing up the Makefile for packaging on master
Changelog fixed so that I can sign the resulting packages. Remove doc package from the Makefile, and explicitly specify section for packages in control
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@@ -10,6 +10,7 @@ X-Python3-Version: >= 3.2
|
||||
|
||||
Package: python-gpiozero
|
||||
Architecture: all
|
||||
Section: python
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-spidev
|
||||
Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
|
||||
@@ -21,6 +22,7 @@ Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
|
||||
Package: python3-gpiozero
|
||||
Architecture: all
|
||||
Section: python
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-spidev
|
||||
Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
|
||||
|
||||
Reference in New Issue
Block a user