mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 19:37:18 +00:00
27 lines
726 B
Makefile
Executable File
27 lines
726 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.10.0 at
|
|
# Fri, 24 Jun 2022 11:31:30 -0300
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=python_distutils
|
|
|
|
override_dh_auto_clean:
|
|
python3 setup.py clean -a
|
|
find . -name \*.pyc -exec rm {} \;
|
|
|
|
override_dh_auto_build:
|
|
python3 setup.py build --force
|
|
|
|
override_dh_auto_install:
|
|
dh_install config/ /usr/share/wifipumpkin3
|
|
dh_install logs/ /usr/share/wifipumpkin3
|
|
dh_install helps/ /usr/share/wifipumpkin3
|
|
dh_install scripts/ /usr/share/wifipumpkin3
|
|
dh_install exceptions/ /usr/share/wifipumpkin3
|
|
python3 setup.py install --force --root=debian/wifipumpkin3 --no-compile -O0 --install-layout=deb
|
|
|
|
override_dh_python2:
|
|
dh_python2 --no-guessing-versions
|
|
|