Tagged Questions
1
vote
3answers
2k views
How do I add an init.d script into a .deb
I have a project.init file in the debian directory (along with rules, control, etc), and I have dh_installinit in my rules file (in the binary-arch rule).
When dpkg-buildpackage completes, the init ...