parent
274c950af7
commit
bee2e9667c
6
debian/control
vendored
6
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user