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

export DH_VIRTUALENV_INSTALL_ROOT=/usr/share

%:
	dh $@ --with python-virtualenv

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