I am building debian packages and I'd like the new package to be delivered in the project root folder . instead of in ../
Is there anyway of doing it without overriding debian/rules dh_builddeb? Ideally with a parameter to fakeroot, but I don't see how.
|
| |||
|
feedback
|
|
According to the Debian Policy Manual:
So you should be able to put the package somewhere else by writing a wrapper around However putting the build products in the toplevel directory seems risky to me. If you're not careful, they may end up in a source package or diff. | |||
|
feedback
|