Debian Patches
Status for golang-github-checkpoint-restore-checkpointctl/1.3.0+ds1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Replace-olekukonko-tablewriter-with-text-tabwriter.patch | Replace olekukonko/tablewriter with text/tabwriter Drop external tablewriter dependency in favor of Go's built-in text/tabwriter package to reduce dependencies and simplify maintenance. Changes: - Replace tablewriter.NewWriter() with tabwriter.NewWriter() in all table display functions - Update table formatting logic to use tab-separated output with headers and separator lines - Remove olekukonko/tablewriter and related dependencies from go.mod - Update test expectations to match new table output format - Fix test line number references after table format changes All tests pass with the new implementation. |
Adrian Reber <areber@redhat.com> | no | 2025-08-02 |
All known versions for source package 'golang-github-checkpoint-restore-checkpointctl'
- 1.3.0+ds1-3 (sid, forky)
- 1.3.0+ds1-2 (trixie)