Package: debhelper Version: 13.11.4 Severity: normal I'm working on packaging a new upstream project which installs a number of systemd units directly to /usr/lib/systemd/system and I noticed that dh_installsystemd doesn't add the required maintscript stanzas to enable these units.
If I patch the upstream build system to install the units under /lib/systemd/system (which is the same location on a real system, but not in the .deb) then everything works as expected. Thanks.