Looks like this bug is fixed in the edgy package. I don't have an Edgy install on hand to test it, but this seems to be correct (from the diff):
+ # Move stuff from the doc directory up one level and replace the dir + # with a symlink to . + mv $(DESTDIR)/usr/share/doc/gmt/doc/* $(DESTDIR)/usr/share/doc/gmt/ + rmdir $(DESTDIR)/usr/share/doc/gmt/doc + ln -s . $(DESTDIR)/usr/share/doc/gmt/doc -- html links in /usr/share/doc/gmt are broken https://launchpad.net/bugs/57134 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
