]> git.donarmstrong.com Git - debhelper.git/commitdiff
r355: merged in stuff from global todo
authorjoey <joey>
Thu, 6 Jul 2000 04:29:48 +0000 (04:29 +0000)
committerjoey <joey>
Thu, 6 Jul 2000 04:29:48 +0000 (04:29 +0000)
doc/TODO

index c341e96c42453a559cdc5731871442e733f9e931..246b2a6f285f9bd8847e96d25f620206224840d7 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -48,6 +48,14 @@ Wishlist items:
 * Add a switch to dh_installdeb to allow it to do user defined
   substitutions. OTOH, maybe it's better if people just sed
   postinst.in before debhelper gets it's hands on it... (#25235)
+* objdump -p can get the soname of a library, try using that in dh_shlibs
+  instead of parsing filenames.
+* to suport foo-doc -> foo symlinks in /usr/share/doc, make
+  dh_installdocs/changelogs check to see if the doc dir is a symlink to a
+  directory. If so, dh_installdocs does not install copyright, and
+  dh_installchangelogs does nothing, but everything else dh_installdocs would
+  do is still done. This means that you need to use dh_link and dh_installdirs
+  to set up the link and directory.
 
 Deprecated: