Skip to content

Commit ac02f53

Browse files
authored
Update debian package description
1 parent c586fe0 commit ac02f53

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

debian/control

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ Section: python
1414
Depends: ${misc:Depends}, ${python:Depends}
1515
Recommends: python-rpi.gpio, python-spidev
1616
Suggests: python-gpiozero-docs
17-
Description: Simple API for controlling devices attached to the GPIO pins.
18-
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
19-
interaction with devices connected to the GPIO pins, from simple buttons and
20-
LEDs, up to various add-on boards. The API tries to adhere closely to Python's
21-
idioms and naming conventions.
17+
Description: Simple API for controlling devices attached to a Raspberry Pi's
18+
GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
19+
designed to simplify interaction with devices connected to the GPIO pins, from
20+
simple buttons and LEDs, up to various add-on boards. The API tries to adhere
21+
closely to Python's idioms and naming conventions, and features alternative
22+
programming paradigm approaches.
2223
.
2324
This is the Python 2 version of the package.
2425

@@ -28,22 +29,24 @@ Section: python
2829
Depends: ${misc:Depends}, ${python3:Depends}
2930
Recommends: python3-rpi.gpio, python3-spidev
3031
Suggests: python-gpiozero-docs
31-
Description: Simple API for controlling devices attached to the GPIO pins.
32-
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
33-
interaction with devices connected to the GPIO pins, from simple buttons and
34-
LEDs, up to various add-on boards. The API tries to adhere closely to Python's
35-
idioms and naming conventions.
32+
Description: Simple API for controlling devices attached to a Raspberry Pi's
33+
GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
34+
designed to simplify interaction with devices connected to the GPIO pins, from
35+
simple buttons and LEDs, up to various add-on boards. The API tries to adhere
36+
closely to Python's idioms and naming conventions, and features alternative
37+
programming paradigm approaches.
3638
.
3739
This is the Python 3 version of the package.
3840

3941
Package: python-gpiozero-doc
4042
Architecture: all
4143
Section: doc
4244
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
43-
Description: Documentation for the gpiozero API
44-
gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
45-
interaction with devices connected to the GPIO pins, from simple buttons and
46-
LEDs, up to various add-on boards. The API tries to adhere closely to Python's
47-
idioms and naming conventions.
45+
Description: Simple API for controlling devices attached to a Raspberry Pi's
46+
GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
47+
designed to simplify interaction with devices connected to the GPIO pins, from
48+
simple buttons and LEDs, up to various add-on boards. The API tries to adhere
49+
closely to Python's idioms and naming conventions, and features alternative
50+
programming paradigm approaches.
4851
.
4952
This is the version independent documentation for the package.

0 commit comments

Comments
 (0)