Fixed format of the Description field

This commit is contained in:
Dave Jones
2017-06-16 10:01:59 +01:00
parent ac02f5349c
commit ff29e2625b

36
debian/control vendored
View File

@@ -14,12 +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 a Raspberry Pi's Description: Simple API for controlling devices attached to a Pi's GPIO pins.
GPIO pins. gpiozero builds on various pin libraries to provide a set of classes gpiozero builds on various pin libraries to provide a set of classes designed
designed to simplify interaction with devices connected to the GPIO pins, from to simplify interaction with devices connected to the GPIO pins, from simple
simple buttons and LEDs, up to various add-on boards. The API tries to adhere buttons and LEDs, up to various add-on boards. The API tries to adhere closely
closely to Python's idioms and naming conventions, and features alternative to Python's idioms and naming conventions, and features alternative
programming paradigm approaches. programming paradigm approaches.
. .
This is the Python 2 version of the package. This is the Python 2 version of the package.
@@ -29,12 +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 a Raspberry Pi's Description: Simple API for controlling devices attached to a Pi's GPIO pins.
GPIO pins. gpiozero builds on various pin libraries to provide a set of classes gpiozero builds on various pin libraries to provide a set of classes designed
designed to simplify interaction with devices connected to the GPIO pins, from to simplify interaction with devices connected to the GPIO pins, from simple
simple buttons and LEDs, up to various add-on boards. The API tries to adhere buttons and LEDs, up to various add-on boards. The API tries to adhere closely
closely to Python's idioms and naming conventions, and features alternative to Python's idioms and naming conventions, and features alternative
programming paradigm approaches. programming paradigm approaches.
. .
This is the Python 3 version of the package. This is the Python 3 version of the package.
@@ -42,11 +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: Simple API for controlling devices attached to a Raspberry Pi's Description: Simple API for controlling devices attached to a Pi's GPIO pins.
GPIO pins. gpiozero builds on various pin libraries to provide a set of classes gpiozero builds on various pin libraries to provide a set of classes designed
designed to simplify interaction with devices connected to the GPIO pins, from to simplify interaction with devices connected to the GPIO pins, from simple
simple buttons and LEDs, up to various add-on boards. The API tries to adhere buttons and LEDs, up to various add-on boards. The API tries to adhere closely
closely to Python's idioms and naming conventions, and features alternative to Python's idioms and naming conventions, and features alternative
programming paradigm approaches. programming paradigm approaches.
. .
This is the version independent documentation for the package. This is the version independent documentation for the package.