diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-06 06:48:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:17:24 +0000 |
commit | 45ded12c472acd0e5b8d9c91c0b66f4eb7fba100 (patch) | |
tree | fb7583fb96d6d2cca7ca900e7fa96011b7f4d390 /debian/rules | |
parent | Merging upstream version 3.2.0. (diff) | |
download | pgcli-45ded12c472acd0e5b8d9c91c0b66f4eb7fba100.tar.xz pgcli-45ded12c472acd0e5b8d9c91c0b66f4eb7fba100.zip |
Updating python debhelper sequence.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 83f6b30..f837a53 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=pgcli %: - dh ${@} --buildsystem=pybuild --with python3 + dh ${@} --buildsystem=pybuild execute_after_dh_auto_install: mkdir -p debian/pgcli/usr/share/bash-completion/completions |