Skip to content

Commit

Permalink
Make dh-virtualenv pip verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed May 15, 2018
1 parent 2b6aecd commit 4bceacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# dh-virtualenv options
# https://dh-virtualenv.readthedocs.io/en/1.0/usage.html
DH_VIRTUALENV_ARGS = --preinstall='pip>=8' --preinstall='setuptools>=12'
DH_VIRTUALENV_ARGS = --preinstall='pip>=8' --preinstall='setuptools>=12' --extra-pip-arg='--verbose'

distclean:
rm -Rf build debian/portal/ env
Expand Down

0 comments on commit 4bceacc

Please sign in to comment.