Debian Patches
Status for sugarjar/0.0.11-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-installed-lib.diff | Allow commands_spec to be run against the installed copy of sugarjar For Ruby packages, Debian autopkgtest runs in an environment where `gem2deb-test-runner` removes the `lib` directory from the source tree, so the specs have to be able to load the installed copy instead. . With this change, `lib` gets added to the front of the path, and the relative `require` is changed to not specify a path. So when specs are run from a source tree checkout the `lib` in the checkout is still preferred, but if it's not available the installed library gets used to satisfy the `require`. . See https://wiki.debian.org/Teams/Ruby/Packaging/Tests#Case_eight:_autopkgtest_failure |
Michel Alexandre Salim <michel@michel-slm.name> | yes | upstream | 2022-10-19 | |
handle-no-subcommand.diff | Handle no-subcommand better If there's no subcommand detected, print out help instead of crashing. | Phil Dibowitz <phil@ipom.com> | yes | upstream | upstream, https://github.com/jaymzh/sugarjar/pull/125 | 2022-10-14 |