summaryrefslogtreecommitdiff
path: root/debian/rules
blob: f88d083ec6bdd2da540719e1b9b18157b57f2731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_VIRTUALENV_INSTALL_ROOT=/usr/share

%:
	dh $@ --with python-virtualenv

override_dh_virtualenv:
	dh_virtualenv \
	--python /usr/bin/python3.7 \
	--use-system-packages \
	--builtin-venv \
	--setuptools \
	--upgrade-pip \
	--extra-pip-arg "--ignore-installed" \
	--extra-pip-arg "--no-cache-dir"