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

2
debian/control vendored
View File

@@ -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