summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 83f6b30a568603c679e596c1b6bd381559d7630b (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=pgcli

%:
	dh ${@} --buildsystem=pybuild --with python3

execute_after_dh_auto_install:
	mkdir -p debian/pgcli/usr/share/bash-completion/completions
	cp pgcli-completion.bash debian/pgcli/usr/share/bash-completion/completions/pgcli