parent
274c950af7
commit
bee2e9667c
6
debian/control
vendored
6
debian/control
vendored
@ -39,8 +39,8 @@ Depends:
|
|||||||
procps,
|
procps,
|
||||||
util-linux,
|
util-linux,
|
||||||
e2fsprogs,
|
e2fsprogs,
|
||||||
python2.7,
|
|
||||||
python3-daemon,
|
python3-daemon,
|
||||||
|
python3-distutils,
|
||||||
python3-qubesdb,
|
python3-qubesdb,
|
||||||
python3-gi,
|
python3-gi,
|
||||||
python3-xdg,
|
python3-xdg,
|
||||||
@ -54,7 +54,7 @@ Depends:
|
|||||||
xen-utils-common,
|
xen-utils-common,
|
||||||
xen-utils-guest,
|
xen-utils-guest,
|
||||||
xenstore-utils,
|
xenstore-utils,
|
||||||
${python:Depends},
|
${python3:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Recommends:
|
Recommends:
|
||||||
@ -128,7 +128,7 @@ Depends:
|
|||||||
socat,
|
socat,
|
||||||
tinyproxy,
|
tinyproxy,
|
||||||
iproute2,
|
iproute2,
|
||||||
${python:Depends},
|
${python3:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Suggests:
|
Suggests:
|
||||||
nftables,
|
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
|
export DESTDIR=$(shell pwd)/debian/tmp
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with systemd,python2 --with=config-package
|
dh $@ --with systemd,python3 --with=config-package
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
make all
|
make all
|
||||||
|
Loading…
Reference in New Issue
Block a user