[12:33] this may be an odd question but is there a way to override the dh commands that package building runs, so that it doesn't run `make install`? Or do I just have to remove the 'install' section of the makefile? [12:51] you can override the dh_commands targets in debian/rules [13:45] teward: maybe you want an empty override_dh_auto_install target? [13:45] Then dh won't run "make install".