Adding debian version 3.1.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ec5391b244
commit
9c45e98dde
8 changed files with 295 additions and 0 deletions
10
debian/rules
vendored
Executable file
10
debian/rules
vendored
Executable file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue