Debian Patches
Status for mkbrr/1.25.1-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Remove-mkbrr-update-subcommand.patch | Remove mkbrr update subcommand Packages installed from Debian packages are not expected to be updated outside of the APT tool. As the files are owned by root, the suf-update command will not be able to work with non-root user permissions. This allows to get rid of the self-update dependency that is not packaged in Debian. |
Nicolas Peugnet <nicolas@club1.fr> | not-needed | 2026-09-08 | ||
| 0002-Hide-default-completion-command-instead-of-disable.patch | Hide default completion command instead of disable The completion command is useful for Debian as it allows us to generate completion scripts for all major shells. Hiding it instead of disabling it allows to still be able to call it but keep it out from the generated help messages for a cleaner look. |
Nicolas Peugnet <nicolas@club1.fr> | no | 2026-09-08 | ||
| 0003-Fix-test-that-depend-on-the-local-timezone.patch | Fix test that depend on the local timezone Running the test with a specific local timezone could make the test fail, for example: TZ=Etc/GMT+12 go test ./torrent/ ...resulted in the following failure: --- FAIL: TestShowTorrentInfo_Complete (0.00s) --- FAIL: TestShowTorrentInfo_Complete/Complete_torrent_with_all_fields (0.00s) display_test.go:282: Error Trace: /home/nicolas/debian/mkbrr/torrent/display_test.go:282 Error: "[truncated]\n Created on: 2021-12-31 12:00:00 -12\n Files: 2\n\n" does not contain "Created on: 2022-01-01" Test: TestShowTorrentInfo_Complete/Complete_torrent_with_all_fields Messages: Output should contain line: Created on: 2022-01-01 We now output the expected date in the local timezone to match the actual output. |
Nicolas Peugnet <nicolas@club1.fr> | yes | 2026-09-14 |
