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

Re: libtiff: How many binary packages are backloged?



Hi,

maybe you wondered how much backlog there is on the tiff transition so
here is a little scriptlet (for m68k) and some results:

grep-dctrl -F Depends libtiff3g -s Package,Source /mnt/mirror/debian/.temp/dists/sid/*/binary-m68k/Packages \
| while read KEY VAL; do
  case $KEY in
    "Package:") P=$VAL;;
    "Source:") P=`echo $VAL | cut -d" " -f1`;;
    *) echo $P;;
  esac
done | sort -u

i386: (1)
---------
ivtools

m68k: (11)
----------
camlimages
dx
gandalf
guikachu
guppi
hylafax
ivtools
kdegraphics
koffice
ted
xemacs21

mipsel: (16)
------------
autotrace
camlimages
dx
guikachu
guppi
hylafax
ivtools
kdegraphics
kdelibs
koffice
librmagick-ruby
opencv
pike7.2
pike7.6
ted
xemacs21

MfG
        Goswin



Reply to: