I am trying to build a Debian package for a project I maintain. For this reason, the source tree (which resides in a Git repo) has a subdir called debian
, with the Debian-related files in it.
However, when I run debuild -us -uc
, I get the following:
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory
I have tried changing the contents of source/format
from 3.0 (quilt)
to 3.0 (native)
, still no joy.
How do I prevent the Debian toolchain from insisting on a tarball (given that the source resides in the parent dir of debian
, not some archive)?