Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-remove_gem_dependencies_for_puppet_and_facter.patch | Both the the puppet and facter packages don't ship a gem Even though the debian package might be installed for both of these software, their gem won't be present on the system so "gem" will get confused about missing dependencies. . This is a problem that should be fixed in both the puppet and the facter packages. |
Gabriel Filion <gabriel@koumbit.org> | no | debian | ||
002-avoid_relative_path_in_tests.patch | Use gem's full path for tests in debian CI When running tests inside sbuild, the path that's currently used in the spec tests is working correctly, but when running tests in debian's CI, out of the source tree, then the expected path is not the one that's getting used by the code. . Conversely, using the gem path in sbuild is not working. . So we'll adapt the tests with however we're running them. |
Gabriel Filion <gabriel@koumbit.org> | no |