The 'Debian source package' (.dsc, .tar.gz, .changes etc combined in a compressed file) can be build using 'debuild' command. Is it possible to prepare such package without source code? What should I write in debian/rules file?
Edit: Just for now, I used 'dh_make' and 'debuild -us -uc' commands and that works fine (all files are created as expected and .deb works fine). For that, I commented some lines in debian/rules file that has '$MAKE' and changed debian/control file as I needed.