mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-06-29 10:30:31 +02:00
Added packaging, dropped copy of C code
This commit is contained in:
12
packaging/debian/rules
Executable file
12
packaging/debian/rules
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
export DH_OPTIONS
|
||||
|
||||
%:
|
||||
dh $@ --with python2,python3 --buildsystem=python_distutils
|
||||
|
||||
override_dh_auto_install:
|
||||
python setup.py install --root debian/python-bme680 --install-layout=deb
|
||||
python3 setup.py install --root debian/python3-bme680 --install-layout=deb
|
Reference in New Issue
Block a user