diff --git a/Makefile b/Makefile index e5a2326..b5db015 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,6 @@ DIST_TAR=dist/$(NAME)-$(VER).tar.gz DIST_ZIP=dist/$(NAME)-$(VER).zip DIST_DEB=dist/python-$(NAME)_$(VER)-1$(DEB_SUFFIX)_all.deb \ dist/python3-$(NAME)_$(VER)-1$(DEB_SUFFIX)_all.deb \ - dist/python-$(NAME)-docs_$(VER)-1$(DEB_SUFFIX)_all.deb \ dist/$(NAME)_$(VER)-1$(DEB_SUFFIX)_$(DEB_ARCH).changes DIST_DSC=dist/$(NAME)_$(VER)-1$(DEB_SUFFIX).tar.gz \ dist/$(NAME)_$(VER)-1$(DEB_SUFFIX).dsc \ diff --git a/debian/changelog b/debian/changelog index 3f4758b..89d058a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,30 @@ +gpiozero (0.9.0-1) stable; urgency=medium + + * Added source and values properties to all relevant classes (#76) + * Fix names of parameters in Motor constructor (#79) + * Added wrappers for LED groups on add-on boards (#81) + + -- Dave Jones Sun, 25 Oct 2015 18:56:58 +0100 + +gpiozero (0.8.0-1) stable; urgency=medium + + * Added generic AnalogInputDevice class along with specific classes for the + MCP3008 and MCP3004 (#41) + * Fixed blink (#57) + + -- Dave Jones Fri, 16 Oct 2015 11:40:42 +0100 + +gpiozero (0.7.0-1) stable; urgency=medium + + * Second public beta + + -- Dave Jones Fri, 09 Oct 2015 12:30:13 +0100 + 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 Mon, 05 Oct 2015 22:21:48 +0100 + -- Dave Jones Mon, 05 Oct 2015 22:21:48 +0100 diff --git a/debian/control b/debian/control index a9e3bc9..5cf335f 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ X-Python3-Version: >= 3.2 Package: python-gpiozero Architecture: all +Section: python Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-spidev Description: Simple API for controlling devices attached to the GPIO pins. gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify @@ -21,6 +22,7 @@ Description: Simple API for controlling devices attached to the GPIO pins. Package: python3-gpiozero Architecture: all +Section: python Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-spidev Description: Simple API for controlling devices attached to the GPIO pins. gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify