upstreamブランチがなくてgbp import-origできなかったとき
メッセージにあるとおり、file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT を参照したら解決方法が。
git checkout --orphan upstream git rm -rf . git commit --allow-empty -m 'Initial upstream branch.' git checkout -f master
として空のupstreamブランチを作ってやればいい。で、現在作業しているバージョンのupstream tarballを指定してやらないと、conflictするので注意。