Fixing up the Makefile for packaging on master

Changelog fixed so that I can sign the resulting packages. Remove doc
package from the Makefile, and explicitly specify section for packages
in control
This commit is contained in:
Dave Jones
2015-11-15 20:56:26 +00:00
parent 6fb09e6172
commit 7337555b43
3 changed files with 25 additions and 2 deletions

24
debian/changelog vendored
View File

@@ -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 <dave@waveform.org.uk> 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 <dave@waveform.org.uk> Fri, 16 Oct 2015 11:40:42 +0100
gpiozero (0.7.0-1) stable; urgency=medium
* Second public beta
-- Dave Jones <dave@waveform.org.uk> 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 <ben@raspberrypi.org> Mon, 05 Oct 2015 22:21:48 +0100
-- Dave Jones <dave@waveform.org.uk> Mon, 05 Oct 2015 22:21:48 +0100