Michael Stapelberg: > On Mon, Apr 3, 2017 at 1:07 PM, Niels Thykier <ni...@thykier.net> wrote: > >> [...] > > > Thanks a lot! > > In turn, I created a branch in the freeradius packaging: > https://anonscm.debian.org/cgit/pkg-freeradius/freeradius.git/log/?h=dh_missing >
Thanks for trying it out. :) > Maybe I did the wrong changes (?), but when building, I get an error: > > [...] > > Can you reproduce the issue? > > > > [...] I think it is a bug in the freeradius changes. In this commit: https://anonscm.debian.org/cgit/pkg-freeradius/freeradius.git/commit/?h=dh_missing&id=58e693ff7dd6603598cb132d44c9e9a547f099ed The dh_install call is replaced by dh_missing, but AFAICT that dh_install is inside an override_dh_install, so dh_install is never called. * Does it work if you add a dh_install in the bottom of the dh_install override target? Thanks, ~Niels