Skip to content

Commit 87623b2

Browse files
committed
Fix Debian build by using correct register-python-argcomplete
Debian does not seem to have a command `python3-argcomplete3` anymore. Instead the command is nowadays without the `3`, see https://packages.debian.org/search?mode=path&suite=bookworm&section=all&arch=any&searchon=contents&keywords=register-python-argcomplete
1 parent 88887b7 commit 87623b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ override_dh_auto_build:
1717
--name="Check all of the things!" \
1818
./$P \
1919
> $P.1
20-
register-python-argcomplete3 check-all-the-things > debian/$P.bash-completion
20+
register-python-argcomplete check-all-the-things > debian/$P.bash-completion
2121
sed -i s/_python_argcomplete/_check_all_the_things_argcomplete/ debian/$P.bash-completion
2222
sed -i 's/$$1/check-all-the-things/' debian/$P.bash-completion

0 commit comments

Comments
 (0)