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

export PYBUILD_NAME=pgcli
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	python3 setup.py install --root=debian/pgcli --install-layout=deb --install-lib=/usr/share/pgcli --install-scripts=/usr/share/pgcli/

override_dh_auto_build: