[EMAIL PROTECTED] (Ian Jackson) wrote on 29.01.99 in <[EMAIL PROTECTED]>:
> > if dpkg --compare-versions util-linux_2.7.1-3.deb gt > > util-linux_2.7.1-3.4.deb; then echo yes; fi > > > > if dpkg --compare-versions ae_962-21.deb gt ae_962-21.1.deb; then echo > > yes; fi > There does seem to be some kind of bug in dpkg here though; those > `version numbers' you're passing it are rather strange, but the sort > order is indeed wrong. I'll BCC this to [EMAIL PROTECTED] so that it gets > fixed. It does seem to work as advertised, in that "4.deb" or "1.deb" sorts as less than "deb" (letter versions are later than number versions, per component). Where is the bug? MfG Kai

