On 11/08/2017 23:29, Hendrik Tews wrote: > I updated package cmdliner, using the new upstream makefile. I > was able to remove many overrides in debian/rules and the package > would even build fine without any overrides, except that it then > includes the opam file. Apart from patching Makefile, the only > solution for excluding the opam file that I found, was to use > dh_install --exclude..., which in turn requires and > dh_auto_install in order to install in debian/tmp You could have also rm'ed the file after calling dh_auto_install.
About dh_missing: it requires debhelper (>= 10.3). Moreover, it should be called in an "override_dh_missing" target. Cheers, -- Stéphane

