mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Merge pull request #111 from waveform80/packaging-master
Fixing up the Makefile for packaging on master
This commit is contained in:
1
Makefile
1
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 \
|
||||
|
||||
24
debian/changelog
vendored
24
debian/changelog
vendored
@@ -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
debian/control
vendored
2
debian/control
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user