spiegel-keyman/linux/keyman-config/debian/rules
glasseyes 4ffe5b1fc7 [linux] separate into separate files
fix installation in deb package:
 add to MANIFEST.in to go into dist tarball
 there is a dh bash-completion so use it
add completion for km-package-get
2018-10-06 18:23:05 +07:00

8 lines
218 B
Makefile
Executable file

#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME=keyman-config
export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/keyman-config/
%:
dh $@ --with python3 --buildsystem=pybuild --with bash-completion