From ff29e2625b04722cc9235cc477ecf9ec50b18fd5 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 16 Jun 2017 10:01:59 +0100 Subject: [PATCH] Fixed format of the Description field --- debian/control | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/debian/control b/debian/control index ef78323..02e3bc9 100644 --- a/debian/control +++ b/debian/control @@ -14,12 +14,12 @@ Section: python Depends: ${misc:Depends}, ${python:Depends} Recommends: python-rpi.gpio, python-spidev Suggests: python-gpiozero-docs -Description: Simple API for controlling devices attached to a Raspberry Pi's -GPIO pins. gpiozero builds on various pin libraries to provide a set of classes -designed to simplify interaction with devices connected to the GPIO pins, from -simple buttons and LEDs, up to various add-on boards. The API tries to adhere -closely to Python's idioms and naming conventions, and features alternative -programming paradigm approaches. +Description: Simple API for controlling devices attached to a Pi's GPIO pins. + gpiozero builds on various pin libraries to provide a set of classes designed + to simplify interaction with devices connected to the GPIO pins, from simple + buttons and LEDs, up to various add-on boards. The API tries to adhere closely + to Python's idioms and naming conventions, and features alternative + programming paradigm approaches. . This is the Python 2 version of the package. @@ -29,12 +29,12 @@ Section: python Depends: ${misc:Depends}, ${python3:Depends} Recommends: python3-rpi.gpio, python3-spidev Suggests: python-gpiozero-docs -Description: Simple API for controlling devices attached to a Raspberry Pi's -GPIO pins. gpiozero builds on various pin libraries to provide a set of classes -designed to simplify interaction with devices connected to the GPIO pins, from -simple buttons and LEDs, up to various add-on boards. The API tries to adhere -closely to Python's idioms and naming conventions, and features alternative -programming paradigm approaches. +Description: Simple API for controlling devices attached to a Pi's GPIO pins. + gpiozero builds on various pin libraries to provide a set of classes designed + to simplify interaction with devices connected to the GPIO pins, from simple + buttons and LEDs, up to various add-on boards. The API tries to adhere closely + to Python's idioms and naming conventions, and features alternative + programming paradigm approaches. . This is the Python 3 version of the package. @@ -42,11 +42,11 @@ Package: python-gpiozero-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} -Description: Simple API for controlling devices attached to a Raspberry Pi's -GPIO pins. gpiozero builds on various pin libraries to provide a set of classes -designed to simplify interaction with devices connected to the GPIO pins, from -simple buttons and LEDs, up to various add-on boards. The API tries to adhere -closely to Python's idioms and naming conventions, and features alternative -programming paradigm approaches. +Description: Simple API for controlling devices attached to a Pi's GPIO pins. + gpiozero builds on various pin libraries to provide a set of classes designed + to simplify interaction with devices connected to the GPIO pins, from simple + buttons and LEDs, up to various add-on boards. The API tries to adhere closely + to Python's idioms and naming conventions, and features alternative + programming paradigm approaches. . This is the version independent documentation for the package.