Today I workaround-ed that with the following commands Code: cmake /path/to/sources make dpkg-buildpackage -b -nc i had to specify -nc because dpkg will 'make clean' and will compile with autotools again. So anybody who is expert at making "debian" dirs is welcomed to help us switch to cmake entirely
cmake /path/to/sources make dpkg-buildpackage -b -nc