Skip to content

Commit d5ca22a

Browse files
committed
* Renamed.
1 parent 7c49398 commit d5ca22a

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

debian/changelog

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,46 @@
1-
asyncgpio (0.2.4-1) unstable; urgency=medium
1+
asyncgpio (0.3.0-1) unstable; urgency=medium
2+
3+
* Renamed.
4+
5+
-- Matthias Urlichs <[email protected]> Thu, 20 Jun 2019 13:01:02 +0200
6+
7+
trio-gpio (0.2.4-1) unstable; urgency=medium
28

39
* New release
410

511
-- Matthias Urlichs <[email protected]> Mon, 11 Jun 2018 21:29:33 +0200
612

7-
asyncgpio (0.2.3-2) unstable; urgency=medium
13+
trio-gpio (0.2.3-2) unstable; urgency=medium
814

915
* TL;DR: didn't RTFM
1016

1117
-- Matthias Urlichs <[email protected]> Mon, 11 Jun 2018 09:08:30 +0200
1218

13-
asyncgpio (0.2.2-1) unstable; urgency=medium
19+
trio-gpio (0.2.2-1) unstable; urgency=medium
1420

1521
* Access errno
1622

1723
-- Matthias Urlichs <[email protected]> Mon, 11 Jun 2018 08:29:53 +0200
1824

19-
asyncgpio (0.2.1-1) unstable; urgency=medium
25+
trio-gpio (0.2.1-1) unstable; urgency=medium
2026

2127
* Allow (and prefer) the GPIO chip label instead of its number.
2228

2329
-- Matthias Urlichs <[email protected]> Mon, 11 Jun 2018 04:48:44 +0200
2430

25-
asyncgpio (0.1.1-2) unstable; urgency=medium
31+
trio-gpio (0.1.1-2) unstable; urgency=medium
2632

2733
* Cleanup 2
2834

2935
-- Matthias Urlichs <[email protected]> Mon, 28 May 2018 02:35:07 +0200
3036

31-
asyncgpio (0.1.1-1) unstable; urgency=medium
37+
trio-gpio (0.1.1-1) unstable; urgency=medium
3238

3339
* Cleanup
3440

3541
-- Matthias Urlichs <[email protected]> Sat, 10 Mar 2018 18:36:19 +0100
3642

37-
asyncgpio (0.1.0-1) unstable; urgency=low
43+
trio-gpio (0.1.0-1) unstable; urgency=low
3844

3945
* source package automatically created by stdeb 0.8.5
4046

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Architecture: all
1313
Depends: ${misc:Depends}, ${python3:Depends},
1414
libgpiod1,
1515
python3-cffi,
16+
python3-trio,
1617
Standards-Version: 3.9.6
1718
Description: GPIO access via Trio and libgpiod
1819
Trio-GPIO allows easy access to the GPIO pins on your Raspberry Pi or

0 commit comments

Comments
 (0)