From a6de79413b04b4043a4cf7c44a778f1f23fdf43f Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 26 Mar 2021 16:47:53 +0000 Subject: initial commit --- debian/rules | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f88d083 --- /dev/null +++ b/debian/rules @@ -0,0 +1,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" + -- cgit v1.2.3