I have a project whose source contains symbolic links to other source trees (in particular, the structure CppUTest). I need to build a debian package from my project, but dpkg-sourcewill not follow symbolic links.
Digging further, I believe that this is due to the fact that the default behavior for taris not to dereference symbolic links unless explicitly specified (using -h).
I could not find a way to pass this extra option tarwhen creating the debian source file.
So what am I doing wrong here? Is it possible to build a debian source tar file whose origin includes symbolic links? If so, how?
source
share