Skip to content

Commit

Permalink
Merge pull request #111 from waveform80/packaging-master
Browse files Browse the repository at this point in the history
Fixing up the Makefile for packaging on master
  • Loading branch information
waveform80 committed Nov 15, 2015
2 parents 6fb09e6 + 7337555 commit 32d5941
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
24 changes: 23 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 32d5941

Please sign in to comment.