git-buildpackage
git-buildpackage copied to clipboard
Do not pass --symlink to uscan
git-buildpackage will create the appropriate symlinks for pristine-tar anyway, so there is no need to force uscan to do it and potentially override settings from the user configuration.
See https://github.com/agx/git-buildpackage/pull/86#issuecomment-1138357289
I assume you have a particular workflow in mind, but I grep'd for the Uscan.scan() invocations and only found it here, where the destdir will always be the default (".."). I don't understand how --tarball-dir comes into the picture.