I don't want to tar ball my C++ source. I think a good Makefile is sufficient to build an ubuntu package. Can't I bzr dh-make
with out making a tar.gz
of my source code.
My problem is that I initiated git
on my project folder. In order to make tar ball I need to make a copy of the project with out .git
folder and then use bzr dh-make
. I want to use bzr-git
plugin to right away use bzr
on my git repository.
bzr dh-make
requires a source tarball per its help text:If your main issue is to avoid including the git metadata in your tarball, just create a
.bzrignore
(next to your.bzr
folder) with the following content: