[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packages with documentation only in /usr/share/doc



On Sat, Feb 05, 2000 at 04:49:56PM -0500, Daniel Burrows wrote:
> It's fairly
> simple to write a script that at least tries to find packages that do this:
> 
> for i in /usr/share/doc/*; do
>   if [ -d $i ] && ! [ -l /usr/doc/`basename $i` ]; then echo $i
>   else; if [ -l $i && ! [ -l /usr/doc/`basename $i`]; then echo $i; fi; fi
 [ insert a ']' after "-l $i " ]
> done

Not so trivial.  This only tests packages on your system.  For finding
packages which are split in their source, one could check the
Contents-* files for packages which still store files in both.  The
following might be culprits (not confirmed with up-to-date packages):

aalib-bin
aalib1-dev
ax25-tools
crafty
cygnus-stylesheets
doc-linux-zh-s
docbook
dxpc
electric-fence
exim-doc-html
fakeroot
filerunner
fsviewer
gap4-doc-dvi
gap4-doc-html
gap4-doc-ps
gap4-gdat
gap4-tdat
gedit
gnucash
grace
grafix
hbf-cns40-b5
kernel-patch-2.2.10-powerpc-apus
lambdamoo-docs
manpages-es
mico-2.3.0
mico-2.3.0-examples
netpbm
rsynth
speaker
tkdesk
tktable-dev
ucbmpeg-play
urlredir
vchkpw

BTW, does anyone know what "././@LongLink" is in the potato
Contents-i386 file?

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  Julian Gilbey, Dept of Maths, QMW, Univ. of London. J.D.Gilbey@qmw.ac.uk
        Debian GNU/Linux Developer,  see http://www.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/


Reply to: