Skip to content

Commit

Permalink
Switch to Python 3 for the argument completion code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pabs3 committed May 24, 2020
1 parent 9dd9baf commit c907d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -7,7 +7,7 @@ Build-Depends:
bash-completion,
debhelper (>= 9),
help2man,
python-argcomplete,
python3-argcomplete,
python3,
python3-apt,
Rules-Requires-Root: no
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -17,6 +17,6 @@ override_dh_auto_build:
--name="Check all of the things!" \
./$P \
> $P.1
register-python-argcomplete check-all-the-things > debian/$P.bash-completion
register-python-argcomplete3 check-all-the-things > debian/$P.bash-completion
sed -i s/_python_argcomplete/_check_all_the_things_argcomplete/ debian/$P.bash-completion
sed -i 's/$$1/check-all-the-things/' debian/$P.bash-completion

0 comments on commit c907d2e

Please sign in to comment.