Update installer for Debian.
Review Request #14879 — Created March 5, 2026 and submitted
There are no actual new Debian versions that aren't already listed, but
there were a couple issues with tests:
- The test for debian 10 needed to switch to the archive URL instead of
https://deb.debian.org, since they've moved it off the main server. - Debian testing/unstable has renamed
libxmlsec1-opensslto
libxmlsec1-openssl1. This has no version number, so we needed a way to
match that.
- Ran unit tests.
- Ran install tests for debian (arm64 for now, amd64 will come later).
| Summary | ID |
|---|---|
| qyqwrprsxvvuqpzxyyxkouyvutvxmxlm |
- Commits:
-
Summary ID qyqwrprsxvvuqpzxyyxkouyvutvxmxlm qyqwrprsxvvuqpzxyyxkouyvutvxmxlm
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
-
-
I didn't realize this until recently, but for
cast, we can just use a string annotation instead of actually passing in the type. This means you can also use modern type annotations inside the string, and don't need to import things outside ofTYPE_CHECKING(less relevant to this file, but useful to know).