Re: /usr/doc/transition: little test to run

2003-04-21 Thread iain d broadfoot
* Joey Hess ([EMAIL PROTECTED]) wrote: > Try the following command on your system: > > $ cd /usr/doc; for p in *; do > if ! grep -q /usr/doc /var/lib/dpkg/info/$p.prerm 2>/dev/null; > then echo $p; fi; done > dhcp > dhcp-client figlet > glibc-doc gtk-engines-eazel > libc6 > libc6-dev

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Joey Hess
Hélio Loureiro wrote: > My output for stable: It doesn't work on stable. I'll bet most of these are real directories or have been fixed already. -- see shy jo pgpaiSdMJ55Ug.pgp Description: PGP signature

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Jordi Mallach
On Sun, Apr 20, 2003 at 11:48:25PM +0200, Jordi Mallach wrote: > I just filed a bug against libpq3 for this (against libpq3). And I think I need to stay away from my computer for the rest of today I will stay away from my computer... Jordi -- Jordi Mallach Pérez -- Debian developer http://

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Jordi Mallach
On Sun, Apr 20, 2003 at 01:13:27PM -0400, Joey Hess wrote: > > libpgsql2 > If you've not investigated and filed bugs on these yet, I can do it. > Though it might be hard to find what made your HTML2 link.. I just filed a bug against libpq3 for this (against libpq3). Jordi -- Jordi Mallach Pérez

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Colin Watson
On Sun, Apr 20, 2003 at 01:13:27PM -0400, Joey Hess wrote: > Henrique de Moraes Holschuh wrote: > > HTML2 > > If you've not investigated and filed bugs on these yet, I can do it. > Though it might be hard to find what made your HTML2 link.. I wouldn't swear to it, but I think that's dhelp. -- C

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Hélio Loureiro
> dhcp > dhcp-client > glibc-doc > libc6 > libc6-dev > libruby > locales > sash > vim > vim-perl > xmcd Hi, My output for stable: cygnus-stylesheets docbook-stylesheets-doc libpwdb0g librx1g lynx pgp pgp-i pico pilot pine pine396-diffs pine396-src pine4-diffs pin

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Joey Hess
Henrique de Moraes Holschuh wrote: > Also: > at > crossfire-client-gtk > crossfire-client-x11 > gsfonts-wadalab-mincho > HTML2 > libpgsql2 > lynx > raidtools2 > xscreensaver > xscreensaver-gl If you've not investigated and filed bugs on these yet, I can do it. Though it might be hard to find what

Re: /usr/doc/transition: little test to run

2003-04-20 Thread Henrique de Moraes Holschuh
On Sun, 20 Apr 2003, Joey Hess wrote: > Try the following command on your system: > > $ cd /usr/doc; for p in *; do > if ! grep -q /usr/doc /var/lib/dpkg/info/$p.prerm 2>/dev/null; > then echo $p; fi; done > dhcp > dhcp-client > glibc-doc > libc6 > libc6-dev > libruby > locales > sas

/usr/doc/transition: little test to run

2003-04-20 Thread Joey Hess
Try the following command on your system: $ cd /usr/doc; for p in *; do if ! grep -q /usr/doc /var/lib/dpkg/info/$p.prerm 2>/dev/null; then echo $p; fi; done dhcp dhcp-client glibc-doc libc6 libc6-dev libruby locales sash vim vim-perl xmcd This is a list of packages that still h