Best practices for Java libraries (When to split documentation)

Wolfgang Baer wbaer@gmx.de
Tue Feb 8 06:55:16 2005


Hi all,

here are my first two questions:

The Java policy doesn't specify the javadoc handling. Is there a
common sense in pkg-java project when to split an own -doc package
out ?

How to make a package dfsg compliant. I want to package Doug Leas
concurrent library ( its a dependency for a dependency :-) ).

The library is in public domain except two classes. It's no problem
to remove this classes and therefore also two inheriting classes.

The question is where to do this. Have the classe to be removed
already from the source package or should I patch the classes out
during building the binary packages.

Didn't found a section in the debian policy for that !

Regards,

Wolfgang