Update debian package description

This commit is contained in:
Ben Nuttall
2017-01-08 12:55:16 +00:00
committed by GitHub
parent c586fe07f5
commit ac02f5349c

33
debian/control vendored
View File

@@ -14,11 +14,12 @@ Section: python
Depends: ${misc:Depends}, ${python:Depends} Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-rpi.gpio, python-spidev Recommends: python-rpi.gpio, python-spidev
Suggests: python-gpiozero-docs Suggests: python-gpiozero-docs
Description: Simple API for controlling devices attached to the GPIO pins. Description: Simple API for controlling devices attached to a Raspberry Pi's
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
interaction with devices connected to the GPIO pins, from simple buttons and designed to simplify interaction with devices connected to the GPIO pins, from
LEDs, up to various add-on boards. The API tries to adhere closely to Python's simple buttons and LEDs, up to various add-on boards. The API tries to adhere
idioms and naming conventions. closely to Python's idioms and naming conventions, and features alternative
programming paradigm approaches.
. .
This is the Python 2 version of the package. This is the Python 2 version of the package.
@@ -28,11 +29,12 @@ Section: python
Depends: ${misc:Depends}, ${python3:Depends} Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-rpi.gpio, python3-spidev Recommends: python3-rpi.gpio, python3-spidev
Suggests: python-gpiozero-docs Suggests: python-gpiozero-docs
Description: Simple API for controlling devices attached to the GPIO pins. Description: Simple API for controlling devices attached to a Raspberry Pi's
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
interaction with devices connected to the GPIO pins, from simple buttons and designed to simplify interaction with devices connected to the GPIO pins, from
LEDs, up to various add-on boards. The API tries to adhere closely to Python's simple buttons and LEDs, up to various add-on boards. The API tries to adhere
idioms and naming conventions. closely to Python's idioms and naming conventions, and features alternative
programming paradigm approaches.
. .
This is the Python 3 version of the package. This is the Python 3 version of the package.
@@ -40,10 +42,11 @@ Package: python-gpiozero-doc
Architecture: all Architecture: all
Section: doc Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends} Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Documentation for the gpiozero API Description: Simple API for controlling devices attached to a Raspberry Pi's
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
interaction with devices connected to the GPIO pins, from simple buttons and designed to simplify interaction with devices connected to the GPIO pins, from
LEDs, up to various add-on boards. The API tries to adhere closely to Python's simple buttons and LEDs, up to various add-on boards. The API tries to adhere
idioms and naming conventions. closely to Python's idioms and naming conventions, and features alternative
programming paradigm approaches.
. .
This is the version independent documentation for the package. This is the version independent documentation for the package.