rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.13k stars 38 forks source link

Debian package build is slow since supporting alternatives #252

Open rozniak opened 11 months ago

rozniak commented 11 months ago

The method I chose for fixing chkdeps.sh for Ubuntu and whatnot involved executing apt to verify a package was available or not. The issue with this is it has made chkdeps.sh really slow - could do with speeding this up by only doing this check against upstream for dependencies where they can be satisfied by an alternative.

rozniak commented 8 months ago

The actual real issue with this I believe is that the check to see if we've already satisfied the dependency comes AFTER the alternatives check. The end result is going to apt for gdk-pixbuf2.0 over and over.