The current Java policy states there is no dh_java... I plan to start writing one...
I guess it should be places in the debhelper package, correct? Are there policies specific for dh_* programs? Like API's? My idea is to scan *java files for import clauses and look these up in a table with known imports for available debian java libraries... The result would be a list of jars the *java files depend on, which as far as i know is the sole purpose of dh_java.... correct? Egon