Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
azcli_installer.patch | set AZ_INSTALLER to DEB The AZ_INSTALLER variable influences the az upgrade command behaviour. For the packaged version, we want it to simply run apt update/upgrade, so always set it to DEB. |
Luca Boccassi <bluca@debian.org> | not-needed | |||
runpy.patch | {az} use runpy instead of os.execl python -m adds the current working directory to the start of sys.path, which means running from say /tmp with a fake azure.py causes az to load it and run it. |
Luca Boccassi <bluca@debian.org> | yes | debian | ||
extensions.patch | look for extensions in /usr/lib/python3/dist-packages instead of /usr/local/lib/python3.x/dist-packages | Luca Boccassi <bluca@debian.org> | no |