I'm a beginner in Debian packaging so sorry for the obvious question.
I followed a tutorial to make a package application, but it only deals with the source, there's absolutely no other file types mentioned.
How do I include data files so I can access them from my application in a package? For example, in the makefile, there's a $(DESTDIR) option but I would never move the data files in $(DESTDIR)/usr/bin (at least I think i'm not supposed to)