I need my Debian rules file to simply copy files to it’s target

Although you’ve already got your own answer, I’ll point out a couple of things. You seem to be doing this in a very complicated manner. If you simply need to copy files into certain directories, write a debian/mypackagename.install with the following format: path/to/file/relative/to/source/root path/to/install/relative/to/system/root (do not prepend / before /usr, or /opt, or whatever your … Read more