I would add that we now have libcommons-collections4-java in Debian, which is the "official" generified version of the commons-collections API. So if someone plans to package jung I think simply replacing the import statements from org.apache.commons.collections15 to org.apache.commons.collections4 should do the trick.
If you need some help you can also start the packaging with the libcollections15-java package in Wheezy and then ping me, I'll do the substitution. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

