Implement native Debian packaging (control files are part of the source
repo) with Makefile to simplify the release procedure.
This commit is contained in:
Dave Jones
2015-10-05 22:17:42 +01:00
parent 17c93d1e45
commit c8105c8dc3
12 changed files with 419 additions and 41 deletions

8
debian/changelog vendored Normal file
View File

@@ -0,0 +1,8 @@
gpiozero (0.6.0-1) stable; urgency=medium
* Raspbian packaging (#44)
* PWM functionality including variable level RGB LEDs (#40)
* Ability to recreate GPIO device objects (#38)
-- Ben Nuttall <ben@raspberrypi.org> Mon, 05 Oct 2015 22:21:48 +0100