core-agent-linux/debian
Marek Marczykowski-Górecki 940b0f3646
Do not use legacy distutils.spawn
The whole distutils module is a legacy thing in python3. Specifically,
most of it is not installed in Debian by default (there is only
distutils.version). Depending on python3-distutils is problematic, as
it's availability varies between Debian versions.

Instead of fighting with special cases in dependencies, replace the
whole thing with non-legacy shutil.which() (available since Python 3.3).
2020-07-02 02:56:13 +02:00
..
patches
source
changelog
compat
control Do not use legacy distutils.spawn 2020-07-02 02:56:13 +02:00
copyright
qubes-core-agent-dom0-updates.install
qubes-core-agent-nautilus.install
qubes-core-agent-network-manager.install
qubes-core-agent-network-manager.postinst
qubes-core-agent-networking.install
qubes-core-agent-passwordless-root.displace-extension
qubes-core-agent-passwordless-root.install
qubes-core-agent-passwordless-root.postinst
qubes-core-agent-passwordless-root.postrm
qubes-core-agent-passwordless-root.preinst
qubes-core-agent-passwordless-root.prerm
qubes-core-agent-passwordless-root.undisplace
qubes-core-agent-thunar.install
qubes-core-agent-thunar.postinst
qubes-core-agent-thunar.postrm
qubes-core-agent.dirs
qubes-core-agent.gsettings-override
qubes-core-agent.install
qubes-core-agent.links
qubes-core-agent.maintscript
qubes-core-agent.postinst
qubes-core-agent.postrm
qubes-core-agent.preinst
qubes-core-agent.prerm
qubes-core-agent.triggers
qubes-core-agent.undisplace
rules