Re: versions of -dev packages

2003-06-26 Thread Greg Stark
"Nikita V. Youshchenko" <[EMAIL PROTECTED]> writes: > Here is a script that finds different versions of installed binary packages > with the same source package name. > > Running this script on some of my systems gave me lots of interesting > information ... Indeed it seems to be finding me lot

Re: versions of -dev packages

2003-06-23 Thread Nikita V. Youshchenko
> On Sat, Jun 21, 2003 at 09:52:35AM +0400, Nikita V. Youshchenko wrote: > > Here is a script that finds different versions of installed binary > > packages with the same source package name. > > it does not take into account removed (deinstalled) packages, where only > the outdated config files a

Re: versions of -dev packages

2003-06-21 Thread Bernd Eckenfels
On Sat, Jun 21, 2003 at 09:52:35AM +0400, Nikita V. Youshchenko wrote: > Here is a script that finds different versions of installed binary packages > with the same source package name. it does not take into account removed (deinstalled) packages, where only the outdated config files are present.

Re: versions of -dev packages

2003-06-21 Thread Nikita V. Youshchenko
Here is a script that finds different versions of installed binary packages with the same source package name. Running this script on some of my systems gave me lots of interesting information ... find_inconsistent Description: application/shellscript

versions of -dev packages

2003-06-20 Thread Nikita V. Youshchenko
Hello. I am running several systems that are a mix of stable, testing and sid, with apt preferences set up such that stable is the highest priority, testing lower than stable, sid lower that testing. When something from e.g. sid is needed for some reason, I run apt-get -t unstable install xxx T