Skip to content

Commit

Permalink
Merge pull request #110 from waveform80/packaging-cleanup
Browse files Browse the repository at this point in the history
Some fixes to the deb packaging
  • Loading branch information
waveform80 committed Nov 15, 2015
2 parents ef9e580 + 6c3b588 commit 6fb09e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ X-Python3-Version: >= 3.2

Package: python-gpiozero
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-w1thermsensor, python-spidev
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
interaction with devices connected to the GPIO pins, from simple buttons and
Expand All @@ -21,7 +21,7 @@ Description: Simple API for controlling devices attached to the GPIO pins.

Package: python3-gpiozero
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-w1thermsensor, python3-spidev
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
interaction with devices connected to the GPIO pins, from simple buttons and
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export DH_OPTIONS
dh $@ --with python2,python3 --buildsystem=python_distutils

override_dh_auto_install:
python setup.py install --root debian/python-picraft --install-layout=deb
python3 setup.py install --root debian/python3-picraft --install-layout=deb
python setup.py install --root debian/python-gpiozero --install-layout=deb
python3 setup.py install --root debian/python3-gpiozero --install-layout=deb

#override_dh_auto_test:
# # Don't run the tests!
Expand Down

0 comments on commit 6fb09e6

Please sign in to comment.