Debian Patches
Status for glow/2.1.1-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Disable-network-calls-in-the-Debian-package.patch | Disable network calls in the Debian package The Debian builds run in a hermetic environment that has no external access neither in nor out. This ensures high level of reproducibility, stability and security. Glow should refactor these tests so that they only run if the build is called with some special debug/test tag, or have a pre-test that skips the tests automatically if there is no network connection at all. |
=?utf-8?b?T3R0byBLZWvDpGzDpGluZW4=?= <otto@debian.org> | no | 2024-11-29 | ||
0002-Skip-editor-option-for-line-numbers.patch | Remove line number option from editor command Building the latest Glow version failed on: src/github.com/charmbracelet/glow/ui/editor.go:14:46: undefined: editor.WithLineNumber To unblock the build and allow `glow` to compile, remove the `editor.WithLineNumber` option entirely from the `editor.Cmd` call. This means the editor will open without specifying a starting line number, but it resolves the immediate build issue. This is a temporary measure, not intended for upstream. It can be removed once the `github.com/charmbracelet/x/editor` package is updated in Debian v0.1.0+. |
=?utf-8?b?T3R0byBLZWvDpGzDpGluZW4=?= <otto@debian.org> | not-needed | 2025-09-09 |