12 lines
288 B
Makefile
Executable File
12 lines
288 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
override_dh_auto_install:
|
|
python3 -m build --wheel --no-isolation
|
|
dh_auto_install
|
|
# Copy additional assets
|
|
cp -r build-aux/share debian/python3-portprotonqt/usr/
|
|
cp -r build-aux/lib debian/python3-portprotonqt/usr/
|