Source: doxygen Version: 1.8.13-9 Severity: wishlist Currently, doxygen's Build-Depends on yui-compressor creates build dependency cycles such as:
yui-compressor Depends on default-jre-headless default-jre-headless Depends on openjdk-8-jre-headless openjdk-8 Build-Depends on cups cups Build-Depends on dh-apparmor apparmor Build-Depends on apache2-dev apache2 Build-Depends on libapr1-dev apr Build-Depends on doxygen It would be nice if there were a way to bootstrap doxygen without needing Java. For example, maybe the debian/ directory could contain pregenerated versions of the relevant files and then copy those into place in a stage1 build where the normal build would run yui-compressor and ruby-compass. -- Daniel