Skip to content

Commit 1052d6b

Browse files
committed
debug(deb): re-add pip verbose flag
1 parent 0efea10 commit 1052d6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ override_dh_virtualenv:
2121
--install-suffix deluge \
2222
--use-system-packages \
2323
--package squall-common \
24-
--extra-pip-arg '--no-build-isolation'
24+
--extra-pip-arg '--no-build-isolation' \
25+
--extra-pip-arg '-v'
2526

2627
execute_before_dh_virtualenv:
2728
echo "$(VERSION)" | sed 's/~/./' > RELEASE-VERSION

0 commit comments

Comments
 (0)