Por que meu git não funciona com o bzr-make?

0

Eu quero fazer o pacote deb para o virglrender no Ubuntu 16.04.

Para o git que eu fiz

git clone git://people.freedesktop.org/~airlied/virglrenderer
cd virglrenderer/
ls
./autogen.sh 
make
make install

Agora quero empacotar

bzr dh-make  virglrenderer 102016git virglrenderer-102016git.tar.gz 

mas isso me dá esse erro

bzr: ERROR: Either run the command from an existing branch of upstream, or move virglrenderer/ aside and a new branch will be created there.

eu fiz

cd ..

e refazer

bzr dh-make  virglrenderer 102016git virglrenderer-102016git.tar.gz 

mas me dê esse erro novamente

bzr: ERROR: Either run the command from an existing branch of upstream, or move virglrenderer/ aside and a new branch will be created there.

Como fazer? Eu também tentei criar o tar.gz manualmente com tar, nada.

    
por elbarna 09.10.2016 / 17:13

0 respostas