Hi!
The samples deb file contains 2 things:
- source code (small)
- binary data (very large)
We want to download only the source code, not the data, but since they are part of the same .deb file we are forced to download everything.
Request: can the .deb file be splitted into 2 .deb files, one for the source code and one for the data?
Thanks!