Using the command:
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
A list of bulky packages can be found. Near the top of the list Wine can be found, for example. Some of these should be removed, probably during a chroot hook in the build process.
Using the command:
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
A list of bulky packages can be found. Near the top of the list Wine can be found, for example. Some of these should be removed, probably during a chroot hook in the build process.