I know how to create a .deb package with simple project using dpkg --build project
in structure
( project ( bin (source files), debian (controlfile) ))
but in case of complete project with Makefiles, can't copy the project bin folder.
what to add in makefile so project gets builds also create .deb package with "make" command?
where to store DEBIAN directory with control file?