mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Some fixes to the deb packaging
Get the right name in the deb rules, and remove the thermsensor deps from control
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user