mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix master packaging to work on jessie
Looks like lintian on Jessie includes some new tests. In particular, native packages can't have a release version.
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
||||
gpiozero (0.9.0-1) stable; urgency=medium
|
||||
gpiozero (0.9.0) stable; urgency=medium
|
||||
|
||||
* Added source and values properties to all relevant classes (#76)
|
||||
* Fix names of parameters in Motor constructor (#79)
|
||||
@@ -6,7 +6,7 @@ gpiozero (0.9.0-1) stable; urgency=medium
|
||||
|
||||
-- Dave Jones <dave@waveform.org.uk> Sun, 25 Oct 2015 18:56:58 +0100
|
||||
|
||||
gpiozero (0.8.0-1) stable; urgency=medium
|
||||
gpiozero (0.8.0) stable; urgency=medium
|
||||
|
||||
* Added generic AnalogInputDevice class along with specific classes for the
|
||||
MCP3008 and MCP3004 (#41)
|
||||
@@ -14,13 +14,13 @@ gpiozero (0.8.0-1) stable; urgency=medium
|
||||
|
||||
-- Dave Jones <dave@waveform.org.uk> Fri, 16 Oct 2015 11:40:42 +0100
|
||||
|
||||
gpiozero (0.7.0-1) stable; urgency=medium
|
||||
gpiozero (0.7.0) 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
|
||||
gpiozero (0.6.0) stable; urgency=medium
|
||||
|
||||
* Raspbian packaging (#44)
|
||||
* PWM functionality including variable level RGB LEDs (#40)
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -4,7 +4,7 @@ Homepage: http://github.com/RPi-Distro/python-gpiozero
|
||||
Section: python
|
||||
Priority: extra
|
||||
Build-Depends: debhelper (>= 8), python-all (>= 2.7), python-setuptools, python3-all, python3-setuptools
|
||||
Standards-Version: 3.9.3
|
||||
Standards-Version: 3.9.6
|
||||
X-Python-Version: >= 2.7
|
||||
X-Python3-Version: >= 3.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user