Package: gubbins / 2.3.4-1

Metadata

Package Version Patches format
gubbins 2.3.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
do_not_handle_python_by_upstream_build_system.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 installation for python files does not work that
 way and this is done manually in debian/rules


gubbins_exe_in_usr_lib.patch | (download)

python/gubbins/common.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 gubbins executable prints that it is not intended for direct usage
 While default install procedure installs gubbins executable to /usr/bin
 it prints that it is intended to be called from run_gubbins.  So it makes
 sense to rather install it to /usr/lib/gubbins instead of /usr/bin.


disable_test.patch | (download)

python/gubbins/tests/test_external_dependancies.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable failing tests
 Disabled after checking with upstream, who were happy to have these disabled.