diff --git a/debian/control b/debian/control index 2566d7d..9bb224c 100644 --- a/debian/control +++ b/debian/control @@ -39,8 +39,8 @@ Depends: procps, util-linux, e2fsprogs, - python2.7, python3-daemon, + python3-distutils, python3-qubesdb, python3-gi, python3-xdg, @@ -54,7 +54,7 @@ Depends: xen-utils-common, xen-utils-guest, xenstore-utils, - ${python:Depends}, + ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: @@ -128,7 +128,7 @@ Depends: socat, tinyproxy, iproute2, - ${python:Depends}, + ${python3:Depends}, ${misc:Depends} Suggests: nftables, diff --git a/debian/rules b/debian/rules index 68d4c83..f8a1b49 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ include /usr/share/dpkg/default.mk export DESTDIR=$(shell pwd)/debian/tmp %: - dh $@ --with systemd,python2 --with=config-package + dh $@ --with systemd,python3 --with=config-package override_dh_auto_build: make all