[Guido Günther] > but the package doesn't ship the init script anymore it seems so we can > drop this, thanks.
Ah, right. I did not notice that. > Well, we need module-init-tools started to be able to load platform > drivers, so we can't move this to should - do you see any problems > with that? What you write do not contract a should-* dependency. The should-start dependency means that the script can be installed even if the dependency is missing, but if the dependency is installed, the dependency has to start before the script. Using should-* style dependencies only affect how hard the scripts are linked, not their ordering when both are present. So I leave that decision to you, if you want the package to fail to install or not if module-init-tools is missing. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

