- Feb 25, 2023
-
-
Guillem Jover authored
This reverts commit f9187c8b. This reintroduces the loong64 CPU support that got reverted. The GNU triplet and the multiarch tuples have gone back upstream to the previous agreed names. Closes: #1028654
-
- Feb 22, 2023
-
-
Helge Kreutzmann authored
-
Helge Kreutzmann authored
-
Guillem Jover authored
The OPENPGP_KEY_CANNOT_SIGN is specified by SOP to mean that the key is not capable of signing, but in this case the command itself cannot sign for whatever reason, for example because it cannot find the needed key, the key is expired or any other such error. Closes: #1030271
-
Guillem Jover authored
Add a new error code to be used by gpg when it fails to sign.
-
Guillem Jover authored
-
Guillem Jover authored
Warned-by: clang -Wextra-semi
-
Guillem Jover authored
Warned-by: clang -Wextra-semi Changelog: internal
-
Guillem Jover authored
This makes it easier for users to understand how long these features have been supported for, and whether backward compatibility might be needed.
-
Guillem Jover authored
This should make the module purpose more clear from its name alone, and avoids potential confusion with memory handling or similar.
-
Guillem Jover authored
Warned-by: cppcheck Changelog: internal
-
Guillem Jover authored
Warned-by: cppcheck Changelog: internal
-
Guillem Jover authored
Warned-by: cppcheck
-
Guillem Jover authored
Warned-by: cppcheck
-
Guillem Jover authored
Warned-by: cppcheck Changelog: internal
-
Guillem Jover authored
The original problem for which this function was introduced in commit 520ad305, is no longer relevant since commit 1a8d1228 where the varbuf function doing vprintf was fixed to not loop infinitely. Changes in commit 520ad305, further changed the code to not even pass the filenames to fd_fd_copy() anymore, and instead call the ohshit() functions from the call sites. We leave the function around for now, if this ends up not being useful for anything it will be eventually removed. Warned-by: cppcheck Changelog: internal
-
Guillem Jover authored
This means the lines printed lose their meaning, and are less than helpful. Warned-by: cppcheck
-
Guillem Jover authored
If we found a name/value match, and are using a fallback value, then we will always have a NULL str_end, and the check for trailing junk will never trigger. This check only makes sense in the else block where we have checked for any non-space characters after the parsed text.
-
Guillem Jover authored
These various modes are actually exclusive, so turn them from a bitmask into an actual enumeration. Warned-by: cppcheck
-
Guillem Jover authored
The previous loop only finishes when the condition being tested is no longer true, so the one immediately after it can never be true. Warned-by: cppecheck
-
Guillem Jover authored
The only way the outer condition can trigger is if the inner condition makes it break out of the loop. Simplify by moving the early return inside the loop Warned-by: cppcheck
-
- Feb 16, 2023
-
-
Helge Kreutzmann authored
-
Helge Kreutzmann authored
-
- Feb 12, 2023
-
-
Guillem Jover authored
When the linker uses --no-undefined-version either specified by the user or as the default behavior (such as with newer clang >= 16 releases), a missing symbol definition will cause a linker error if that symbol is listed in the version script.
-
- Feb 10, 2023
-
-
Guillem Jover authored
This makes it more clear where we are redirecting to or from.
-
Guillem Jover authored
Use bold for the admonition keyword, but not for the colon. Stop marking up the text of the admonition as italic.
-
Guillem Jover authored
This makes these lists more clear, as they are indented, so that paragraphs within that might contain an admonition are not confused with another item.
-
Guillem Jover authored
Mention that if the build captures the build flags that will make it unreproducible, the traps with trying to disable these flags to get back to a reproducible output. And that the ideal fix is to stop capturing build flags. Prompted-by:
Sven Joachim <svenjoac@gmx.de>
-
Sébastien Poher authored
Signed-off-by:
Guillem Jover <guillem@debian.org>
-
- Feb 08, 2023
-
-
Guillem Jover authored
This caused the author checks to fail, and consequently the CI pipelines too. Unfortunately the release script did not catch this, probably due to not properly installing the build dependencies. Warned-by: i18nspector
-
- Feb 07, 2023
-
-
Guillem Jover authored
-
Guillem Jover authored
-
Guillem Jover authored
-
Miguel Figueiredo authored
Signed-off-by:
Guillem Jover <guillem@debian.org>
-
Frans Spiesschaert authored
Closes: #1030712 Signed-off-by:
Guillem Jover <guillem@debian.org>
-
Frans Spiesschaert authored
Closes: #1030710, #1030711 Signed-off-by:
Guillem Jover <guillem@debian.org>
-
- Feb 06, 2023
-
-
Guillem Jover authored
This kind of file includes translated entries, which causes spelling check false positives, and makes the author tests and CI systems checking those fail.
-
Guillem Jover authored
The non-breaking space before the colon seems to be confusing po4a which ends up using it for all subsequent spaces within the I<> markup. Move the non-breaking space outside the I<> markup to avoid the issue. Warned-by: lintian
-
Sébastien Poher authored
[guillem@debian.org: - Fix missing format specifier conversion characters. ] Signed-off-by:
Guillem Jover <guillem@debian.org>
-
Jean-Pierre Giraud authored
[guillem@debian.org: - Remove trailing newline from translation. - Fix end-of-line withing string syntax errors. - Add missing closing angle for POD markup. ] Closes: #1030618 Signed-off-by:
Guillem Jover <guillem@debian.org>
-