This might be a stupid question but I'm build a custom Debian package with the following command:
dpkg-deb --build sources/ my_package.deb
The sources
directory is about 7MB and the resulting package is about 35MB.
How is this possible? Am I missing something?
I'm using Git with this source code but I delete the sources/.git directory before I build the package.
Thanks!
Julian