mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-15 04:41:50 +00:00
12 lines
280 B
Makefile
Executable file
12 lines
280 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# You must remove unused comment lines for the released package.
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
#override_dh_auto_install:
|
|
# dh_auto_install -- prefix=/usr
|
|
|
|
#override_dh_install:
|
|
# dh_install --list-missing -X.pyc -X.pyo
|