Debian Patches
Status for lazygit/0.53.0+ds1-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
build-reproducible.patch | Build reproducible lazygit includes commit hash and build date into its binary. Those variables are used when showing the lazygit version. . As Debian packages are managed with git, we should extract the commit hash on build time. However, some build environments (like sbuild) do not use git repository while building. In these cases, git is not available while build time. So we cannot assume that we can always extract the commit hash. . Build date always changes depending on the time. And it's not reproducible. . This patch removes the commit hash and build date from version printing function. |
Jongmin Kim <jmkim@debian.org> | not-needed | |||
use-original-go-git.patch | Use original go-git instead of fork Upstream uses fork. and we use the original version, which is already in Debian. There is no API conflicts. |
Jongmin Kim <jmkim@debian.org> | not-needed | |||
use-original-jsonschema.patch | Use original jsonschema instead of fork Upstream uses fork. and we use the original version, which is already in Debian. There is no API conflicts. |
Jongmin Kim <jmkim@debian.org> | not-needed | |||
use-original-git-todo-parser.patch | Use original git-todo-parser instead of fork Upstream uses fork. and we use the original version, which is already in Debian. There is no API conflicts. |
Jongmin Kim <jmkim@debian.org> | not-needed | |||
fix-import-path-fuzzy-patricia.patch | Fix the import path for fuzzy-patricia Debian package golang-github-ozeidan-fuzzy-patricia uses import path "github.com/ozeidan/fuzzy-patricia/patricia". |
Jongmin Kim <jmkim@debian.org> | not-needed | |||
use-latest-humanlogio.patch | Use the latest humanlog In Debian we have humanlog 0.7.6, while upstream is based on 0.4.1. . Diff: https://github.com/humanlogio/humanlog/compare/v0.4.1...v0.7.6 . Breaking changes: . (1) aybabtme/humanlog was moved to humanlogio/humanlog - Before: https://github.com/aybabtme/humanlog - After: https://github.com/humanlogio/humanlog . (2) Scanner was changed to Scan: - Before: Scanner(io.Reader, io.Writer, opts*) - After: Scan(context.Context, io.Reader, sink.Sink, opts*) . (3) DefaultOptions was changed: - Before: DefaultOptions = &HandlerOptions - After: DefaultOptions = func() *HandlerOptions |
Jongmin Kim <jmkim@debian.org> | no |
All known versions for source package 'lazygit'
- 0.53.0+ds1-1 (sid, forky)
- 0.50.0+ds1-1 (trixie)