我想为 Ubuntu 16.04 中的 virglrender 制作 deb 包。
对于 git 我做了
git clone git://people.freedesktop.org/~airlied/virglrenderer
cd virglrenderer/
ls
./autogen.sh
make
make install
现在我想打包
bzr dh-make virglrenderer 102016git virglrenderer-102016git.tar.gz
但它给了我这个错误
bzr: ERROR: Either run the command from an existing branch of upstream, or move virglrenderer/ aside and a new branch will be created there.
我做到了
cd ..
然后重做
bzr dh-make virglrenderer 102016git virglrenderer-102016git.tar.gz
但又出现这个错误
bzr: ERROR: Either run the command from an existing branch of upstream, or move virglrenderer/ aside and a new branch will be created there.
怎么办?我也尝试过用 tar 手动创建 tar.gz,但没有成功。