Comment 0 for bug 2024971

Revision history for this message
Richard Hansen (rhansen) wrote : build orig.tar.gz from base branch if debian dir is from another branch

Currently git-build-recipe falls back to a native package (assuming --allow-fallback-to-native) when:
  * pristine-tar can't find the orig tarball, and
  * an upstream/* tag doesn't exist for the upstream version.
Shouldn't it instead use `git archive HEAD` to generate the orig tarball from the base branch?