File: rules

package info (click to toggle)
pgcli 3.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,412 kB
  • sloc: python: 9,554; sh: 54; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=pgcli

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

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