Bug#373677: python2.3.postinst: pycentral rtinstall improperly conditionalized

2006-06-15 Thread Matthias Klose
tags 373677 + pending thanks Aaron M. Ucko writes: Package: python2.3 Version: 2.3.5-14 Severity: important The logic intended to avoid running pycentral rtinstall python2.3 more than once is broken, as [ -n $2 ] tests whether $2 is NON-empty, and dpkg --compare-versions considers the

Bug#373677: python2.3.postinst: pycentral rtinstall improperly conditionalized

2006-06-15 Thread Aaron M. Ucko
Matthias Klose [EMAIL PROTECTED] writes: fix is pending for -16 Great, thanks. it should ignore gvrng (depending on python-support), which version of python-central is this? I couldn't reproduce this behaviour 0.4.15. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)

Bug#373677: python2.3.postinst: pycentral rtinstall improperly conditionalized

2006-06-14 Thread Aaron M. Ucko
Package: python2.3 Version: 2.3.5-14 Severity: important The logic intended to avoid running pycentral rtinstall python2.3 more than once is broken, as [ -n $2 ] tests whether $2 is NON-empty, and dpkg --compare-versions considers the empty string to be less than any actual version anyway. This