debian: switch to python3

QubesOS/qubes-issues#5297
This commit is contained in:
Marek Marczykowski-Górecki 2019-09-19 04:57:13 +02:00
parent 274c950af7
commit bee2e9667c
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 4 additions and 4 deletions

6
debian/control vendored
View File

@ -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,

2
debian/rules vendored
View File

@ -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