1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

First stab as getting a capability to dump out .deb files for both Python2 and Python3.

This commit is contained in:
Robert Wolterman
2017-02-19 10:06:22 -06:00
parent 6bd2e61450
commit fa3108544b
7 changed files with 48 additions and 0 deletions

View File

@ -9,6 +9,10 @@ clean:
rm -f *.pyo *.pyc
rm -f *.egg
rm -f overlays/*.pyo overlays/*.pyc
rm -rf __pycache__
rm -rf debian/python-chip-io*
rm -rf debian/python3-chip-io*
tests:
py.test
@ -17,3 +21,6 @@ build:
install: build
python setup.py install --force
debfile:
dpkg-buildpackage -rfakeroot -uc -b